Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Dreset.pass.cpp28 assertEmpty(a); in main()
32 assertEmpty(a); in main()
42 assertEmpty<small>(a); in main()
53 assertEmpty<large>(a); in main()
H A Dswap.pass.cpp60 assertEmpty(a1); in test_swap_empty()
73 assertEmpty(a1); in test_swap_empty()
91 assertEmpty(a); in test_self_swap()
/llvm-project/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dmove.pass.cpp39 assertEmpty(a); in test_move_does_not_throw()
45 assertEmpty(a); in test_move_does_not_throw()
57 assertEmpty(a1); in test_move_empty()
58 assertEmpty(a2); in test_move_empty()
H A Dcopy.pass.cpp49 assertEmpty(a1); in test_copy_empty()
50 assertEmpty(a2); in test_copy_empty()
84 assertEmpty(a); in test_copy()
H A Ddefault.pass.cpp41 assertEmpty(a); in main()
/llvm-project/libcxx/test/std/utilities/any/any.class/any.assign/
H A Dcopy.pass.cpp84 assertEmpty<LHS>(lhs); in test_copy_assign_empty()
85 assertEmpty(rhs); in test_copy_assign_empty()
95 assertEmpty(a); in test_copy_assign_self()
151 assertEmpty<Tp>(lhs); in test_copy_assign_throws()
H A Dmove.pass.cpp81 assertEmpty<LHS>(a); in test_move_assign_empty()
82 assertEmpty(a2); in test_move_assign_empty()
H A Dvalue.pass.cpp137 assertEmpty<Tp>(lhs); in test_assign_throws()
/llvm-project/llvm/unittests/ADT/
H A DSmallStringTest.cpp30 void assertEmpty(StringType & v) { in assertEmpty() function in __anon188d7ab70111::SmallStringTest
42 assertEmpty(theString); in TEST_F()
H A DSmallVectorTest.cpp194 template <typename VectorT> void assertEmpty(VectorT &v) { in assertEmpty() function
270 assertEmpty(V); in TYPED_TEST()
307 assertEmpty(V); in TYPED_TEST()
332 assertEmpty(V); in TYPED_TEST()
371 assertEmpty(V); in TYPED_TEST()
503 assertEmpty(V); in TYPED_TEST()
/llvm-project/libcxx/test/support/
H A Dexperimental_any_helpers.h
H A Dany_helpers.h55 void assertEmpty(std::any const& a) { in assertEmpty() function
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp797 assertEmpty(); \
845 void assertEmpty() const { in assertEmpty()
844 void assertEmpty() const { assertEmpty() function in clang::ast_matchers::internal::__anon8f41be080111::MatchASTVisitor::CurMatchData