/llvm-project/flang/test/Semantics/ |
H A D | io11.f90 | 14 subroutine formattedReadProc(dtv, unit, iotype, vlist, iostat, iomsg) argument 19 integer, intent(out) :: iostat local 37 subroutine formattedReadProc(dtv, unit, iotype, vlist, iostat) argument 42 integer, intent(out) :: iostat local 60 subroutine unformattedReadProc(dtv, unit, iostat, iomsg, iotype) argument 63 integer, intent(out) :: iostat local 83 subroutine formattedReadProc(*, unit, iotype, vlist, iostat, iomsg) argument 89 integer, intent(out) :: iostat local 107 subroutine formattedReadProc(dtv, unit, iotype, vlist, iostat, iomsg) argument 113 integer, intent(out) :: iostat local [all …]
|
H A D | typeinfo02.f90 | 15 subroutine wf1(x,u,iot,v,iostat,iomsg) argument 20 integer, intent(out) :: iostat local 23 subroutine wf2(x,u,iot,v,iostat,iomsg) argument 28 integer, intent(out) :: iostat local
|
H A D | typeinfo01.f90 | 142 subroutine rf(x,u,iot,v,iostat,iomsg) argument 147 integer, intent(out) :: iostat local 150 subroutine ru(x,u,iostat,iomsg) argument 153 integer, intent(out) :: iostat local 156 subroutine wf(x,u,iot,v,iostat,iomsg) argument 161 integer, intent(out) :: iostat local 164 subroutine wu(x,u,iostat,iomsg) argument 167 integer, intent(out) :: iostat local 191 subroutine rf(x,u,iot,v,iostat,iomsg) argument 196 integer, intent(out) :: iostat local 199 ru(x, u, iostat, iomsg) global() argument 202 integer, intent(out) :: iostat global() local 205 wf(x, u, iot, v, iostat, iomsg) global() argument 210 integer, intent(out) :: iostat global() local 213 wu(x, u, iostat, iomsg) global() argument 216 integer, intent(out) :: iostat global() local [all...] |
H A D | io12.f90 | 22 subroutine wuf1(dtv, unit, iostat, iomsg) argument 25 integer, intent(out) :: iostat local 37 subroutine wuf2(dtv, unit, iostat, iomsg) argument 40 integer, intent(out) :: iostat local
|
H A D | io14.f90 | 13 fwrite(x, unit, iotype, vlist, iostat, iomsg) global() argument 18 integer, intent(out) :: iostat global() local
|
H A D | modfile14.f90 | 25 subroutine r(dtv, unit, iotype, v_list, iostat, iomsg) argument 30 integer, intent(out) :: iostat local
|
H A D | io15.f90 | 21 subroutine fwrite1(x, unit, iotype, vlist, iostat, iomsg) argument 26 integer, intent(out) :: iostat local
|
H A D | generic05.F90 | 24 subroutine name(dtv, unit, iostat, iomsg); \ argument
|
/llvm-project/flang/test/Lower/ |
H A D | io-derived-type.f90 | 12 subroutine wft(dtv, unit, iotype, v_list, iostat, iomsg) argument 17 integer, intent(out) :: iostat local 24 subroutine wftd(dtv, unit, iotype, v_list, iostat, iomsg) argument 29 integer, intent(out) :: iostat local [all...] |
H A D | io-derived-type-2.f90 | 13 subroutine pwf (dtv,unit,iotype,vlist,iostat,iomsg) argument 18 integer, intent(out) :: iostat local 22 subroutine prf (dtv,unit,iotype,vlist,iostat,iomsg) argument 27 integer, intent(out) :: iostat local
|
H A D | polymorphic.f90 | 734 subroutine write_p1(dtv, unit, iotype, v_list, iostat, iomsg) argument 739 integer, intent(out) :: iostat local 744 subroutine read_p1(dtv, unit, iotype, v_list, iostat, iomsg) argument 749 integer, intent(out) :: iostat local
|
/llvm-project/flang/runtime/ |
H A D | iostat.cpp | 14 const char *IostatErrorString(int iostat) { in IostatErrorString()
|
H A D | io-error.h | 45 SetPendingError(int iostat) SetPendingError() argument
|
H A D | file.cpp | 273 int iostat{0}; in ReadAsynchronously() local 302 int iostat{0}; in WriteAsynchronously() local 408 int OpenFile::PendingResult(const Terminator &terminator, int iostat) { in PendingResult() argument
|
H A D | io-api.cpp | 183 Iostat iostat{IostatOk}; in BeginExternalFormattedIO() local 241 Iostat iostat{IostatOk}; BeginUnformattedIO() local [all...] |
/llvm-project/flang/unittests/Runtime/ |
H A D | Format.cpp | 127 auto iostat{context.GetIoStat()}; in TEST() local
|
/llvm-project/flang/lib/Lower/ |
H A D | Bridge.cpp | 3710 mlir::Value iostat = genBackspaceStatement(*this, stmt); genFIR() local 3714 mlir::Value iostat = genCloseStatement(*this, stmt); genFIR() local 3718 mlir::Value iostat = genEndfileStatement(*this, stmt); genFIR() local 3722 mlir::Value iostat = genFlushStatement(*this, stmt); genFIR() local 3726 mlir::Value iostat = genInquireStatement(*this, stmt); genFIR() local 3732 mlir::Value iostat = genOpenStatement(*this, stmt); genFIR() local 3739 mlir::Value iostat = genReadStatement(*this, stmt); genFIR() local 3743 mlir::Value iostat = genRewindStatement(*this, stmt); genFIR() local 3747 mlir::Value iostat = genWaitStatement(*this, stmt); genFIR() local 3751 mlir::Value iostat = genWriteStatement(*this, stmt); genFIR() local 3757 genIoConditionBranches(Fortran::lower::pft::Evaluation & eval,const A & specList,mlir::Value iostat) genIoConditionBranches() argument [all...] |
H A D | IO.cpp | 213 mlir::Value iostat = call.getResult(0); genEndIO() local 1812 mlir::Value iostat = checkCall.getResult(0); genIOUnitNumber() local
|