Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.h66 SYM_ENUM, enumerator
354 if (type->type == SYM_ENUM) in is_int_type()
364 return (type->type == SYM_ENUM); in is_enum_type()
435 case SYM_ENUM: in is_scalar_type()
456 case SYM_ENUM: in is_integral_type()
484 if (type->type == SYM_ENUM) in get_sym_type()
H A Dsmatch_real_absolute.c117 type->type != SYM_ENUM) in match_assign()
H A Dctags.c150 case SYM_ENUM: in examine_symbol()
H A Dast-inspect.c111 [SYM_ENUM] = "SYM_ENUM", in symbol_type_name()
H A Dshow-parse.c60 [SYM_ENUM] = "enum", in do_debug_symbol()
311 if (sym->type == SYM_BASETYPE || sym->type == SYM_ENUM) in do_show_type()
363 case SYM_ENUM: in do_show_type()
H A Ddissect.c97 case SYM_ENUM: in fix_mode()
184 if (0 && ret->type == SYM_ENUM) in report_symbol()
H A Dssa.c27 case SYM_ENUM: in is_promotable()
H A Dsymbol.c477 case SYM_ENUM: in examine_symbol_type()
535 [SYM_ENUM] = "enum", in get_type_name()
H A Devaluate.c285 if (typea->type == SYM_ENUM && typeb->type == SYM_ENUM) { in warn_for_different_enum_types()
388 if (type->type == SYM_ENUM) in classify_type()
702 if (t1->type == SYM_NODE || t1->type == SYM_ENUM) { in type_difference()
710 if (t2->type == SYM_NODE || t2->type == SYM_ENUM) { in type_difference()
H A Dparse.c961 if (ctype->type == SYM_ENUM) { in parse_enum_declaration()
1042 struct token *ret = struct_union_enum_specifier(SYM_ENUM, token, ctx, parse_enum_declaration); in enum_specifier()
1951 bitfield_type->type != SYM_ENUM && in handle_bitfield()
3024 case SYM_ENUM: in external_declaration()
H A Dsmatch_type.c893 } else if (type->type == SYM_ENUM) { in type_str_helper()
H A Dsparse-llvm.c191 case SYM_ENUM: in symbol_type()
H A Dlinearize.c1267 case SYM_ENUM: in get_mtype()