Home
last modified time | relevance | path

Searched refs:match_binop (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_shift_to_zero.c22 static void match_binop(struct expression *expr) in match_binop() function
92 add_hook(&match_binop, BINOP_HOOK); in check_shift_to_zero()
H A Dcheck_signed_integer_overflow_check.c67 static void match_binop(struct expression *expr) in match_binop() function
109 add_hook(&match_binop, BINOP_HOOK); in check_signed_integer_overflow_check()
H A Dcheck_pointer_math.c67 static void match_binop(struct expression *expr) in match_binop() function
133 add_hook(&match_binop, BINOP_HOOK); in check_pointer_math()
H A Dcheck_precedence.c103 static void match_binop(struct expression *expr) in match_binop() function
149 add_hook(&match_binop, BINOP_HOOK); in check_precedence()
H A Dcheck_bit_shift.c70 static void match_binop(struct expression *expr) in match_binop() function
160 add_hook(&match_binop, BINOP_HOOK); in check_bit_shift()
H A Dcheck_get_user_overflow.c158 static void match_binop(struct expression *expr) in match_binop() function
182 add_hook(&match_binop, BINOP_HOOK); in check_get_user_overflow()
H A Dcheck_or_vs_and.c166 static void match_binop(struct expression *expr) in match_binop() function
191 add_hook(&match_binop, BINOP_HOOK); in check_or_vs_and()