Searched defs:ErrorManager (Results 1 – 1 of 1) sorted by relevance
54 struct ErrorManager { struct55 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 …]