| /llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
| H A D | emplace.pass.cpp | 39 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main() 46 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main() 59 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2), in main() 65 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main() 71 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main() 99 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main() 106 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main() 119 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2), in main() 125 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main() 131 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main()
|
| H A D | emplace_hint.pass.cpp | 39 r = m.emplace_hint(m.cend(), std::piecewise_construct, in main() 47 r = m.emplace_hint(m.cend(), std::piecewise_construct, in main() 61 R r = m.emplace_hint(m.cend(), std::piecewise_construct, in main() 68 r = m.emplace_hint(m.cbegin(), std::piecewise_construct, in main() 75 r = m.emplace_hint(m.cbegin(), std::piecewise_construct, in main() 104 r = m.emplace_hint(m.cend(), std::piecewise_construct, in main() 112 r = m.emplace_hint(m.cend(), std::piecewise_construct, in main() 126 R r = m.emplace_hint(m.cend(), std::piecewise_construct, in main() 133 r = m.emplace_hint(m.cbegin(), std::piecewise_construct, in main() 140 r = m.emplace_hint(m.cbegin(), std::piecewise_construct, in main()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/map/map.modifiers/ |
| H A D | emplace_hint.pass.cpp | 39 r = m.emplace_hint(m.end(), std::piecewise_construct, in main() 47 r = m.emplace_hint(m.end(), std::piecewise_construct, in main() 61 R r = m.emplace_hint(m.end(), std::piecewise_construct, in main() 68 r = m.emplace_hint(m.end(), std::piecewise_construct, in main() 75 r = m.emplace_hint(m.end(), std::piecewise_construct, in main() 104 r = m.emplace_hint(m.end(), std::piecewise_construct, in main() 112 r = m.emplace_hint(m.end(), std::piecewise_construct, in main() 126 R r = m.emplace_hint(m.end(), std::piecewise_construct, in main() 133 r = m.emplace_hint(m.end(), std::piecewise_construct, in main() 140 r = m.emplace_hint(m.end(), std::piecewise_construct, in main()
|
| H A D | emplace.pass.cpp | 41 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main() 49 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main() 63 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2), in main() 70 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main() 77 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main() 108 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main() 116 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main() 130 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2), in main() 137 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main() 144 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/ |
| H A D | emplace.pass.cpp | 33 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3), in main() 44 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5), in main() 55 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3), in main() 66 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5), in main()
|
| H A D | emplace_hint.pass.cpp | 36 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3), in main() 48 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3), in main() 67 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3), in main() 79 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3), in main()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/ |
| H A D | emplace_hint.pass.cpp | 35 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3), in main() 46 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5), in main() 58 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3), in main() 69 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5), in main()
|
| H A D | emplace.pass.cpp | 33 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3), in main() 46 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5), in main() 58 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3), in main() 71 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5), in main()
|
| /llvm-project-15.0.7/libcxx/include/__utility/ |
| H A D | piecewise_construct.h | 22 extern _LIBCPP_EXPORTED_FROM_ABI const piecewise_construct_t piecewise_construct;// = piecewise_con… 24 /* inline */ constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); variable
|
| /llvm-project-15.0.7/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
| H A D | construct_piecewise_pair.pass.cpp | 122 h.construct(std::piecewise_construct, t1, t2); in main() 137 h.construct(std::piecewise_construct, std::move(t1), std::move(t2)); in main() 153 h.construct(std::piecewise_construct, std::move(t1), std::move(t2)); in main() 169 h.construct(std::piecewise_construct, t1, t2); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
| H A D | construct_pair_piecewise.pass.cpp | 49 A.construct(ptr, std::piecewise_construct, in test_no_inner_alloc() 76 A.construct(ptr, std::piecewise_construct, in test_no_inner_alloc() 113 A.construct(ptr, std::piecewise_construct, in test_with_inner_alloc() 144 A.construct(ptr, std::piecewise_construct, in test_with_inner_alloc()
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | utility.cpp | 13 const piecewise_construct_t piecewise_construct{}; variable
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/utility/pairs/pair.piecewise/ |
| H A D | piecewise_construct_t.pass.cpp | 20 std::piecewise_construct_t x = std::piecewise_construct; in main()
|
| H A D | piecewise_construct.pass.cpp | 49 std::pair<A, B> p(std::piecewise_construct, in test()
|
| /llvm-project-15.0.7/libcxx/include/experimental/ |
| H A D | memory_resource | 214 ::new ((void*)__p) pair<_T1, _T2>(piecewise_construct 235 construct(__p, piecewise_construct, tuple<>(), tuple<>()); 241 construct(__p, piecewise_construct 249 construct(__p, piecewise_construct 257 construct(__p, piecewise_construct
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | LexicalScopes.cpp | 172 I = LexicalScopeMap.emplace(std::piecewise_construct, in getOrCreateRegularScope() 204 .emplace(std::piecewise_construct, std::forward_as_tuple(P), in getOrCreateInlinedScope() 224 I = AbstractScopeMap.emplace(std::piecewise_construct, in getOrCreateAbstractScope()
|
| H A D | LiveStacks.cpp | 60 std::piecewise_construct, std::forward_as_tuple(Slot), in getOrCreateInterval()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
| H A D | piecewise.pass.cpp | 30 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr), in test()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | scoped_allocator | 77 void construct(pair<T1, T2>* p, piecewise_construct t, tuple<Args1...> x, 516 _OM()(outer_allocator()), __p, piecewise_construct 536 { construct(__p, piecewise_construct, tuple<>{}, tuple<>{}); } 540 construct(__p, piecewise_construct, 547 construct(__p, piecewise_construct, 554 construct(__p, piecewise_construct,
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | DenseMapTest.cpp | 390 Map.insert(std::pair<int, CountCopyAndMove>(std::piecewise_construct, in TEST() 402 std::piecewise_construct, in TEST() 428 Map.insert(std::pair<int, CountCopyAndMove>(std::piecewise_construct, in TEST() 472 Map.insert(std::pair<int, CountCopyAndMove>(std::piecewise_construct, in TEST()
|
| /llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
| H A D | construct_pair_const_lvalue_pair.pass.cpp | 56 A.construct(ptr2, std::piecewise_construct, in doTest()
|
| H A D | construct_pair_rvalue.pass.cpp | 57 A.construct(ptr2, std::piecewise_construct, in doTest()
|
| H A D | construct_piecewise_pair_evil.pass.cpp | 119 pma.construct(p, std::piecewise_construct, std::make_tuple(42), std::make_tuple(42)); in test_evil()
|
| H A D | construct_pair_values.pass.cpp | 55 A.construct(ptr2, std::piecewise_construct, in doTest()
|
| H A D | construct_piecewise_pair.pass.cpp | 53 A.construct(ptr, std::piecewise_construct, std::move(ttuple), std::move(utuple)); in doTest()
|