Searched refs:SYM_ENUM (Results 1 – 13 of 13) sorted by relevance
66 SYM_ENUM, enumerator384 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()
150 case SYM_ENUM: in examine_symbol()
111 [SYM_ENUM] = "SYM_ENUM", in symbol_type_name()
60 [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()
98 case SYM_ENUM: in fix_mode()170 if (0 && ret->type == SYM_ENUM) in report_symbol()
27 case SYM_ENUM: in is_promotable()
589 case SYM_ENUM: in examine_symbol_type()629 [SYM_ENUM] = "enum", in get_type_name()
301 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()
960 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()
191 case SYM_ENUM: in symbol_type()
1271 case SYM_ENUM: in get_mtype()
109 SYM_ENUM chapter
72 * integer_promotions() can't get SYM_NODE or SYM_ENUM