/llvm-project/llvm/unittests/XRay/ |
H A D | FDRRecordPrinterTest.cpp | 24 static std::unique_ptr<Record> construct() { in construct() function 32 static std::unique_ptr<Record> construct() { in construct() function 40 static std::unique_ptr<Record> construct() { in construct() function 48 static std::unique_ptr<Record> construct() { in construct() function 56 static std::unique_ptr<Record> construct() { in construct() function 66 static std::unique_ptr<Record> construct() { in construct() function 76 static std::unique_ptr<Record> construct() { in construct() function 84 static std::unique_ptr<Record> construct() { in construct() function 92 static std::unique_ptr<Record> construct() { in construct() function [all...] |
/llvm-project/libcxx/include/__memory_resource/ |
H A D | polymorphic_allocator.h | 119 _LIBCPP_HIDE_FROM_ABI void construct(_Tp* __p, _Ts&&... __args) { construct() function 129 construct(pair<_T1, _T2>* __p, piecewise_construct_t, tuple<_Args1...> __x, tuple<_Args2...> __y) { construct() function 141 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p) { construct() function 146 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, _Up&& __u, _Vp&& __v) { construct() function 154 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, const pair<_U1, _U2>& __pr) { construct() function 159 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, pair<_U1, _U2>&& __pr) { construct() function [all...] |
/llvm-project/mlir/lib/IR/ |
H A D | AffineExprDetail.h | 43 construct(StorageUniquer::StorageAllocator &allocator, const KeyTy &key) { in construct() function 66 construct(StorageUniquer::StorageAllocator &allocator, const KeyTy &key) { in construct() function 84 construct(StorageUniquer::StorageAllocator &allocator, const KeyTy &key) { in construct() function
|
H A D | TypeDetail.h | 44 static IntegerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function 72 static FunctionTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function 111 static TupleTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
|
H A D | IntegerSetDetail.h | 44 construct(StorageUniquer::StorageAllocator &allocator, const KeyTy &key) { in construct() function
|
H A D | AffineMapDetail.h | 50 construct(StorageUniquer::StorageAllocator &allocator, const KeyTy &key) { in construct() function
|
H A D | AttributeDetail.h | 178 construct(AttributeStorageAllocator &allocator, KeyTy key) { in construct() function 278 construct(AttributeStorageAllocator &allocator, KeyTy key) { in construct() function 339 static StringAttrStorage *construct(AttributeStorageAllocator &allocator, in construct() function
|
/llvm-project/llvm/unittests/Support/ |
H A D | FSUniqueIDTest.cpp | 17 TEST(FSUniqueIDTest, construct) { in TEST() argument
|
H A D | MemoryBufferRefTest.cpp | 21 TEST(MemoryBufferRefTest, construct) { in TEST() argument
|
/llvm-project/libcxx/test/libcxx/utilities/any/ |
H A D | allocator.pass.cpp | 57 void construct(Large* p, Args&& ...args) { construct() function 84 void construct(Small* p, Args&& ...args) { construct() function
|
/llvm-project/mlir/lib/Tools/PDLL/AST/ |
H A D | TypeDetail.h | 40 static ConcreteT *construct(StorageUniquer::StorageAllocator &alloc, in construct() function
|
/llvm-project/mlir/include/mlir-c/ |
H A D | Pass.h | 146 void (*construct)(void *userData); global() member
|
/llvm-project/mlir/lib/Dialect/Quant/IR/ |
H A D | TypeDetail.h | 86 static AnyQuantizedTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function 148 static UniformQuantizedTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function 233 construct(TypeStorageAllocator &allocator, const KeyTy &key) { in construct() function 295 construct(TypeStorageAllocator &allocator, const KeyTy &key) { in construct() function
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-do-forall.cpp | 48 const parser::ForallConstruct &construct) { in GetConcurrentHeader() argument 267 Post(const parser::ExecutableConstruct & construct) Post() argument 429 Check(const parser::ForallConstruct & construct) Check() argument 886 Enter(const parser::ForallConstruct & construct) Enter() argument 890 Leave(const parser::ForallConstruct & construct) Leave() argument 915 GetNodePosition(const ConstructNode & construct) GetNodePosition() argument 929 MaybeGetDoConstruct(const ConstructNode & construct) MaybeGetDoConstruct() argument 938 ConstructIsDoConcurrent(const ConstructNode & construct) ConstructIsDoConcurrent() argument 970 StmtMatchesConstruct(const parser::Name * stmtName,StmtType stmtType,const std::optional<parser::Name> & constructName,const ConstructNode & construct) StmtMatchesConstruct() argument 997 const ConstructNode &construct{*iter}; CheckNesting() local [all...] |
/llvm-project/libcxx/test/support/ |
H A D | min_allocator.h | 153 pointer construct(pointer p, const value_type& val) in construct() function 175 void construct(pointer p, const value_type& val) in construct() function 179 void construct(pointer p, const value_type& val, std::true_type) in construct() function 184 void construct(pointer p, const value_type& val, std::false_type) in construct() function
|
/llvm-project/libcxx/test/libcxx/memory/ |
H A D | uninitialized_allocator_copy.pass.cpp | 31 void construct(T* ptr, Args&&... args) { in construct() function in construct_counting_allocator
|
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
H A D | allocate_shared.lwg2070.pass.cpp | 55 void construct(T* p, Args&& ...args) { in construct() function 101 void construct(void* p, int id) { ::new (p) Private(id); } in construct() function
|
/llvm-project/mlir/unittests/Support/ |
H A D | StorageUniquerTest.cpp | 31 static ConcreteT *construct(StorageUniquer::StorageAllocator &alloc, in construct() function
|
/llvm-project/flang/examples/FlangOmpReport/ |
H A D | yaml_summarizer.py | 122 def add_clause(datum, construct): argument
|
H A D | FlangOmpReportVisitor.h | 40 std::string construct; member
|
/llvm-project/clang/unittests/Basic/ |
H A D | LineOffsetMappingTest.cpp | 27 TEST(LineOffsetMappingTest, construct) { in TEST() argument
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAranges.cpp | 90 void DWARFDebugAranges::construct() { construct() function in DWARFDebugAranges
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVTypes.cpp | 34 static ArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function 207 construct(TypeStorageAllocator &allocator, const KeyTy &key) { construct() function 276 static JointMatrixTypeStorage *construct(TypeStorageAllocator &allocator, construct() function 388 static ImageTypeStorage *construct(TypeStorageAllocator &allocator, construct() function 464 static PointerTypeStorage *construct(TypeStorageAllocator &allocator, construct() function 521 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, construct() function 798 static SampledImageTypeStorage *construct(TypeStorageAllocator &allocator, construct() function 916 static StructTypeStorage *construct(TypeStorageAllocator &allocator, construct() function 1158 static MatrixTypeStorage *construct(TypeStorageAllocator &allocator, construct() function
|
/llvm-project/mlir/include/mlir/Dialect/GPU/IR/ |
H A D | GPUDialect.h | 68 static MMAMatrixStorageType *construct(TypeStorageAllocator &allocator, construct() function
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIRAttr.cpp | 48 construct(mlir::AttributeStorageAllocator &allocator, const KeyTy &key) { in construct() function 74 construct(mlir::AttributeStorageAllocator &allocator, KeyTy key) { in construct() function
|