Searched refs:fn_type (Results 1 – 1 of 1) sorted by relevance
651 struct symbol *fn_type; in get_arg_type() local656 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()