Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/language.support/support.types/
Dnullptr_t.pass.cpp38 template <class T> struct Voider { typedef void type; }; struct
42 typename Voider<decltype(std::declval<T>() < nullptr)>::type> : std::true_type {};
/external/libcxx/test/std/language.support/support.types/
Dnullptr_t.pass.cpp39 template <class T> struct Voider { typedef void type; }; struct
43 typename Voider<decltype(std::declval<T>() < nullptr)>::type> : std::true_type {};
/external/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dresult_of.pass.cpp34 struct Voider { struct
42 struct HasType<T, typename Voider<typename T::type>::type> : std::true_type {}; argument
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dresult_of.pass.cpp35 struct Voider { struct
43 struct HasType<T, typename Voider<typename T::type>::type> : std::true_type {}; argument