/external/libcxx/src/ |
utility.cpp | 15 const piecewise_construct_t piecewise_construct = {}; variable
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
utility.cpp | 15 const piecewise_construct_t piecewise_construct = {}; variable
|
/external/libcxx/test/utilities/utility/pairs/pair.piecewise/ |
Android.mk | 19 test_name := utilities/utility/pairs/pair.piecewise/piecewise_construct 20 test_src := piecewise_construct.pass.cpp
|
piecewise_construct.pass.cpp | 15 // constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); 46 std::pair<A, B> p(std::piecewise_construct,
|
/external/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/ |
emplace.pass.cpp | 32 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3), 43 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 | 37 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3), 49 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3), 69 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3), 81 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3), 102 R r = c.emplace_hint(c2.end(), std::piecewise_construct,
|
/external/libcxx/test/utilities/utility/pairs/pairs.pair/ |
piecewise.pass.cpp | 29 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr),
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/ |
emplace.pass.cpp | 32 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3), 43 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 | 37 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3), 49 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3), 69 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3), 81 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3), 102 R r = c.emplace_hint(c2.end(), std::piecewise_construct,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/ |
piecewise.pass.cpp | 29 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr),
|
/external/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/ |
emplace_hint.pass.cpp | 37 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3), 48 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5), 61 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3), 72 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5), 86 R r = c.emplace_hint(c2.end(), std::piecewise_construct,
|
emplace.pass.cpp | 32 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3), 45 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),
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/ |
emplace_hint.pass.cpp | 37 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3), 48 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5), 61 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3), 72 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5), 86 R r = c.emplace_hint(c2.end(), std::piecewise_construct,
|
emplace.pass.cpp | 32 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3), 45 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/containers/associative/map/map.modifiers/ |
emplace_hint.pass.cpp | 38 r = m.emplace_hint(m.end(), std::piecewise_construct, 46 r = m.emplace_hint(m.end(), std::piecewise_construct, 60 R r = m.emplace_hint(m.end(), std::piecewise_construct, 67 r = m.emplace_hint(m.end(), std::piecewise_construct, 74 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 | 40 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), 48 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), 62 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2), 69 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), 76 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/containers/associative/multimap/multimap.modifiers/ |
emplace.pass.cpp | 38 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), 45 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), 58 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2), 64 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), 70 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 | 38 r = m.emplace_hint(m.cend(), std::piecewise_construct, 46 r = m.emplace_hint(m.cend(), std::piecewise_construct, 60 R r = m.emplace_hint(m.cend(), std::piecewise_construct, 67 r = m.emplace_hint(m.cbegin(), std::piecewise_construct, 74 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...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/ |
emplace_hint.pass.cpp | 38 r = m.emplace_hint(m.end(), std::piecewise_construct, 46 r = m.emplace_hint(m.end(), std::piecewise_construct, 60 R r = m.emplace_hint(m.end(), std::piecewise_construct, 67 r = m.emplace_hint(m.end(), std::piecewise_construct, 74 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 | 40 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), 48 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), 62 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2), 69 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), 76 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...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/ |
emplace.pass.cpp | 38 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), 45 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), 58 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2), 64 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), 70 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 | 38 r = m.emplace_hint(m.cend(), std::piecewise_construct, 46 r = m.emplace_hint(m.cend(), std::piecewise_construct, 60 R r = m.emplace_hint(m.cend(), std::piecewise_construct, 67 r = m.emplace_hint(m.cbegin(), std::piecewise_construct, 74 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...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.piecewise/ |
piecewise_construct.pass.cpp | 15 // constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); 46 std::pair<A, B> p(std::piecewise_construct,
|
/external/llvm/lib/CodeGen/ |
LexicalScopes.cpp | 171 I = LexicalScopeMap.emplace(std::piecewise_construct, std::make_tuple(Scope), 199 I = InlinedLexicalScopeMap.emplace(std::piecewise_construct, 223 I = AbstractScopeMap.emplace(std::piecewise_construct,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
stl_pair.h | 74 /// piecewise_construct 75 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); local
|