Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dpoisoned_hash_helper.hpp210 static constexpr bool assertTrait() { in assertTrait() function
212 return TypeList<Rest...>::template assertTrait<Trait, Expect>(); in assertTrait()
225 static constexpr bool assertTrait() { in assertTrait() function
/external/llvm-project/libcxx/test/support/
Dpoisoned_hash_helper.h209 static constexpr bool assertTrait() {
211 return TypeList<Rest...>::template assertTrait<Trait, Expect>();
224 static constexpr bool assertTrait() {
/external/llvm-project/libcxx/test/support/test.support/
Dtest_poisoned_hash_helper.pass.cpp30 static_assert(LibraryHashTypes::assertTrait<has_complete_hash, false>(), ""); in main()
/external/libcxx/test/support/test.support/
Dtest_poisoned_hash_helper.pass.cpp29 static_assert(LibraryHashTypes::assertTrait<has_complete_hash, false>(), ""); in main()