| /src/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | uses_allocator_construction.h | 64 piecewise_construct, in __uses_allocator_construction_args() 81 …return std::__uses_allocator_construction_args<_Pair>(__alloc, piecewise_construct, tuple<>{}, tup… in __uses_allocator_construction_args() 89 piecewise_construct, in __uses_allocator_construction_args() 99 …__alloc, piecewise_construct, std::forward_as_tuple(__pair.first), std::forward_as_tuple(__pair.se… in __uses_allocator_construction_args() 107 …__alloc, piecewise_construct, std::forward_as_tuple(__pair.first), std::forward_as_tuple(__pair.se… in __uses_allocator_construction_args() 115 piecewise_construct, in __uses_allocator_construction_args() 126 piecewise_construct, in __uses_allocator_construction_args() 136 piecewise_construct, in __uses_allocator_construction_args()
|
| /src/contrib/llvm-project/libcxx/include/__utility/ |
| H A D | piecewise_construct.h | 25 inline constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); variable 27 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); variable
|
| /src/contrib/llvm-project/libcxx/include/__memory_resource/ |
| H A D | polymorphic_allocator.h | 131 piecewise_construct, in construct() 142 construct(__p, piecewise_construct, tuple<>(), tuple<>()); in construct() 148 piecewise_construct, in construct() 155 …construct(__p, piecewise_construct, std::forward_as_tuple(__pr.first), std::forward_as_tuple(__pr.… in construct() 161 piecewise_construct, in construct()
|
| /src/contrib/llvm-project/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()
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | scoped_allocator | 77 void construct(pair<T1, T2>* p, piecewise_construct t, tuple<Args1...> x, 124 #include <__utility/piecewise_construct.h> 431 piecewise_construct, 442 construct(__p, piecewise_construct, tuple<>{}, tuple<>{}); 448 piecewise_construct, 455 …construct(__p, piecewise_construct, std::forward_as_tuple(__x.first), std::forward_as_tuple(__x.se… 461 piecewise_construct,
|
| H A D | utility | 149 inline constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); 255 #include <__utility/piecewise_construct.h>
|
| H A D | map | 596 #include <__utility/piecewise_construct.h> 1226 std::piecewise_construct, 1235 std::piecewise_construct, 1246 std::piecewise_construct, 1258 std::piecewise_construct, 1513 ….__emplace_unique_key_args(__k, std::piecewise_construct, std::forward_as_tuple(__k), std::forward… 1524 … __k, std::piecewise_construct, std::forward_as_tuple(std::move(__k)), std::forward_as_tuple())
|
| H A D | unordered_map | 1269 …__k, piecewise_construct, std::forward_as_tuple(__k), std::forward_as_tuple(std::forward<_Args>(__… 1276 piecewise_construct, 1729 ….__emplace_unique_key_args(__k, piecewise_construct, std::forward_as_tuple(__k), std::forward_as_t… 1738 __k, piecewise_construct, std::forward_as_tuple(std::move(__k)), std::forward_as_tuple())
|
| H A D | tuple | 260 #include <__utility/piecewise_construct.h>
|
| H A D | module.modulemap | 2125 module std_private_utility_piecewise_construct [system] { header "__utility/piecewise_construct…
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | MapVector.h | 122 Vector.emplace_back(std::piecewise_construct, std::forward_as_tuple(Key), in try_emplace() 133 Vector.emplace_back(std::piecewise_construct, in try_emplace()
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | utility.inc | 79 using std::piecewise_construct;
|
| /src/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | function.h | 158 : __f_(piecewise_construct, std::forward_as_tuple(std::move(__f)), std::forward_as_tuple()) {} 161 : __f_(piecewise_construct, std::forward_as_tuple(__f), std::forward_as_tuple(__a)) {} 164 … : __f_(piecewise_construct, std::forward_as_tuple(__f), std::forward_as_tuple(std::move(__a))) {} 167 …: __f_(piecewise_construct, std::forward_as_tuple(std::move(__f)), std::forward_as_tuple(std::move…
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.cpp | 29 std::piecewise_construct, std::forward_as_tuple(SymbolName), in add() 49 std::piecewise_construct, std::forward_as_tuple(SymbolName), in add()
|
| H A D | LVCodeViewVisitor.cpp | 165 std::piecewise_construct, std::forward_as_tuple(Name), in add() 183 std::piecewise_construct, std::forward_as_tuple(Name), in update() 285 std::piecewise_construct, std::forward_as_tuple(TI), in add() 340 Target.emplace(std::piecewise_construct, std::forward_as_tuple(TI), in add()
|
| H A D | LVDWARFReader.cpp | 564 ElementTable.emplace(std::piecewise_construct, in processOneDie()
|
| /src/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 417 std::piecewise_construct, std::forward_as_tuple(aligned_address), in Malloc()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.h | 303 InlineeInfo.emplace(std::piecewise_construct, std::forward_as_tuple(TI), in addInlineeInfo()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.h | 507 PublicNames.emplace(std::piecewise_construct, std::forward_as_tuple(Scope), in addPublicName()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1202 std::piecewise_construct, std::make_tuple(Ty), in getOrCreateRecordFwdDecl() 3500 std::piecewise_construct, std::make_tuple(Ty), in CreateEnumType() 4130 FwdDeclReplaceMap.emplace_back(std::piecewise_construct, in getFunctionFwdDeclOrStub() 4161 std::piecewise_construct, in getGlobalVariableForwardDeclaration()
|
| /src/lib/libc++/ |
| H A D | Makefile | 1360 UTL_HEADERS+= piecewise_construct.h
|
| H A D | libcxx.imp | 860 { include: [ "<__utility/piecewise_construct.h>", "private", "<utility>", "public" ] },
|
| /src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 323 std::piecewise_construct, std::forward_as_tuple(Tuple), in upgradeTypeRefArray()
|
| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2345 SYMBOL(piecewise_construct, std::, <utility>)
|