Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.c593 case SYM_BASETYPE: in examine_symbol_type()
622 [SYM_BASETYPE] = "basetype", in get_type_name()
869 #define T_BASETYPE SYM_BASETYPE, 0, 0, NULL, NULL, NULL
870 #define T_INT(R, S, M) SYM_BASETYPE, M, R, &bits_in_##S, &max_int_alignment, &int_type
874 #define T_FLOAT_(R,S,A) SYM_BASETYPE, 0, R, &bits_in_##S, A, &fp_type
Dctags.c159 case SYM_BASETYPE: in examine_symbol()
Dast-inspect.c104 [SYM_BASETYPE] = "SYM_BASETYPE", in symbol_type_name()
Dshow-parse.c53 [SYM_BASETYPE] = "base", in do_debug_symbol()
321 if (sym && (sym->type == SYM_BASETYPE || sym->type == SYM_ENUM)) in do_show_type()
Dsymbol.h59 SYM_BASETYPE, enumerator
Ddissect.c95 case SYM_BASETYPE: in fix_mode()
Dcompile-i386.c1822 case SYM_BASETYPE: in x86_symbol()
1860 if (sym->initializer && (type->type != SYM_BASETYPE) && in x86_symbol()
Dexpand.c1401 while (ctype->type != SYM_BASETYPE) in __get_expression_value()
Dsparse-llvm.c194 case SYM_BASETYPE: in symbol_type()
Devaluate.c369 if (type->type == SYM_BASETYPE) { in classify_type()
775 case SYM_BASETYPE: in type_difference()
Dlinearize.c1276 case SYM_BASETYPE: in get_mtype()
Dparse.c1588 type = alloc_symbol(token->pos, SYM_BASETYPE); in declaration_specifiers()
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dtypes.rst47 SYM_BASETYPE chapter