Home
last modified time | relevance | path

Searched refs:GetIoErrorHandler (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp700 io.GetIoErrorHandler().Crash( in IONAME()
705 io.GetIoErrorHandler().Crash( in IONAME()
740 io.GetIoErrorHandler().Crash( in IONAME()
808 io.GetIoErrorHandler().Crash( in IONAME()
839 io.GetIoErrorHandler().Crash( in IONAME()
863 io.GetIoErrorHandler().Crash( in IONAME()
897 io.GetIoErrorHandler().Crash( in IONAME()
926 io.GetIoErrorHandler().Crash( in IONAME()
957 io.GetIoErrorHandler().Crash( in IONAME()
1023 io.GetIoErrorHandler().Crash( in IONAME()
[all …]
H A Dedit-input.cpp44 io.GetIoErrorHandler().SignalError( in EditBOZInput()
52 io.GetIoErrorHandler().SignalError(IostatBOZInputOverflow, in EditBOZInput()
135 io.GetIoErrorHandler().SignalError(IostatErrorInFormat, in EditIntegerInput()
159 io.GetIoErrorHandler().SignalError( in EditIntegerInput()
458 io.GetIoErrorHandler().SignalError(IostatBadRealInput); in EditCommonRealInput()
505 io.GetIoErrorHandler().SignalError(IostatBadRealInput); in EditCommonRealInput()
548 io.GetIoErrorHandler().SignalError(IostatErrorInFormat, in EditRealInput()
567 io.GetIoErrorHandler().SignalError(IostatErrorInFormat, in EditLogicalInput()
591 io.GetIoErrorHandler().SignalError( in EditLogicalInput()
700 io.GetIoErrorHandler().SignalError(IostatErrorInFormat, in EditCharacterInput()
[all …]
H A Ddescriptor-io.h33 io.GetIoErrorHandler().Crash( in ExtractElement()
68 io.GetIoErrorHandler().Crash( in FormattedIntegerIO()
101 io.GetIoErrorHandler().Crash( in FormattedRealIO()
152 io.GetIoErrorHandler().Crash( in FormattedComplexIO()
192 io.GetIoErrorHandler().Crash( in FormattedCharacterIO()
234 io.GetIoErrorHandler().Crash( in FormattedLogicalIO()
272 IoErrorHandler &handler{io.GetIoErrorHandler()}; in FormattedDerivedTypeIO()
318 IoErrorHandler &handler{io.GetIoErrorHandler()}; in UnformattedDescriptorIO()
375 IoErrorHandler &handler{io.GetIoErrorHandler()}; in DescriptorIO()
380 io.GetIoErrorHandler().Crash( in DescriptorIO()
H A Dedit-output.cpp136 io.GetIoErrorHandler().SignalError(IostatErrorInFormat, in EditIntegerOutput()
246 io_.GetIoErrorHandler().Crash( in Convert()
287 io_.GetIoErrorHandler().SignalError(IostatBadScaleFactor, in EditEorDOutput()
296 io_.GetIoErrorHandler().SignalError(IostatBadScaleFactor, in EditEorDOutput()
550 io_.GetIoErrorHandler().Crash( in EditEXOutput()
587 io_.GetIoErrorHandler().SignalError(IostatErrorInFormat, in Edit()
616 io.GetIoErrorHandler().SignalError(IostatErrorInFormat, in EditLogicalOutput()
700 io.GetIoErrorHandler().SignalError(IostatErrorInFormat, in EditCharacterOutput()
H A Dnamelist.cpp102 io.GetIoErrorHandler().SignalError( in GetLowerCaseName()
127 io.GetIoErrorHandler().SignalError( in GetSubscriptValue()
143 IoErrorHandler &handler{io.GetIoErrorHandler()}; in HandleSubscripts()
244 IoErrorHandler &handler{io.GetIoErrorHandler()}; in HandleSubstring()
306 IoErrorHandler &handler{io.GetIoErrorHandler()}; in HandleComponent()
368 IoErrorHandler &handler{io.GetIoErrorHandler()}; in IONAME()
H A Ddescriptor-io.cpp21 IoErrorHandler &handler{io.GetIoErrorHandler()}; in DefinedFormattedIo()
85 IoErrorHandler &handler{io.GetIoErrorHandler()}; in DefinedUnformattedIo()
H A Dio-stmt.cpp560 IoErrorHandler &IoStatementState::GetIoErrorHandler() const { in GetIoErrorHandler() function in Fortran::runtime::io::IoStatementState
589 GetIoErrorHandler().SignalError(IostatUTF8Decoding); in GetCurrentChar()
682 IoErrorHandler &handler{GetIoErrorHandler()}; in CheckForEndOfRecord()
731 GetIoErrorHandler().Crash("IoStatementState::GotChar() called for " in GotChar()
792 RUNTIME_CHECK(io.GetIoErrorHandler(), repeatPosition_.has_value()); in GetNextDataEdit()
H A Dio-stmt.h113 IoErrorHandler &GetIoErrorHandler() const;
202 GetIoErrorHandler().Crash( in CheckFormattedStmtType()
H A Dunit.cpp937 Terminator &terminator{parent.GetIoErrorHandler()}; in PushChildIo()
945 child.parent().GetIoErrorHandler().Crash( in PopChildIo()