Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/containers/sequences/deque/deque.cons/
H A Dassign_iter_iter.pass.cpp124 void test_emplacable_concept() { in test_emplacable_concept() function
147 test_emplacable_concept<cpp17_input_iterator<int*> >(); in test_iterators()
148 test_emplacable_concept<forward_iterator<int*> >(); in test_iterators()
149 test_emplacable_concept<bidirectional_iterator<int*> >(); in test_iterators()
150 test_emplacable_concept<random_access_iterator<int*> >(); in test_iterators()
152 test_emplacable_concept<contiguous_iterator<int*> >(); in test_iterators()
154 test_emplacable_concept<int*>(); in test_iterators()
H A Diter_iter_alloc.pass.cpp60 void test_emplacable_concept() { in test_emplacable_concept() function
107 test_emplacable_concept(); in main()
H A Diter_iter.pass.cpp72 void test_emplacable_concept() { in test_emplacable_concept() function
113 test_emplacable_concept(); in main()
/llvm-project/libcxx/test/std/containers/sequences/list/list.cons/
H A Dinput_iterator.pass.cpp86 void test_emplacable_concept() { in test_emplacable_concept() function
250 test_emplacable_concept(); in main()