Home
last modified time | relevance | path

Searched refs:enum_obj (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dbuiltin-classify-type.c20 enum { red, green, blue } enum_obj; in foo() local
40 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1]; in foo()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp28 enum { red, green, blue} enum_obj; in foo() local
49 int a4[__builtin_classify_type(enum_obj) == enumeral_type_class ? 1 : -1]; in foo()