Searched refs:match_call_info (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_fn_arg_link.c | 194 static void match_call_info(struct expression *call) in match_call_info() function 209 add_hook(&match_call_info, FUNCTION_CALL_HOOK); in register_fn_arg_link()
|
H A D | check_implicit_dependencies.c | 249 static void match_call_info(struct expression *expr) in match_call_info() function 304 add_hook(&match_call_info, FUNCTION_CALL_HOOK); in check_implicit_dependencies()
|
H A D | check_nospec.c | 76 static void match_call_info(struct expression *expr) in match_call_info() function 261 add_hook(&match_call_info, FUNCTION_CALL_HOOK); in check_nospec()
|
H A D | smatch_integer_overflow.c | 255 static void match_call_info(struct expression *call) in match_call_info() function 285 add_hook(&match_call_info, FUNCTION_CALL_HOOK); in register_integer_overflow()
|
H A D | smatch_nul_terminator.c | 152 static void match_call_info(struct expression *expr) in match_call_info() function 314 add_hook(&match_call_info, FUNCTION_CALL_HOOK); in register_nul_terminator()
|
H A D | smatch_bits.c | 378 static void match_call_info(struct expression *expr) in match_call_info() function 474 add_hook(&match_call_info, FUNCTION_CALL_HOOK); in register_bits()
|
H A D | smatch_kernel_user_data.c | 1051 static void match_call_info(struct expression *expr) in match_call_info() function 1522 add_hook(&match_call_info, FUNCTION_CALL_HOOK); in register_kernel_user_data()
|
H A D | check_locking.c | 1190 static void match_call_info(struct expression *expr) in match_call_info() function 1285 add_hook(&match_call_info, FUNCTION_CALL_HOOK); in check_locking()
|
H A D | smatch_comparison.c | 2149 static void match_call_info(struct expression *expr) in match_call_info() function 2608 add_hook(&match_call_info, FUNCTION_CALL_HOOK); in register_comparison()
|
H A D | smatch_db.c | 970 static void match_call_info(struct expression *call) in match_call_info() function 2536 add_hook(&match_call_info, FUNCTION_CALL_HOOK); in register_definition_db_callbacks()
|
H A D | smatch_extra.c | 2769 static void match_call_info(struct expression *expr) in match_call_info() function 2950 add_hook(&match_call_info, FUNCTION_CALL_HOOK); in register_smatch_extra_late()
|