Home
last modified time | relevance | path

Searched refs:pos_ident (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_bit_shift.c43 name = pos_ident(expr->pos); in get_shifter()
126 name = pos_ident(expr->right->pos); in match_binop_info()
144 name = pos_ident(arg_expr->pos); in match_call()
H A Dcheck_double_checking.c152 ident = pos_ident(pos); in previous_statement_was_synchronize()
157 ident = pos_ident(pos); in previous_statement_was_synchronize()
H A Dtoken.h239 extern char *pos_ident(struct position pos);
H A Dtoken_store.c166 char *pos_ident(struct position pos) in pos_ident() function
H A Dsmatch_buf_comparison.c482 name = pos_ident(expr->pos); in is_sizeof()