Home
last modified time | relevance | path

Searched refs:match_function_call (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_implicit_dependencies_tester.c149 static void match_function_call(struct expression *expr) { in match_function_call() function
166 add_hook(&match_function_call, FUNCTION_CALL_HOOK); in check_implicit_dependencies_tester()
H A Dcheck_leaks.c181 static void match_function_call(struct expression *expr) in match_function_call() function
265 add_hook(&match_function_call, FUNCTION_CALL_HOOK); in check_leaks()
H A Dsmatch_function_hooks.c1235 static void match_function_call(struct expression *expr) in match_function_call() function
1300 add_hook(&match_function_call, CALL_HOOK_AFTER_INLINE); in register_function_hooks()
H A Dsmatch_extra.c978 static void match_function_call(struct expression *expr) in match_function_call() function
2944 add_hook(&match_function_call, FUNCTION_CALL_HOOK); in register_smatch_extra_late()