Home
last modified time | relevance | path

Searched refs:enum_a (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.underlying/
H A Dto_underlying.pass.cpp28 enum e_non_class { enum_a = 10, enum_b = 11, enum_c = 12 }; enumerator
63 assert(10 == std::to_underlying(enum_a)); in test()
/llvm-project-15.0.7/clang/test/Sema/
H A Drounding-math.c16 enum Enum { enum_a = (int)f(3) }; enumerator
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Drounding-math.cpp14 enum Enum { enum_a = f(3) }; enumerator