Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DBitVectorTest.cpp1101 static void testEmpty(const TypeParam &A) { in testEmpty() function
1115 testEmpty(A); in TYPED_TEST()
1119 testEmpty(B); in TYPED_TEST()
1123 testEmpty(C); in TYPED_TEST()
1126 testEmpty(D); in TYPED_TEST()
1130 testEmpty(E); in TYPED_TEST()
1134 testEmpty(E); in TYPED_TEST()
1140 testEmpty(A); in TYPED_TEST()
/llvm-project/libcxx/test/std/ranges/range.utility/view.interface/
H A Dview.interface.pass.cpp164 constexpr bool testEmpty() { in testEmpty() function
338 testEmpty(); in main()
339 static_assert(testEmpty()); in main()