Home
last modified time | relevance | path

Searched defs:construct (Results 1 – 25 of 70) sorted by relevance

123

/llvm-project/llvm/unittests/XRay/
H A DFDRRecordPrinterTest.cpp24 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 Dpolymorphic_allocator.h119 _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 DAffineExprDetail.h43 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 DTypeDetail.h44 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 DIntegerSetDetail.h44 construct(StorageUniquer::StorageAllocator &allocator, const KeyTy &key) { in construct() function
H A DAffineMapDetail.h50 construct(StorageUniquer::StorageAllocator &allocator, const KeyTy &key) { in construct() function
H A DAttributeDetail.h178 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 DFSUniqueIDTest.cpp17 TEST(FSUniqueIDTest, construct) { in TEST() argument
H A DMemoryBufferRefTest.cpp21 TEST(MemoryBufferRefTest, construct) { in TEST() argument
/llvm-project/libcxx/test/libcxx/utilities/any/
H A Dallocator.pass.cpp57 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 DTypeDetail.h40 static ConcreteT *construct(StorageUniquer::StorageAllocator &alloc, in construct() function
/llvm-project/mlir/include/mlir-c/
H A DPass.h146 void (*construct)(void *userData); global() member
/llvm-project/mlir/lib/Dialect/Quant/IR/
H A DTypeDetail.h86 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 Dcheck-do-forall.cpp48 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 Dmin_allocator.h153 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 Duninitialized_allocator_copy.pass.cpp31 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 Dallocate_shared.lwg2070.pass.cpp55 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 DStorageUniquerTest.cpp31 static ConcreteT *construct(StorageUniquer::StorageAllocator &alloc, in construct() function
/llvm-project/flang/examples/FlangOmpReport/
H A Dyaml_summarizer.py122 def add_clause(datum, construct): argument
H A DFlangOmpReportVisitor.h40 std::string construct; member
/llvm-project/clang/unittests/Basic/
H A DLineOffsetMappingTest.cpp27 TEST(LineOffsetMappingTest, construct) { in TEST() argument
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp90 void DWARFDebugAranges::construct() { construct() function in DWARFDebugAranges
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp34 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 DGPUDialect.h68 static MMAMatrixStorageType *construct(TypeStorageAllocator &allocator, construct() function
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIRAttr.cpp48 construct(mlir::AttributeStorageAllocator &allocator, const KeyTy &key) { in construct() function
74 construct(mlir::AttributeStorageAllocator &allocator, KeyTy key) { in construct() function

123