Home
last modified time | relevance | path

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

/llvm-project/flang/test/Semantics/
H A Dio11.f90424 procedure :: unformattedReadProc1 method
431 subroutine unformattedReadProc1(dtv,unit,iostat,iomsg) subroutine
432 class(t),intent(inout) :: dtv
433 integer,intent(in) :: unit
434 integer,intent(out) :: iostat
435 character(*),intent(inout) :: iomsg
503 subroutine unformattedReadProc1(dtv,unit,iostat,iomsg) subroutine
524 module procedure unformattedReadProc1 argument
534 subroutine unformattedReadProc1(dtv,unit,iostat,iomsg) subroutine
555 module procedure unformattedReadProc1 argument
[all …]