Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/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
/llvm-project-15.0.7/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
70 static FunctionTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
107 static TupleTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
H A DIntegerSetDetail.h44 construct(StorageUniquer::StorageAllocator &allocator, const KeyTy &key) { in construct() function
H A DAttributeDetail.h182 construct(AttributeStorageAllocator &allocator, KeyTy key) { in construct() function
279 construct(AttributeStorageAllocator &allocator, KeyTy key) { in construct() function
340 static StringAttrStorage *construct(AttributeStorageAllocator &allocator, in construct() function
H A DAffineMapDetail.h50 construct(StorageUniquer::StorageAllocator &allocator, const KeyTy &key) { in construct() function
/llvm-project-15.0.7/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-15.0.7/mlir/lib/Tools/PDLL/AST/
H A DTypeDetail.h40 static ConcreteT *construct(StorageUniquer::StorageAllocator &alloc, in construct() function
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/any/
H A Dallocator.pass.cpp56 void construct(Large* p, Args&& ...args) { in construct() function
83 void construct(Small* p, Args&& ...args) { in construct() function
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h225 static LLVMStructTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
340 static LLVMFunctionTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
393 static LLVMPointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
420 static LLVMTypeAndSizeStorage *construct(TypeStorageAllocator &allocator, in construct() function
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DPass.h133 void (*construct)(void *userData); member
/llvm-project-15.0.7/libcxx/test/support/
H A Dmin_allocator.h151 pointer construct(pointer p, const value_type& val) in construct() function
173 void construct(pointer p, const value_type& val) in construct() function
177 void construct(pointer p, const value_type& val, std::true_type) in construct() function
182 void construct(pointer p, const value_type& val, std::false_type) in construct() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.cpp46 const parser::ForallConstruct &construct) { in GetConcurrentHeader()
248 void Post(const parser::ExecutableConstruct &construct) { in Post()
428 void Check(const parser::ForallConstruct &construct) { in Check()
802 void DoForallChecker::Enter(const parser::ForallConstruct &construct) { in Enter()
806 void DoForallChecker::Leave(const parser::ForallConstruct &construct) { in Leave()
831 static parser::CharBlock GetNodePosition(const ConstructNode &construct) { in GetNodePosition()
845 const ConstructNode &construct) { in MaybeGetDoConstruct()
854 static bool ConstructIsDoConcurrent(const ConstructNode &construct) { in ConstructIsDoConcurrent()
886 const ConstructNode &construct) { in StmtMatchesConstruct()
913 const ConstructNode &construct{*iter}; in CheckNesting() local
/llvm-project-15.0.7/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-15.0.7/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-15.0.7/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dallocate_shared_construct.pass.cpp51 void construct(T* p, Args&& ...args) { in construct() function
97 void construct(void* p, int id) { ::new (p) Private(id); } in construct() function
/llvm-project-15.0.7/mlir/unittests/Support/
H A DStorageUniquerTest.cpp31 static ConcreteT *construct(StorageUniquer::StorageAllocator &alloc, in construct() function
/llvm-project-15.0.7/flang/examples/FlangOmpReport/
H A Dyaml_summarizer.py113 def add_clause(datum, construct): argument
H A DFlangOmpReportVisitor.h40 std::string construct; member
/llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/
H A DGPUDialect.h62 static MMAMatrixStorageType *construct(TypeStorageAllocator &allocator, in construct() function
/llvm-project-15.0.7/clang/unittests/Basic/
H A DLineOffsetMappingTest.cpp27 TEST(LineOffsetMappingTest, construct) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp90 void DWARFDebugAranges::construct() { in construct() function in DWARFDebugAranges
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp30 static ArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
203 construct(TypeStorageAllocator &allocator, const KeyTy &key) { in construct() function
308 static ImageTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
383 static PointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
440 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
723 static SampledImageTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
841 static StructTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
1083 static MatrixTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIRAttr.cpp41 construct(mlir::AttributeStorageAllocator &allocator, const KeyTy &key) { in construct() function
67 construct(mlir::AttributeStorageAllocator &allocator, KeyTy key) { in construct() function

123