Searched refs:SYM_FN (Results 1 – 16 of 16) sorted by relevance
62 SYM_FN, enumerator415 return type->type == SYM_PTR || type->type == SYM_ARRAY || type->type == SYM_FN; in is_ptr_type()422 return type->type == SYM_FN; in is_func_type()521 return type && type->type == SYM_FN; in is_function()
138 if (base && base->type == SYM_FN) in examine_symbol()155 case SYM_FN: in examine_symbol()
104 break; case SYM_FN: in fix_mode()225 case SYM_FN: in examine_sym_node()386 ret = ret->type == SYM_FN ? base_type(ret) in do_expression()631 break; case SYM_FN: in do_symbol()
56 [SYM_FN] = "fn..", in do_debug_symbol()88 if (sym->type == SYM_FN) { in do_debug_symbol()353 case SYM_FN: in do_show_type()495 case SYM_FN: { in show_symbol()771 if (sym->ctype.base_type->type == SYM_FN) in show_call_expression()
66 if (sym->type != SYM_BAD && sym->ctype.base_type->type != SYM_FN) in r_symbol()
107 [SYM_FN] = "SYM_FN", in symbol_type_name()
578 case SYM_FN: in examine_symbol_type()625 [SYM_FN] = "function", in get_type_name()716 if (get_sym_type(next) == SYM_FN) in check_declaration()
211 case SYM_FN: in examine_symbol()
351 [SYM_FN] = TYPE_PTR | TYPE_FN, in classify_type()733 case SYM_FN: { in type_difference()1454 if (b1->type == SYM_FN) in check_assignment_types()1622 case SYM_FN: in examine_fn_arguments()1757 case SYM_FN: in degenerate()1827 case SYM_FN: in evaluate_dereference()3173 if (ctype->type != SYM_FN) { in evaluate_call()3549 if (base_type->type == SYM_FN) { in evaluate_symbol()
209 case SYM_FN: in symbol_type()1255 return sym && sym->type == SYM_FN && !sym->stmt; in is_prototype()
1797 fn = alloc_indirect_symbol(token->pos, ctype, SYM_FN); in direct_declarator()2874 struct symbol *fn = alloc_symbol(token->pos, SYM_FN); in toplevel_asm_declaration()2955 } else if (base_type && base_type->type == SYM_FN) { in external_declaration()3060 if (!is_typedef && base_type && base_type->type == SYM_FN) { in external_declaration()
606 struct symbol *fun = alloc_symbol(sym->pos, SYM_FN); in declare_builtin()
1846 case SYM_FN: { in x86_symbol()2105 if (sym->ctype.base_type->type == SYM_FN) in x86_call_expression()
1202 if (base_type->type == SYM_FN) { in expand_symbol()
2592 if (base_type->type == SYM_FN) in linearize_symbol()
82 SYM_FN chapter