Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_type.c651 struct symbol *fn_type; in get_arg_type() local
656 fn_type = get_type(fn); in get_arg_type()
657 if (!fn_type) in get_arg_type()
659 if (fn_type->type == SYM_PTR) in get_arg_type()
660 fn_type = get_real_base_type(fn_type); in get_arg_type()
661 if (fn_type->type != SYM_FN) in get_arg_type()
665 FOR_EACH_PTR(fn_type->arguments, tmp) { in get_arg_type()