Home
last modified time | relevance | path

Searched defs:iostat (Results 1 – 18 of 18) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dio11.f9014 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 Dtypeinfo02.f9015 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 Dtypeinfo01.f90142 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 Dio12.f9022 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 Dio14.f9013 fwrite(x, unit, iotype, vlist, iostat, iomsg) global() argument
18 integer, intent(out) :: iostat global() local
H A Dmodfile14.f9025 subroutine r(dtv, unit, iotype, v_list, iostat, iomsg) argument
30 integer, intent(out) :: iostat local
H A Dio15.f9021 subroutine fwrite1(x, unit, iotype, vlist, iostat, iomsg) argument
26 integer, intent(out) :: iostat local
H A Dgeneric05.F9024 subroutine name(dtv, unit, iostat, iomsg); \ argument
/llvm-project/flang/test/Lower/
H A Dio-derived-type.f9012 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 Dio-derived-type-2.f9013 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 Dpolymorphic.f90734 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 Diostat.cpp14 const char *IostatErrorString(int iostat) { in IostatErrorString()
H A Dio-error.h45 SetPendingError(int iostat) SetPendingError() argument
H A Dfile.cpp273 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 Dio-api.cpp183 Iostat iostat{IostatOk}; in BeginExternalFormattedIO() local
241 Iostat iostat{IostatOk}; BeginUnformattedIO() local
[all...]
/llvm-project/flang/unittests/Runtime/
H A DFormat.cpp127 auto iostat{context.GetIoStat()}; in TEST() local
/llvm-project/flang/lib/Lower/
H A DBridge.cpp3710 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 DIO.cpp213 mlir::Value iostat = call.getResult(0); genEndIO() local
1812 mlir::Value iostat = checkCall.getResult(0); genIOUnitNumber() local