Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/libcxx/include/__memory/
H A Duses_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()
/src/contrib/llvm-project/libcxx/include/__utility/
H A Dpiecewise_construct.h25 inline constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); variable
27 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); variable
/src/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_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()
/src/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.cpp60 std::piecewise_construct, std::forward_as_tuple(Slot), in getOrCreateInterval()
/src/contrib/llvm-project/libcxx/include/
H A Dscoped_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,
H A Dutility149 inline constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t();
255 #include <__utility/piecewise_construct.h>
H A Dmap596 #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())
H A Dunordered_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())
H A Dtuple260 #include <__utility/piecewise_construct.h>
H A Dmodule.modulemap2125 module std_private_utility_piecewise_construct [system] { header "__utility/piecewise_construct
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.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()
/src/contrib/llvm-project/libcxx/modules/std/
H A Dutility.inc79 using std::piecewise_construct;
/src/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.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…
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp29 std::piecewise_construct, std::forward_as_tuple(SymbolName), in add()
49 std::piecewise_construct, std::forward_as_tuple(SymbolName), in add()
H A DLVCodeViewVisitor.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()
H A DLVDWARFReader.cpp564 ElementTable.emplace(std::piecewise_construct, in processOneDie()
/src/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp417 std::piecewise_construct, std::forward_as_tuple(aligned_address), in Malloc()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h303 InlineeInfo.emplace(std::piecewise_construct, std::forward_as_tuple(TI), in addInlineeInfo()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h507 PublicNames.emplace(std::piecewise_construct, std::forward_as_tuple(Scope), in addPublicName()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.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()
/src/lib/libc++/
H A DMakefile1360 UTL_HEADERS+= piecewise_construct.h
H A Dlibcxx.imp860 { include: [ "<__utility/piecewise_construct.h>", "private", "<utility>", "public" ] },
/src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp323 std::piecewise_construct, std::forward_as_tuple(Tuple), in upgradeTypeRefArray()
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2345 SYMBOL(piecewise_construct, std::, <utility>)

12