Home
last modified time | relevance | path

Searched refs:positions_eq (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_macros.c27 if (positions_eq(expr->pos, pos)) in match_inside()
29 if (positions_eq(expr->unop->pos, pos)) in match_inside()
46 if (positions_eq(expr->right->pos, pos)) in match_one_side()
48 if (positions_eq(expr->left->pos, pos)) in match_one_side()
H A Dcheck_macro_side_effects.c56 if (positions_eq(macro_pos, sym->scope->token->pos)) in defined_inside_macro()
77 if (positions_eq(old_mod->pos, expr->pos)) in affected_inside_macro_before()
120 if (!positions_eq(old_pos, expr->pos)) in match_unop()
131 if (!positions_eq(old_pos, stmt->pos)) in match_stmt()
H A Dcheck_bit_shift.c60 if (positions_eq(expr->pos, expr->right->pos)) in match_assign()
74 if (positions_eq(expr->pos, expr->right->pos)) in match_binop()
120 if (positions_eq(expr->pos, expr->right->pos)) in match_binop_info()
142 if (positions_eq(expr->pos, arg_expr->pos)) in match_call()
H A Dcheck_pointer_math.c42 if (outside_expr && positions_eq(expr->pos, outside_expr->pos)) in is_macro()
H A Dsmatch_helper.c992 int positions_eq(struct position pos1, struct position pos2) in positions_eq() function
1013 if (positions_eq(tmp->pos, prev->pos)) in get_current_statement()
H A Dsmatch.h447 int positions_eq(struct position pos1, struct position pos2);