Home
last modified time | relevance | path

Searched defs:conditional_t (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dcrash-GH67914.cpp25 using conditional_t = typename conditional< _Bp, _Then >::type; // expected-warning 0+ {{}} typedef
/llvm-project/libc/test/src/__support/CPP/
H A Dtype_traits_test.cpp129 TEST(LlvmLibcTypeTraitsTest,conditional_t) TEST() argument