Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.h62 SYM_FN, enumerator
415 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()
Dctags.c138 if (base && base->type == SYM_FN) in examine_symbol()
155 case SYM_FN: in examine_symbol()
Ddissect.c104 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()
Dshow-parse.c56 [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()
Dtest-dissect.c66 if (sym->type != SYM_BAD && sym->ctype.base_type->type != SYM_FN) in r_symbol()
Dast-inspect.c107 [SYM_FN] = "SYM_FN", in symbol_type_name()
Dsymbol.c578 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()
Dc2xml.c211 case SYM_FN: in examine_symbol()
Devaluate.c351 [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()
Dsparse-llvm.c209 case SYM_FN: in symbol_type()
1255 return sym && sym->type == SYM_FN && !sym->stmt; in is_prototype()
Dparse.c1797 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()
Dbuiltin.c606 struct symbol *fun = alloc_symbol(sym->pos, SYM_FN); in declare_builtin()
Dcompile-i386.c1846 case SYM_FN: { in x86_symbol()
2105 if (sym->ctype.base_type->type == SYM_FN) in x86_call_expression()
Dexpand.c1202 if (base_type->type == SYM_FN) { in expand_symbol()
Dlinearize.c2592 if (base_type->type == SYM_FN) in linearize_symbol()
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dtypes.rst82 SYM_FN chapter