Home
last modified time | relevance | path

Searched refs:piecewise_construct (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/libc++/include/experimental/
H A Dmemory_resource218 ::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 DLexicalScopes.cpp171 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 DLiveStacks.cpp62 I = S2IMap.emplace(std::piecewise_construct, std::forward_as_tuple(Slot), in getOrCreateInterval()
/freebsd-12.1/contrib/libc++/src/
H A Dutility.cpp14 const piecewise_construct_t piecewise_construct = {}; variable
/freebsd-12.1/contrib/libc++/include/
H A Dscoped_allocator78 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 Dmap1206 _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 Dutility104 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 Dunordered_map1103 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 Dfunctional1497 : __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 Dmemory3672 : __data_(piecewise_construct, _VSTD::forward_as_tuple(__a),
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRMemoryMap.cpp393 std::piecewise_construct, std::forward_as_tuple(aligned_address), in Malloc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp966 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 DMetadata.cpp1109 Attachments.emplace_back(std::piecewise_construct, std::make_tuple(ID), in set()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp331 std::piecewise_construct, std::forward_as_tuple(Tuple), in upgradeTypeRefArray()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3692 DAGInsts.emplace(std::piecewise_construct, std::forward_as_tuple(R), in parseInstructionPattern()