| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/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 70 static FunctionTypeStorage *construct(TypeStorageAllocator &allocator, in construct() function 107 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 | AttributeDetail.h | 182 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 D | AffineMapDetail.h | 50 construct(StorageUniquer::StorageAllocator &allocator, const KeyTy &key) { in construct() function
|
| /llvm-project-15.0.7/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-15.0.7/mlir/lib/Tools/PDLL/AST/ |
| H A D | TypeDetail.h | 40 static ConcreteT *construct(StorageUniquer::StorageAllocator &alloc, in construct() function
|
| /llvm-project-15.0.7/libcxx/test/libcxx/utilities/any/ |
| H A D | allocator.pass.cpp | 56 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 D | TypeDetail.h | 225 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 D | Pass.h | 133 void (*construct)(void *userData); member
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | min_allocator.h | 151 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 D | check-do-forall.cpp | 46 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 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-15.0.7/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-15.0.7/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
| H A D | allocate_shared_construct.pass.cpp | 51 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 D | StorageUniquerTest.cpp | 31 static ConcreteT *construct(StorageUniquer::StorageAllocator &alloc, in construct() function
|
| /llvm-project-15.0.7/flang/examples/FlangOmpReport/ |
| H A D | yaml_summarizer.py | 113 def add_clause(datum, construct): argument
|
| H A D | FlangOmpReportVisitor.h | 40 std::string construct; member
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/ |
| H A D | GPUDialect.h | 62 static MMAMatrixStorageType *construct(TypeStorageAllocator &allocator, in construct() function
|
| /llvm-project-15.0.7/clang/unittests/Basic/ |
| H A D | LineOffsetMappingTest.cpp | 27 TEST(LineOffsetMappingTest, construct) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugAranges.cpp | 90 void DWARFDebugAranges::construct() { in construct() function in DWARFDebugAranges
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVTypes.cpp | 30 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 D | FIRAttr.cpp | 41 construct(mlir::AttributeStorageAllocator &allocator, const KeyTy &key) { in construct() function 67 construct(mlir::AttributeStorageAllocator &allocator, KeyTy key) { in construct() function
|