Searched refs:enum_obj (Results 1 – 2 of 2) sorted by relevance
20 enum { red, green, blue } enum_obj; in foo() local40 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1]; in foo()
28 enum { red, green, blue} enum_obj; in foo() local49 int a4[__builtin_classify_type(enum_obj) == enumeral_type_class ? 1 : -1]; in foo()