| /freebsd-12-stable/contrib/llvm-project/libcxx/include/__utility/ |
| D | piecewise_construct.h | 25 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/ |
| D | memory_resource | 217 ::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/ |
| D | LexicalScopes.cpp | 172 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()
|
| D | LiveStacks.cpp | 63 std::piecewise_construct, std::forward_as_tuple(Slot), in getOrCreateInterval()
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/src/ |
| D | utility.cpp | 13 const piecewise_construct_t piecewise_construct{}; variable
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | scoped_allocator | 77 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,
|
| D | utility | 111 inline constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); 222 #include <__utility/piecewise_construct.h>
|
| D | map | 1236 _VSTD::piecewise_construct, 1246 _VSTD::piecewise_construct, 1256 _VSTD::piecewise_construct, 1266 _VSTD::piecewise_construct, 1551 _VSTD::piecewise_construct, 1561 _VSTD::piecewise_construct,
|
| D | module.modulemap | 753 module piecewise_construct { private header "__utility/piecewise_construct.h" }
|
| D | unordered_map | 1184 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++/ |
| D | Makefile | 487 UTL_HEADERS+= piecewise_construct.h
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/ |
| D | IRMemoryMap.cpp | 392 std::piecewise_construct, std::forward_as_tuple(aligned_address), in Malloc()
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/__functional/ |
| D | function.h | 141 : __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/ |
| D | CGDebugInfo.cpp | 1100 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/ |
| D | MetadataLoader.cpp | 338 std::piecewise_construct, std::forward_as_tuple(Tuple), in upgradeTypeRefArray()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| D | CodeGenDAGPatterns.cpp | 3875 DAGInsts.emplace(std::piecewise_construct, std::forward_as_tuple(R), in parseInstructionPattern()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/ |
| D | ASTReader.cpp | 3729 std::piecewise_construct, std::forward_as_tuple(&F), in ReadASTBlock()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | ExprConstant.cpp | 1901 auto Result = HeapAllocs.emplace(std::piecewise_construct, in createHeapAlloc()
|
| /freebsd-12-stable/tools/build/mk/ |
| D | OptionalObsoleteFiles.inc | 4958 OLD_FILES+=usr/include/c++/v1/__utility/piecewise_construct.h
|