Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/libcxx/include/__utility/
Dpiecewise_construct.h25 extern _LIBCPP_EXPORTED_FROM_ABI const piecewise_construct_t piecewise_construct;// = piecewise_con…
27 /* _LIBCPP_INLINE_VAR */ constexpr piecewise_construct_t piecewise_construct = piecewise_construct_… variable
/freebsd-12-stable/contrib/llvm-project/libcxx/include/experimental/
Dmemory_resource217 ::new ((void*)__p) pair<_T1, _T2>(piecewise_construct
238 construct(__p, piecewise_construct, tuple<>(), tuple<>());
244 construct(__p, piecewise_construct
252 construct(__p, piecewise_construct
260 construct(__p, piecewise_construct
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DLexicalScopes.cpp172 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()
DLiveStacks.cpp63 std::piecewise_construct, std::forward_as_tuple(Slot), in getOrCreateInterval()
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
Dutility.cpp13 const piecewise_construct_t piecewise_construct{}; variable
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dscoped_allocator77 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,
Dutility111 inline constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t();
222 #include <__utility/piecewise_construct.h>
Dmap1236 _VSTD::piecewise_construct,
1246 _VSTD::piecewise_construct,
1256 _VSTD::piecewise_construct,
1266 _VSTD::piecewise_construct,
1551 _VSTD::piecewise_construct,
1561 _VSTD::piecewise_construct,
Dmodule.modulemap753 module piecewise_construct { private header "__utility/piecewise_construct.h" }
Dunordered_map1184 return __table_.__emplace_unique_key_args(__k, piecewise_construct,
1193 return __table_.__emplace_unique_key_args(__k, piecewise_construct,
1744 piecewise_construct, _VSTD::forward_as_tuple(__k),
1753 piecewise_construct, _VSTD::forward_as_tuple(_VSTD::move(__k)),
/freebsd-12-stable/lib/libc++/
DMakefile487 UTL_HEADERS+= piecewise_construct.h
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
DIRMemoryMap.cpp392 std::piecewise_construct, std::forward_as_tuple(aligned_address), in Malloc()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/__functional/
Dfunction.h141 : __f_(piecewise_construct, _VSTD::forward_as_tuple(_VSTD::move(__f)),
148 : __f_(piecewise_construct, _VSTD::forward_as_tuple(__f),
155 : __f_(piecewise_construct, _VSTD::forward_as_tuple(__f),
162 : __f_(piecewise_construct, _VSTD::forward_as_tuple(_VSTD::move(__f)),
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp1100 std::piecewise_construct, std::make_tuple(Ty), in getOrCreateRecordFwdDecl()
3068 std::piecewise_construct, std::make_tuple(Ty), in CreateEnumType()
3654 FwdDeclReplaceMap.emplace_back(std::piecewise_construct, in getFunctionFwdDeclOrStub()
3685 std::piecewise_construct, in getGlobalVariableForwardDeclaration()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp338 std::piecewise_construct, std::forward_as_tuple(Tuple), in upgradeTypeRefArray()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3875 DAGInsts.emplace(std::piecewise_construct, std::forward_as_tuple(R), in parseInstructionPattern()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp3729 std::piecewise_construct, std::forward_as_tuple(&F), in ReadASTBlock()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp1901 auto Result = HeapAllocs.emplace(std::piecewise_construct, in createHeapAlloc()
/freebsd-12-stable/tools/build/mk/
DOptionalObsoleteFiles.inc4958 OLD_FILES+=usr/include/c++/v1/__utility/piecewise_construct.h