Searched refs:match_end_func (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_start_states.c | 48 static void match_end_func(void) in match_end_func() function 65 add_hook(&match_end_func, AFTER_FUNC_HOOK); in register_start_states()
|
H A D | smatch_mem_tracker.c | 69 static void match_end_func(struct symbol *sym) in match_end_func() function 89 add_hook(&match_end_func, END_FUNC_HOOK); in register_mem_tracker()
|
H A D | check_stack.c | 62 static void match_end_func(struct symbol *sym) in match_end_func() function 84 add_hook(&match_end_func, END_FUNC_HOOK); in check_stack()
|
H A D | check_err_ptr.c | 62 static void match_end_func(struct symbol *sym) in match_end_func() function 81 add_hook(&match_end_func, END_FUNC_HOOK); in check_err_ptr()
|
H A D | smatch_scope.c | 99 static void match_end_func(struct symbol *sym) in match_end_func() function 109 add_hook(&match_end_func, AFTER_FUNC_HOOK); in register_scope()
|
H A D | check_release_resource.c | 71 static void match_end_func(struct symbol *sym) in match_end_func() function 89 add_hook(&match_end_func, END_FUNC_HOOK); in check_release_resource()
|
H A D | check_allocation_funcs.c | 81 static void match_end_func(struct symbol *sym) in match_end_func() function 101 add_hook(&match_end_func, AFTER_FUNC_HOOK); in check_allocation_funcs()
|
H A D | smatch_returns.c | 80 static void match_end_func(struct symbol *sym) in match_end_func() function 134 add_hook(&match_end_func, END_FUNC_HOOK); in register_returns()
|
H A D | check_spectre_second_half.c | 106 static void match_end_func(struct symbol *sym) in match_end_func() function 124 add_hook(&match_end_func, END_FUNC_HOOK); in check_spectre_second_half()
|
H A D | check_puts_argument.c | 105 static void match_end_func(struct symbol *sym) in match_end_func() function 132 add_hook(&match_end_func, END_FUNC_HOOK); in check_puts_argument()
|
H A D | check_frees_argument.c | 107 static void match_end_func(struct symbol *sym) in match_end_func() function 142 add_hook(&match_end_func, END_FUNC_HOOK); in check_frees_argument()
|
H A D | check_unused_ret.c | 179 static void match_end_func(struct symbol *sym) in match_end_func() function 210 add_hook(&match_end_func, END_FUNC_HOOK); in check_unused_ret()
|
H A D | check_indenting.c | 200 static void match_end_func(void) in match_end_func() function 235 add_hook(&match_end_func, END_FUNC_HOOK); in check_indenting()
|
H A D | smatch_about_fn_ptr_arg.c | 216 static void match_end_func(struct symbol *sym) in match_end_func() function 231 add_hook(&match_end_func, END_FUNC_HOOK); in register_about_fn_ptr_arg()
|
H A D | check_leaks.c | 247 static void match_end_func(struct symbol *sym) in match_end_func() function 269 add_hook(&match_end_func, END_FUNC_HOOK); in check_leaks()
|
H A D | smatch_implied.c | 1131 static void match_end_func(struct symbol *sym) in match_end_func() function 1252 add_hook(&match_end_func, END_FUNC_HOOK); in register_implications()
|