| /freebsd-12.1/contrib/libc++/include/experimental/ |
| H A D | memory_resource | 218 ::new ((void*)__p) pair<_T1, _T2>(piecewise_construct 239 construct(__p, piecewise_construct, tuple<>(), tuple<>()); 245 construct(__p, piecewise_construct 253 construct(__p, piecewise_construct 261 construct(__p, piecewise_construct
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | LexicalScopes.cpp | 171 I = LexicalScopeMap.emplace(std::piecewise_construct, in getOrCreateRegularScope() 203 .emplace(std::piecewise_construct, std::forward_as_tuple(P), in getOrCreateInlinedScope() 223 I = AbstractScopeMap.emplace(std::piecewise_construct, in getOrCreateAbstractScope()
|
| H A D | LiveStacks.cpp | 62 I = S2IMap.emplace(std::piecewise_construct, std::forward_as_tuple(Slot), in getOrCreateInterval()
|
| /freebsd-12.1/contrib/libc++/src/ |
| H A D | utility.cpp | 14 const piecewise_construct_t piecewise_construct = {}; variable
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | scoped_allocator | 78 void construct(pair<T1, T2>* p, piecewise_construct t, tuple<Args1...> x, 511 _OM()(outer_allocator()), __p, piecewise_construct 531 { construct(__p, piecewise_construct, tuple<>{}, tuple<>{}); } 535 construct(__p, piecewise_construct, 542 construct(__p, piecewise_construct, 549 construct(__p, piecewise_construct,
|
| H A D | map | 1206 _VSTD::piecewise_construct, 1216 _VSTD::piecewise_construct, 1226 _VSTD::piecewise_construct, 1236 _VSTD::piecewise_construct, 1485 _VSTD::piecewise_construct, 1495 _VSTD::piecewise_construct,
|
| H A D | utility | 104 inline constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); 300 extern _LIBCPP_EXPORTED_FROM_ABI const piecewise_construct_t piecewise_construct;// = piecewise_con… 302 /* _LIBCPP_INLINE_VAR */ constexpr piecewise_construct_t piecewise_construct = piecewise_construct_…
|
| H A D | unordered_map | 1103 return __table_.__emplace_unique_key_args(__k, _VSTD::piecewise_construct, 1112 return __table_.__emplace_unique_key_args(__k, _VSTD::piecewise_construct, 1559 std::piecewise_construct, std::forward_as_tuple(__k), 1568 std::piecewise_construct, std::forward_as_tuple(std::move(__k)),
|
| H A D | functional | 1497 : __f_(piecewise_construct, _VSTD::forward_as_tuple(_VSTD::move(__f)), 1504 : __f_(piecewise_construct, _VSTD::forward_as_tuple(__f), 1511 : __f_(piecewise_construct, _VSTD::forward_as_tuple(__f), 1518 : __f_(piecewise_construct, _VSTD::forward_as_tuple(_VSTD::move(__f)),
|
| H A D | memory | 3672 : __data_(piecewise_construct, _VSTD::forward_as_tuple(__a),
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 393 std::piecewise_construct, std::forward_as_tuple(aligned_address), in Malloc()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 966 std::piecewise_construct, std::make_tuple(Ty), in getOrCreateRecordFwdDecl() 2666 std::piecewise_construct, std::make_tuple(Ty), in CreateEnumType() 3230 FwdDeclReplaceMap.emplace_back(std::piecewise_construct, in getFunctionFwdDeclOrStub() 3261 std::piecewise_construct, in getGlobalVariableForwardDeclaration()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Metadata.cpp | 1109 Attachments.emplace_back(std::piecewise_construct, std::make_tuple(ID), in set()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 331 std::piecewise_construct, std::forward_as_tuple(Tuple), in upgradeTypeRefArray()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 3692 DAGInsts.emplace(std::piecewise_construct, std::forward_as_tuple(R), in parseInstructionPattern()
|