Searched defs:unformattedReadProc (Results 1 – 1 of 1) sorted by relevance
/llvm-project/flang/test/Semantics/ |
H A D | io11.f90 | 60 subroutine unformattedReadProc(dtv, unit, iostat, iomsg, iotype) subroutine 61 class(t), intent(inout) :: dtv 62 integer, intent(in) :: unit 63 integer, intent(out) :: iostat 64 character(len=*), intent(inout) :: iomsg 65 integer, intent(out) :: iotype 439 subroutine unformattedReadProc(dtv,unit,iostat,iomsg) subroutine 454 procedure :: unformattedReadProc argument 464 subroutine unformattedReadProc(dtv,unit,iostat,iomsg) subroutine 488 procedure :: unformattedReadProc argument [all …]
|