Home
last modified time | relevance | path

Searched refs:test_container (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.container/
H A Dempty.pass.cpp43 void test_container( C& c ) in test_container() function
50 void test_container( std::initializer_list<T>& c ) in test_container() function
70 test_container ( v ); in main()
71 test_container ( l ); in main()
72 test_container ( a ); in main()
73 test_container ( il ); in main()
82 test_container ( sv ); in main()
H A Dsize.pass.cpp30 void test_container( C& c) in test_container() function
51 void test_container( std::initializer_list<T>& c ) in test_container() function
70 test_container ( v ); in main()
71 test_container ( l ); in main()
72 test_container ( a ); in main()
73 test_container ( il ); in main()
82 test_container ( sv ); in main()
H A Ddata.pass.cpp44 void test_container( C& c ) in test_container() function
51 void test_container( std::initializer_list<T>& c) in test_container() function
70 test_container ( v ); in main()
71 test_container ( a ); in main()
72 test_container ( il ); in main()
80 test_container ( sv ); in main()
H A Dssize.pass.cpp35 void test_container(C& c) in test_container() function
59 void test_container(std::initializer_list<T>& c) in test_container() function
81 test_container ( v ); in main()
83 test_container ( l ); in main()
85 test_container ( a ); in main()
87 test_container ( il ); in main()
96 test_container ( sv ); in main()
/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.range/
H A Dbegin-end.pass.cpp151 TEST_CONSTEXPR_CXX14 bool test_container() { in test_container() function
267 test_container<std::array<int, 3>>(); in main()
268 test_container<std::list<int>>(); in main()
269 test_container<std::vector<int>>(); in main()
277 static_assert(test_container<std::array<int, 3>>()); in main()