HomeSort by relevance Sort by last modified time
    Searched refs:piecewise_construct (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/libcxx/src/
utility.cpp 15 const piecewise_construct_t piecewise_construct = {}; variable
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
utility.cpp 15 const piecewise_construct_t piecewise_construct = {}; variable
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
emplace_hint.pass.cpp 35 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
46 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5),
58 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
69 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5),
emplace.pass.cpp 33 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3),
46 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5),
58 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3),
71 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5),
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
emplace.pass.cpp 33 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3),
44 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5),
55 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3),
66 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5),
emplace_hint.pass.cpp 36 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
48 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3),
67 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
79 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3),
  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
piecewise.pass.cpp 30 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.modifiers/
emplace_hint.pass.cpp 35 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
46 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5),
58 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
69 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5),
emplace.pass.cpp 33 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3),
46 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5),
58 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3),
71 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
emplace.pass.cpp 33 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3),
44 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5),
55 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3),
66 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5),
emplace_hint.pass.cpp 36 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
48 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3),
67 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
79 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pairs.pair/
piecewise.pass.cpp 30 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr),
  /external/libcxx/test/std/containers/associative/map/map.modifiers/
emplace_hint.pass.cpp 39 r = m.emplace_hint(m.end(), std::piecewise_construct,
47 r = m.emplace_hint(m.end(), std::piecewise_construct,
61 R r = m.emplace_hint(m.end(), std::piecewise_construct,
68 r = m.emplace_hint(m.end(), std::piecewise_construct,
75 r = m.emplace_hint(m.end(), std::piecewise_construct,
104 r = m.emplace_hint(m.end(), std::piecewise_construct,
112 r = m.emplace_hint(m.end(), std::piecewise_construct,
126 R r = m.emplace_hint(m.end(), std::piecewise_construct,
133 r = m.emplace_hint(m.end(), std::piecewise_construct,
140 r = m.emplace_hint(m.end(), std::piecewise_construct,
    [all...]
emplace.pass.cpp 41 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
49 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
63 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2),
70 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
77 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
108 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
116 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
130 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2),
137 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
144 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1)
    [all...]
  /external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
emplace.pass.cpp 39 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
46 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
59 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2),
65 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
71 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
99 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
106 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
119 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2),
125 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
131 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1)
    [all...]
emplace_hint.pass.cpp 39 r = m.emplace_hint(m.cend(), std::piecewise_construct,
47 r = m.emplace_hint(m.cend(), std::piecewise_construct,
61 R r = m.emplace_hint(m.cend(), std::piecewise_construct,
68 r = m.emplace_hint(m.cbegin(), std::piecewise_construct,
75 r = m.emplace_hint(m.cbegin(), std::piecewise_construct,
104 r = m.emplace_hint(m.cend(), std::piecewise_construct,
112 r = m.emplace_hint(m.cend(), std::piecewise_construct,
126 R r = m.emplace_hint(m.cend(), std::piecewise_construct,
133 r = m.emplace_hint(m.cbegin(), std::piecewise_construct,
140 r = m.emplace_hint(m.cbegin(), std::piecewise_construct,
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.modifiers/
emplace_hint.pass.cpp 39 r = m.emplace_hint(m.end(), std::piecewise_construct,
47 r = m.emplace_hint(m.end(), std::piecewise_construct,
61 R r = m.emplace_hint(m.end(), std::piecewise_construct,
68 r = m.emplace_hint(m.end(), std::piecewise_construct,
75 r = m.emplace_hint(m.end(), std::piecewise_construct,
104 r = m.emplace_hint(m.end(), std::piecewise_construct,
112 r = m.emplace_hint(m.end(), std::piecewise_construct,
126 R r = m.emplace_hint(m.end(), std::piecewise_construct,
133 r = m.emplace_hint(m.end(), std::piecewise_construct,
140 r = m.emplace_hint(m.end(), std::piecewise_construct,
    [all...]
emplace.pass.cpp 41 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
49 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
63 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2),
70 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
77 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
108 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
116 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
130 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2),
137 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
144 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.modifiers/
emplace.pass.cpp 39 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
46 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
59 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2),
65 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
71 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
99 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
106 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
119 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2),
125 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
131 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1)
    [all...]
emplace_hint.pass.cpp 39 r = m.emplace_hint(m.cend(), std::piecewise_construct,
47 r = m.emplace_hint(m.cend(), std::piecewise_construct,
61 R r = m.emplace_hint(m.cend(), std::piecewise_construct,
68 r = m.emplace_hint(m.cbegin(), std::piecewise_construct,
75 r = m.emplace_hint(m.cbegin(), std::piecewise_construct,
104 r = m.emplace_hint(m.cend(), std::piecewise_construct,
112 r = m.emplace_hint(m.cend(), std::piecewise_construct,
126 R r = m.emplace_hint(m.cend(), std::piecewise_construct,
133 r = m.emplace_hint(m.cbegin(), std::piecewise_construct,
140 r = m.emplace_hint(m.cbegin(), std::piecewise_construct,
    [all...]
  /external/libcxx/test/std/utilities/utility/pairs/pair.piecewise/
piecewise_construct.pass.cpp 17 // constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t();
47 std::pair<A, B> p(std::piecewise_construct,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pair.piecewise/
piecewise_construct.pass.cpp 17 // constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t();
47 std::pair<A, B> p(std::piecewise_construct,
  /external/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_piecewise_pair.pass.cpp 122 h.construct(std::piecewise_construct, t1, t2);
138 h.construct(std::piecewise_construct, std::move(t1), std::move(t2));
155 h.construct(std::piecewise_construct, std::move(t1), std::move(t2));
172 h.construct(std::piecewise_construct, t1, t2);
  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
construct_pair_piecewise.pass.cpp 48 A.construct(ptr, std::piecewise_construct,
75 A.construct(ptr, std::piecewise_construct,
112 A.construct(ptr, std::piecewise_construct,
143 A.construct(ptr, std::piecewise_construct,
  /external/llvm/lib/CodeGen/
LiveStackAnalysis.cpp 62 I = S2IMap.emplace(std::piecewise_construct, std::forward_as_tuple(Slot),

Completed in 1549 milliseconds

1 2 3