Home
last modified time | relevance | path

Searched defs:hasStat (Results 1 – 6 of 6) sorted by relevance

/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DAllocatableTest.cpp23 mlir::Value hasStat = firBuilder->createBool(loc, false); in TEST_F() local
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DAllocatable.cpp18 mlir::Value from, mlir::Value hasStat, in genMoveAlloc()
74 mlir::Value hasStat, in genAllocatableAllocate()
/llvm-project/flang/runtime/
H A Dstat.cpp98 Terminator &terminator, int stat, const Descriptor *errmsg, bool hasStat) { in ReturnError()
H A Dderived.cpp34 Initialize(const Descriptor & instance,const typeInfo::DerivedType & derived,Terminator & terminator,bool hasStat,const Descriptor * errMsg) Initialize() argument
/llvm-project/flang/lib/Lower/
H A DAllocatable.cpp111 mlir::Value hasStat; global() member
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp5532 mlir::Value hasStat = builder.createBool(loc, isStaticallyPresent(status)); genMoveAlloc() local