| /freebsd-14.2/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() 140 piecewise_construct, in __uses_allocator_construction_args()
|
| /freebsd-14.2/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
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | scoped_allocator | 77 void construct(pair<T1, T2>* p, piecewise_construct t, tuple<Args1...> x, 125 #include <__utility/piecewise_construct.h> 432 piecewise_construct, 443 construct(__p, piecewise_construct, tuple<>{}, tuple<>{}); 449 piecewise_construct, 456 …construct(__p, piecewise_construct, std::forward_as_tuple(__x.first), std::forward_as_tuple(__x.se… 462 piecewise_construct,
|
| H A D | utility | 149 inline constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); 264 #include <__utility/piecewise_construct.h>
|
| H A D | map | 597 #include <__utility/piecewise_construct.h> 1231 std::piecewise_construct, 1240 std::piecewise_construct, 1251 std::piecewise_construct, 1263 std::piecewise_construct, 1519 ….__emplace_unique_key_args(__k, std::piecewise_construct, std::forward_as_tuple(__k), std::forward… 1530 … __k, std::piecewise_construct, std::forward_as_tuple(std::move(__k)), std::forward_as_tuple())
|
| H A D | unordered_map | 1274 …__k, piecewise_construct, std::forward_as_tuple(__k), std::forward_as_tuple(std::forward<_Args>(__… 1281 piecewise_construct, 1740 ….__emplace_unique_key_args(__k, piecewise_construct, std::forward_as_tuple(__k), std::forward_as_t… 1749 __k, piecewise_construct, std::forward_as_tuple(std::move(__k)), std::forward_as_tuple())
|
| H A D | libcxx.imp | 831 { include: [ "<__utility/piecewise_construct.h>", "private", "<utility>", "public" ] },
|
| H A D | tuple | 264 #include <__utility/piecewise_construct.h>
|
| H A D | module.modulemap.in | 2065 module std_private_utility_piecewise_construct [system] { header "__utility/piecewise_construct.…
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | utility.inc | 79 using std::piecewise_construct;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | function.h | 156 : __f_(piecewise_construct, std::forward_as_tuple(std::move(__f)), std::forward_as_tuple()) {} 159 : __f_(piecewise_construct, std::forward_as_tuple(__f), std::forward_as_tuple(__a)) {} 162 … : __f_(piecewise_construct, std::forward_as_tuple(__f), std::forward_as_tuple(std::move(__a))) {} 165 …: __f_(piecewise_construct, std::forward_as_tuple(std::move(__f)), std::forward_as_tuple(std::move…
|
| /freebsd-14.2/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 | LVELFReader.cpp | 551 ElementTable.emplace(std::piecewise_construct, in processOneDie()
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 417 std::piecewise_construct, std::forward_as_tuple(aligned_address), in Malloc()
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1183 std::piecewise_construct, std::make_tuple(Ty), in getOrCreateRecordFwdDecl() 3374 std::piecewise_construct, std::make_tuple(Ty), in CreateEnumType() 3977 FwdDeclReplaceMap.emplace_back(std::piecewise_construct, in getFunctionFwdDeclOrStub() 4008 std::piecewise_construct, in getGlobalVariableForwardDeclaration()
|
| /freebsd-14.2/lib/libc++/ |
| H A D | Makefile | 1316 UTL_HEADERS+= piecewise_construct.h
|
| H A D | module.modulemap | 2065 module std_private_utility_piecewise_construct [system] { header "__utility/piecewise_construct.…
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 323 std::piecewise_construct, std::forward_as_tuple(Tuple), in upgradeTypeRefArray()
|