Searched refs:SYM_BASETYPE (Results 1 – 13 of 13) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | symbol.c | 593 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
|
D | ctags.c | 159 case SYM_BASETYPE: in examine_symbol()
|
D | ast-inspect.c | 104 [SYM_BASETYPE] = "SYM_BASETYPE", in symbol_type_name()
|
D | show-parse.c | 53 [SYM_BASETYPE] = "base", in do_debug_symbol() 321 if (sym && (sym->type == SYM_BASETYPE || sym->type == SYM_ENUM)) in do_show_type()
|
D | symbol.h | 59 SYM_BASETYPE, enumerator
|
D | dissect.c | 95 case SYM_BASETYPE: in fix_mode()
|
D | compile-i386.c | 1822 case SYM_BASETYPE: in x86_symbol() 1860 if (sym->initializer && (type->type != SYM_BASETYPE) && in x86_symbol()
|
D | expand.c | 1401 while (ctype->type != SYM_BASETYPE) in __get_expression_value()
|
D | sparse-llvm.c | 194 case SYM_BASETYPE: in symbol_type()
|
D | evaluate.c | 369 if (type->type == SYM_BASETYPE) { in classify_type() 775 case SYM_BASETYPE: in type_difference()
|
D | linearize.c | 1276 case SYM_BASETYPE: in get_mtype()
|
D | parse.c | 1588 type = alloc_symbol(token->pos, SYM_BASETYPE); in declaration_specifiers()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | types.rst | 47 SYM_BASETYPE chapter
|