Home
last modified time | relevance | path

Searched defs:iomsg (Results 1 – 12 of 12) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dio11.f9014 subroutine formattedReadProc(dtv, unit, iotype, vlist, iostat, iomsg) argument
20 character(len=*), intent(inout) :: iomsg local
60 subroutine unformattedReadProc(dtv, unit, iostat, iomsg, iotype) argument
64 character(len=*), intent(inout) :: iomsg local
83 subroutine formattedReadProc(*, unit, iotype, vlist, iostat, iomsg) argument
90 character(len=*), intent(inout) :: iomsg local
107 subroutine formattedReadProc(dtv, unit, iotype, vlist, iostat, iomsg) argument
114 character(len=*), intent(inout) :: iomsg local
127 subroutine formattedReadProc(dtv, unit, iotype, vlist, iostat, iomsg) argument
134 character(len=*), intent(inout) :: iomsg local
[all …]
H A Dtypeinfo02.f9015 subroutine wf1(x,u,iot,v,iostat,iomsg) argument
21 character(len=*), intent(inout) :: iomsg local
23 subroutine wf2(x,u,iot,v,iostat,iomsg) argument
29 character(len=*), intent(inout) :: iomsg local
H A Dtypeinfo01.f90142 subroutine rf(x,u,iot,v,iostat,iomsg) argument
148 character(len=*), intent(inout) :: iomsg local
150 subroutine ru(x,u,iostat,iomsg) argument
154 character(len=*), intent(inout) :: iomsg local
156 subroutine wf(x,u,iot,v,iostat,iomsg) argument
162 character(len=*), intent(inout) :: iomsg local
164 subroutine wu(x,u,iostat,iomsg) argument
168 character(len=*), intent(inout) :: iomsg local
191 subroutine rf(x,u,iot,v,iostat,iomsg) argument
197 character(len=*), intent(inout) :: iomsg local
199 ru(x, u, iostat, iomsg) global() argument
203 character(len=*), intent(inout) :: iomsg global() local
205 wf(x, u, iot, v, iostat, iomsg) global() argument
211 character(len=*), intent(inout) :: iomsg global() local
213 wu(x, u, iostat, iomsg) global() argument
217 character(len=*), intent(inout) :: iomsg global() local
[all...]
H A Dio12.f9022 subroutine wuf1(dtv, unit, iostat, iomsg) argument
26 character(*), intent(in out) :: iomsg local
37 subroutine wuf2(dtv, unit, iostat, iomsg) argument
41 character(*), intent(in out) :: iomsg local
H A Dio14.f9013 fwrite(x, unit, iotype, vlist, iostat, iomsg) global() argument
19 character(*), intent(in out) :: iomsg global() local
H A Dmodfile14.f9025 subroutine r(dtv, unit, iotype, v_list, iostat, iomsg) argument
31 character (len=*), intent(inout) :: iomsg local
H A Dio15.f9021 subroutine fwrite1(x, unit, iotype, vlist, iostat, iomsg) argument
27 character(*), intent(in out) :: iomsg 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
18 character(*), intent(inout) :: iomsg local
24 subroutine wftd(dtv, unit, iotype, v_list, iostat, iomsg) argument
30 character(*), intent(inout) :: iomsg local
H A Dio-derived-type-2.f9013 subroutine pwf (dtv,unit,iotype,vlist,iostat,iomsg) argument
19 character (len=*), intent(inout) :: iomsg local
22 subroutine prf (dtv,unit,iotype,vlist,iostat,iomsg) argument
28 character (len=*), intent(inout) :: iomsg local
H A Dpolymorphic.f90734 subroutine write_p1(dtv, unit, iotype, v_list, iostat, iomsg) argument
740 character(*), intent(inout) :: iomsg local
744 subroutine read_p1(dtv, unit, iotype, v_list, iostat, iomsg) argument
750 character(*), intent(inout) :: iomsg local
/llvm-project/flang/unittests/Runtime/
H A DNumericalFormatTest.cpp944 char iomsg[bufferSize]; TEST() local