Home
last modified time | relevance | path

Searched refs:this_func (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_puts_argument.c30 static struct symbol *this_func; variable
35 this_func = sym; in match_function_def()
42 FOR_EACH_PTR(this_func->ctype.base_type->arguments, arg) { in parent_is_arg()
96 FOR_EACH_PTR(this_func->ctype.base_type->arguments, arg) { in print_arg()
H A Dcheck_frees_argument.c30 static struct symbol *this_func; variable
35 this_func = sym; in match_function_def()
43 FOR_EACH_PTR(this_func->ctype.base_type->arguments, arg) { in is_arg()
98 FOR_EACH_PTR(this_func->ctype.base_type->arguments, arg) { in print_arg()