Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.h66 SYM_ENUM, enumerator
384 if (type->type == SYM_ENUM) in is_int_type()
394 return (type->type == SYM_ENUM); in is_enum_type()
484 case SYM_ENUM: in is_scalar_type()
506 case SYM_ENUM: in is_integral_type()
542 if (type->type == SYM_ENUM) in get_sym_type()
Dctags.c150 case SYM_ENUM: in examine_symbol()
Dast-inspect.c111 [SYM_ENUM] = "SYM_ENUM", in symbol_type_name()
Dshow-parse.c60 [SYM_ENUM] = "enum", in do_debug_symbol()
321 if (sym && (sym->type == SYM_BASETYPE || sym->type == SYM_ENUM)) in do_show_type()
374 case SYM_ENUM: in do_show_type()
Ddissect.c98 case SYM_ENUM: in fix_mode()
170 if (0 && ret->type == SYM_ENUM) in report_symbol()
Dssa.c27 case SYM_ENUM: in is_promotable()
Dsymbol.c589 case SYM_ENUM: in examine_symbol_type()
629 [SYM_ENUM] = "enum", in get_type_name()
Devaluate.c301 if (typea->type == SYM_ENUM && typeb->type == SYM_ENUM) { in warn_for_different_enum_types()
366 if (type->type == SYM_ENUM) in classify_type()
681 if (t1->type == SYM_NODE || t1->type == SYM_ENUM) { in type_difference()
689 if (t2->type == SYM_NODE || t2->type == SYM_ENUM) { in type_difference()
Dparse.c960 if (ctype->type == SYM_ENUM) { in parse_enum_declaration()
1041 struct token *ret = struct_union_enum_specifier(SYM_ENUM, token, ctx, parse_enum_declaration); in enum_specifier()
1879 bitfield_type->type != SYM_ENUM && in handle_bitfield()
2947 case SYM_ENUM: in external_declaration()
Dsparse-llvm.c191 case SYM_ENUM: in symbol_type()
Dlinearize.c1271 case SYM_ENUM: in get_mtype()
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dtypes.rst109 SYM_ENUM chapter
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.4.rst72 * integer_promotions() can't get SYM_NODE or SYM_ENUM