Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__utility/
H A 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-13.1/contrib/llvm-project/libcxx/src/
H A Dutility.cpp13 const piecewise_construct_t piecewise_construct{}; variable
/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A 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-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A 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()
H A DLiveStacks.cpp63 std::piecewise_construct, std::forward_as_tuple(Slot), in getOrCreateInterval()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A 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,
H A Dutility111 inline constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t();
222 #include <__utility/piecewise_construct.h>
H A Dmap1236 _VSTD::piecewise_construct,
1246 _VSTD::piecewise_construct,
1256 _VSTD::piecewise_construct,
1266 _VSTD::piecewise_construct,
1551 _VSTD::piecewise_construct,
1561 _VSTD::piecewise_construct,
H A Dmodule.modulemap753 module piecewise_construct { private header "__utility/piecewise_construct.h" }
H A 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-13.1/lib/libc++/
H A DMakefile484 UTL_HEADERS+= piecewise_construct.h
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp392 std::piecewise_construct, std::forward_as_tuple(aligned_address), in Malloc()
/freebsd-13.1/contrib/llvm-project/libcxx/include/__functional/
H A 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-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A 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-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp338 std::piecewise_construct, std::forward_as_tuple(Tuple), in upgradeTypeRefArray()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3875 DAGInsts.emplace(std::piecewise_construct, std::forward_as_tuple(R), in parseInstructionPattern()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3729 std::piecewise_construct, std::forward_as_tuple(&F), in ReadASTBlock()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1901 auto Result = HeapAllocs.emplace(std::piecewise_construct, in createHeapAlloc()
/freebsd-13.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc4048 OLD_FILES+=usr/include/c++/v1/__utility/piecewise_construct.h