Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/libcxx/include/__memory/
HDuses_allocator_construction.h64 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()
136 piecewise_construct, in __uses_allocator_construction_args()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__utility/
HDpiecewise_construct.h25 inline constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); variable
27 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); variable
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__memory_resource/
HDpolymorphic_allocator.h131 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-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDLexicalScopes.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()
HDLiveStacks.cpp60 std::piecewise_construct, std::forward_as_tuple(Slot), in getOrCreateInterval()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDscoped_allocator77 void construct(pair<T1, T2>* p, piecewise_construct t, tuple<Args1...> x,
124 #include <__utility/piecewise_construct.h>
431 piecewise_construct,
442 construct(__p, piecewise_construct, tuple<>{}, tuple<>{});
448 piecewise_construct,
455 …construct(__p, piecewise_construct, std::forward_as_tuple(__x.first), std::forward_as_tuple(__x.se…
461 piecewise_construct,
HDutility149 inline constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t();
255 #include <__utility/piecewise_construct.h>
HDmap596 #include <__utility/piecewise_construct.h>
1226 std::piecewise_construct,
1235 std::piecewise_construct,
1246 std::piecewise_construct,
1258 std::piecewise_construct,
1513 ….__emplace_unique_key_args(__k, std::piecewise_construct, std::forward_as_tuple(__k), std::forward…
1524 … __k, std::piecewise_construct, std::forward_as_tuple(std::move(__k)), std::forward_as_tuple())
HDunordered_map1269 …__k, piecewise_construct, std::forward_as_tuple(__k), std::forward_as_tuple(std::forward<_Args>(__…
1276 piecewise_construct,
1729 ….__emplace_unique_key_args(__k, piecewise_construct, std::forward_as_tuple(__k), std::forward_as_t…
1738 __k, piecewise_construct, std::forward_as_tuple(std::move(__k)), std::forward_as_tuple())
HDtuple260 #include <__utility/piecewise_construct.h>
HDmodule.modulemap2125 module std_private_utility_piecewise_construct [system] { header "__utility/piecewise_construct
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDMapVector.h122 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-stable/contrib/llvm-project/libcxx/modules/std/
HDutility.inc79 using std::piecewise_construct;
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__functional/
HDfunction.h158 : __f_(piecewise_construct, std::forward_as_tuple(std::move(__f)), std::forward_as_tuple()) {}
161 : __f_(piecewise_construct, std::forward_as_tuple(__f), std::forward_as_tuple(__a)) {}
164 … : __f_(piecewise_construct, std::forward_as_tuple(__f), std::forward_as_tuple(std::move(__a))) {}
167 …: __f_(piecewise_construct, std::forward_as_tuple(std::move(__f)), std::forward_as_tuple(std::move…
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVBinaryReader.cpp29 std::piecewise_construct, std::forward_as_tuple(SymbolName), in add()
49 std::piecewise_construct, std::forward_as_tuple(SymbolName), in add()
HDLVCodeViewVisitor.cpp165 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()
HDLVDWARFReader.cpp564 ElementTable.emplace(std::piecewise_construct, in processOneDie()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDIRMemoryMap.cpp417 std::piecewise_construct, std::forward_as_tuple(aligned_address), in Malloc()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.h303 InlineeInfo.emplace(std::piecewise_construct, std::forward_as_tuple(TI), in addInlineeInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVScope.h507 PublicNames.emplace(std::piecewise_construct, std::forward_as_tuple(Scope), in addPublicName()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp1202 std::piecewise_construct, std::make_tuple(Ty), in getOrCreateRecordFwdDecl()
3500 std::piecewise_construct, std::make_tuple(Ty), in CreateEnumType()
4130 FwdDeclReplaceMap.emplace_back(std::piecewise_construct, in getFunctionFwdDeclOrStub()
4161 std::piecewise_construct, in getGlobalVariableForwardDeclaration()
/freebsd-14-stable/lib/libc++/
DMakefile1361 UTL_HEADERS+= piecewise_construct.h
Dlibcxx.imp860 { include: [ "<__utility/piecewise_construct.h>", "private", "<utility>", "public" ] },
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDMetadataLoader.cpp323 std::piecewise_construct, std::forward_as_tuple(Tuple), in upgradeTypeRefArray()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc2345 SYMBOL(piecewise_construct, std::, <utility>)

12