Home
last modified time | relevance | path

Searched refs:piecewise_construct (Results 1 – 25 of 40) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Demplace.pass.cpp39 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 Demplace_hint.pass.cpp39 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 Demplace_hint.pass.cpp39 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 Demplace.pass.cpp41 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 Demplace.pass.cpp33 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 Demplace_hint.pass.cpp36 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 Demplace_hint.pass.cpp35 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 Demplace.pass.cpp33 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 Dpiecewise_construct.h22 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 Dconstruct_piecewise_pair.pass.cpp122 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 Dconstruct_pair_piecewise.pass.cpp49 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 Dutility.cpp13 const piecewise_construct_t piecewise_construct{}; variable
/llvm-project-15.0.7/libcxx/test/std/utilities/utility/pairs/pair.piecewise/
H A Dpiecewise_construct_t.pass.cpp20 std::piecewise_construct_t x = std::piecewise_construct; in main()
H A Dpiecewise_construct.pass.cpp49 std::pair<A, B> p(std::piecewise_construct, in test()
/llvm-project-15.0.7/libcxx/include/experimental/
H A Dmemory_resource214 ::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 DLexicalScopes.cpp172 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 DLiveStacks.cpp60 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 Dpiecewise.pass.cpp30 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr), in test()
/llvm-project-15.0.7/libcxx/include/
H A Dscoped_allocator77 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 DDenseMapTest.cpp390 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 Dconstruct_pair_const_lvalue_pair.pass.cpp56 A.construct(ptr2, std::piecewise_construct, in doTest()
H A Dconstruct_pair_rvalue.pass.cpp57 A.construct(ptr2, std::piecewise_construct, in doTest()
H A Dconstruct_piecewise_pair_evil.pass.cpp119 pma.construct(p, std::piecewise_construct, std::make_tuple(42), std::make_tuple(42)); in test_evil()
H A Dconstruct_pair_values.pass.cpp55 A.construct(ptr2, std::piecewise_construct, in doTest()
H A Dconstruct_piecewise_pair.pass.cpp53 A.construct(ptr, std::piecewise_construct, std::move(ttuple), std::move(utuple)); in doTest()

12