Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Dreset.pass.cpp31 assertEmpty(a); in main()
35 assertEmpty(a); in main()
45 assertEmpty<small>(a); in main()
56 assertEmpty<large>(a); in main()
H A Dswap.pass.cpp63 assertEmpty(a1); in test_swap_empty()
76 assertEmpty(a1); in test_swap_empty()
94 assertEmpty(a); in test_self_swap()
/llvm-project-15.0.7/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dmove.pass.cpp42 assertEmpty(a); in test_move_does_not_throw()
48 assertEmpty(a); in test_move_does_not_throw()
60 assertEmpty(a1); in test_move_empty()
61 assertEmpty(a2); in test_move_empty()
H A Dcopy.pass.cpp52 assertEmpty(a1); in test_copy_empty()
53 assertEmpty(a2); in test_copy_empty()
87 assertEmpty(a); in test_copy()
H A Ddefault.pass.cpp41 assertEmpty(a); in main()
/llvm-project-15.0.7/libcxx/test/std/utilities/any/any.class/any.assign/
H A Dcopy.pass.cpp87 assertEmpty<LHS>(lhs); in test_copy_assign_empty()
88 assertEmpty(rhs); in test_copy_assign_empty()
98 assertEmpty(a); in test_copy_assign_self()
154 assertEmpty<Tp>(lhs); in test_copy_assign_throws()
H A Dmove.pass.cpp84 assertEmpty<LHS>(a); in test_move_assign_empty()
85 assertEmpty(a2); in test_move_assign_empty()
H A Dvalue.pass.cpp140 assertEmpty<Tp>(lhs); in test_assign_throws()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSmallStringTest.cpp30 void assertEmpty(StringType & v) { in assertEmpty() function in __anon5d26e0540111::SmallStringTest
42 assertEmpty(theString); in TEST_F()
H A DSmallVectorTest.cpp179 void assertEmpty(VectorT & v) { in assertEmpty() function in __anon4a72bbf00111::SmallVectorTestBase
248 this->assertEmpty(this->theVector); in TYPED_TEST()
285 this->assertEmpty(this->theVector); in TYPED_TEST()
310 this->assertEmpty(this->theVector); in TYPED_TEST()
349 this->assertEmpty(this->theVector); in TYPED_TEST()
478 this->assertEmpty(this->theVector); in TYPED_TEST()
/llvm-project-15.0.7/libcxx/test/support/
H A Dexperimental_any_helpers.h43 void assertEmpty(std::experimental::any const& a) { in assertEmpty() function
H A Dany_helpers.h54 void assertEmpty(std::any const& a) { in assertEmpty() function
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp785 assertEmpty(); \
833 void assertEmpty() const { in assertEmpty() function in clang::ast_matchers::internal::__anon5fcafee50111::MatchASTVisitor::CurMatchData