Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.underlying/
H A Dto_underlying.pass.cpp24 enum class e_longlong : long long { enum
45 ASSERT_SAME_TYPE(long long, decltype(std::to_underlying(e_longlong::low))); in test()
59 std::to_underlying(e_longlong::low)); in test()
61 std::to_underlying(e_longlong::high)); in test()