Searched defs:hasStat (Results 1 – 6 of 6) sorted by relevance
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/ |
H A D | AllocatableTest.cpp | 23 mlir::Value hasStat = firBuilder->createBool(loc, false); in TEST_F() local
|
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Allocatable.cpp | 18 mlir::Value from, mlir::Value hasStat, in genMoveAlloc() 74 mlir::Value hasStat, in genAllocatableAllocate()
|
/llvm-project/flang/runtime/ |
H A D | stat.cpp | 98 Terminator &terminator, int stat, const Descriptor *errmsg, bool hasStat) { in ReturnError()
|
H A D | derived.cpp | 34 Initialize(const Descriptor & instance,const typeInfo::DerivedType & derived,Terminator & terminator,bool hasStat,const Descriptor * errMsg) Initialize() argument
|
/llvm-project/flang/lib/Lower/ |
H A D | Allocatable.cpp | 111 mlir::Value hasStat; global() member
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | IntrinsicCall.cpp | 5532 mlir::Value hasStat = builder.createBool(loc, isStaticallyPresent(status)); genMoveAlloc() local
|