/llvm-project/flang/test/Semantics/ |
H A D | io11.f90 | 14 subroutine formattedReadProc(dtv, unit, iotype, vlist, iostat, iomsg) argument 17 character(len=*), intent(in) :: iotype local 37 subroutine formattedReadProc(dtv, unit, iotype, vlist, iostat) argument 40 character(len=*), intent(in) :: iotype local 60 subroutine unformattedReadProc(dtv, unit, iostat, iomsg, iotype) argument 65 integer, intent(out) :: iotype local 83 subroutine formattedReadProc(*, unit, iotype, vlist, iostat, iomsg) argument 87 character(len=*), intent(in) :: iotype local 107 subroutine formattedReadProc(dtv, unit, iotype, vlist, iostat, iomsg) argument 111 character(len=*), intent(in) :: iotype local [all …]
|
H A D | io14.f90 | 13 fwrite(x, unit, iotype, vlist, iostat, iomsg) global() argument 16 character(*), intent(in) :: iotype global() local
|
H A D | modfile14.f90 | 25 subroutine r(dtv, unit, iotype, v_list, iostat, iomsg) argument 28 character (len=*), intent(in) :: iotype local
|
H A D | io15.f90 | 21 subroutine fwrite1(x, unit, iotype, vlist, iostat, iomsg) argument 24 character(*), intent(in) :: iotype local
|
/llvm-project/flang/test/Lower/ |
H A D | io-derived-type.f90 | 12 subroutine wft(dtv, unit, iotype, v_list, iostat, iomsg) argument 15 character(*), intent(in) :: iotype local 24 subroutine wftd(dtv, unit, iotype, v_list, iostat, iomsg) argument 27 character(*), intent(in) :: iotype local
|
H A D | io-derived-type-2.f90 | 13 subroutine pwf (dtv,unit,iotype,vlist,iostat,iomsg) argument 16 character (len=*), intent(in) :: iotype local 22 subroutine prf (dtv,unit,iotype,vlist,iostat,iomsg) argument 25 character (len=*), intent(in) :: iotype local
|
H A D | polymorphic.f90 | 734 subroutine write_p1(dtv, unit, iotype, v_list, iostat, iomsg) argument 737 character(*), intent(in) :: iotype local 744 subroutine read_p1(dtv, unit, iotype, v_list, iostat, iomsg) argument 747 character(*), intent(in) :: iotype local
|