/llvm-project/flang/test/Semantics/ |
H A D | io11.f90 | 14 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 D | typeinfo02.f90 | 15 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 D | typeinfo01.f90 | 142 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 D | io12.f90 | 22 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 D | io14.f90 | 13 fwrite(x, unit, iotype, vlist, iostat, iomsg) global() argument 19 character(*), intent(in out) :: iomsg global() local
|
H A D | modfile14.f90 | 25 subroutine r(dtv, unit, iotype, v_list, iostat, iomsg) argument 31 character (len=*), intent(inout) :: iomsg local
|
H A D | io15.f90 | 21 subroutine fwrite1(x, unit, iotype, vlist, iostat, iomsg) argument 27 character(*), intent(in out) :: iomsg 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 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 D | io-derived-type-2.f90 | 13 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 D | polymorphic.f90 | 734 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 D | NumericalFormatTest.cpp | 944 char iomsg[bufferSize]; TEST() local
|