Home
last modified time | relevance | path

Searched refs:match_call (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_call_tree.c22 static void match_call(struct expression *expr) in match_call() function
41 add_hook(&match_call, FUNCTION_CALL_HOOK); in check_call_tree()
H A Dcheck_param_mapper.c36 static void match_call(struct expression *expr) in match_call() function
68 add_hook(&match_call, FUNCTION_CALL_HOOK); in check_param_mapper()
H A Dcheck_bit_shift.c134 static void match_call(const char *fn, struct expression *expr, void *_arg_no) in match_call() function
165 add_function_hook("set_bit", &match_call, INT_PTR(0)); in check_bit_shift()
166 add_function_hook("test_bit", &match_call, INT_PTR(0)); in check_bit_shift()
H A Dcheck_wine_WtoA.c63 static void match_call(struct expression *expr) in match_call() function
89 add_hook(&match_call, FUNCTION_CALL_HOOK); in check_wine_WtoA()
H A Dcheck_template.c63 static void match_call(struct expression *expr) in match_call() function
106 add_hook(&match_call, FUNCTION_CALL_HOOK); in check_template()
H A Dsmatch_passes_array_size.c39 static void match_call(struct expression *expr) in match_call() function
85 add_hook(&match_call, FUNCTION_CALL_HOOK); in register_passes_array_size()
H A Dcheck_snprintf.c54 static void match_call(struct expression *expr) in match_call() function
83 add_hook(&match_call, FUNCTION_CALL_HOOK); in check_snprintf()
H A Dcheck_passes_sizeof.c71 static void match_call(struct expression *call) in match_call() function
101 add_hook(&match_call, FUNCTION_CALL_HOOK); in check_passes_sizeof()
H A Dsmatch_fresh_alloc.c155 static void match_call(struct expression *expr) in match_call() function
216 add_hook(&match_call, FUNCTION_CALL_HOOK); in register_fresh_alloc()
H A Dcheck_free.c156 static void match_call(struct expression *expr) in match_call() function
296 add_hook(&match_call, FUNCTION_CALL_HOOK); in check_free()
H A Dsmatch_modification_hooks.c202 static void match_call(struct expression *expr) in match_call() function
283 add_hook(&match_call, FUNCTION_CALL_HOOK); in register_modification_hooks_late()
H A Dcheck_free_strict.c172 static void match_call(struct expression *expr) in match_call() function
356 add_hook(&match_call, FUNCTION_CALL_HOOK); in check_free_strict()
H A Dcheck_uninitialized.c189 static void match_call(struct expression *expr) in match_call() function
396 add_hook(&match_call, FUNCTION_CALL_HOOK); in check_uninitialized()
H A Dsmatch_strlen.c309 static void match_call(struct expression *expr) in match_call() function
345 add_hook(&match_call, FUNCTION_CALL_HOOK); in register_strlen()
H A Dsmatch_container_of.c304 static void match_call(struct expression *call) in match_call() function
635 add_hook(&match_call, FUNCTION_CALL_HOOK); in register_container_of()
H A Dsmatch_buf_comparison.c564 static void match_call(struct expression *call) in match_call() function
835 add_hook(&match_call, FUNCTION_CALL_HOOK); in register_buf_comparison()
H A Dsmatch_buf_size.c821 static void match_call(struct expression *expr) in match_call() function
982 add_hook(&match_call, FUNCTION_CALL_HOOK); in register_buf_size_late()