Home
last modified time | relevance | path

Searched refs:SetPendingError (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dio-error.h44 void SetPendingError(int iostat) { pendingError_ = iostat; } in SetPendingError() function
H A Dio-stmt.h727 SetPendingError(iostat);
H A Dio-api.cpp157 cookie->GetIoErrorHandler().SetPendingError(iostat); in NoopUnit()