Lines Matching defs:ErrorManager
54 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
108 mlir::Value statValue; // current runtime STAT value