Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp54 struct ErrorManager { struct
55 void init(Fortran::lower::AbstractConverter &converter, mlir::Location loc, in init()
76 bool hasStatSpec() const { return static_cast<bool>(statAddr); } in hasStatSpec()
78 void genStatCheck(fir::FirOpBuilder &builder, mlir::Location loc) { in genStatCheck()
90 void assignStat(fir::FirOpBuilder &builder, mlir::Location loc, in assignStat()
101 mlir::Value hasStat;
102 mlir::Value errMsgAddr;
103 mlir::Value sourceFile;
104 mlir::Value sourceLine;
107 mlir::Value statAddr; // STAT variable address
[all …]