Home
last modified time | relevance | path

Searched refs:iomsg (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/flang/test/Semantics/
Dtypeinfo01.f90138 subroutine rf(x,u,iot,v,iostat,iomsg) argument
144 character(len=*), intent(inout) :: iomsg local
146 subroutine ru(x,u,iostat,iomsg) argument
150 character(len=*), intent(inout) :: iomsg local
152 subroutine wf(x,u,iot,v,iostat,iomsg) argument
158 character(len=*), intent(inout) :: iomsg local
160 subroutine wu(x,u,iostat,iomsg) argument
164 character(len=*), intent(inout) :: iomsg local
187 subroutine rf(x,u,iot,v,iostat,iomsg) argument
193 character(len=*), intent(inout) :: iomsg local
[all …]
Dio06.f9012 backspace(10, iomsg=msg1, iostat=stat1, err=9)
15 endfile(iostat=stat2, err=9, unit=10, iomsg=msg1)
18 rewind(iomsg=msg1, iostat=stat2, err=9, unit=10)
21 flush(iomsg=msg1, unit=10, iostat=stat8, err=9)
24 wait(99, id=id1, end=9, eor=9, err=9, iostat=stat1, iomsg=msg1)
30 endfile(iostat=stat2, err=9, unit=10, iostat=stat8, iomsg=msg1)
33 flush(iomsg=const_msg, unit=10, iostat=stat8, err=9)
Dio05.f9013 inquire(10, pos=ipos, iomsg=msg, iostat=stat1)
22 iomsg=msg, &
58 inquire(10, iomsg=msg, pos=ipos, iomsg=msg)
Dmodfile14.f9025 subroutine r(dtv, unit, iotype, v_list, iostat, iomsg) argument
31 character (len=*), intent(inout) :: iomsg local
Dio02.f9012 close(unit=unit11, err=9, iomsg=msg, iostat=stat1)
Dio04.f9046 err=9, id=id, iomsg=msg, iostat=stat2, round='processor_defined', &
Dio01.f9040 open(22, access=access_(2), iostat=stat1, iomsg=msg)
Dio03.f9055 decimal='comma', end=9, eor=9, err=9, id=id, iomsg=msg, iostat=stat2, &
/external/llvm-project/flang/unittests/Runtime/
Dhello.cpp180 char iomsg[65]; in realInTest() local
181 iomsg[0] = '\0'; in realInTest()
182 iomsg[sizeof iomsg - 1] = '\0'; in realInTest()
183 IONAME(GetIoMsg)(cookie, iomsg, sizeof iomsg - 1); in realInTest()
187 << static_cast<int>(status) << " iomsg '" << iomsg << "'\n"; in realInTest()
/external/llvm-project/flang/docs/
Df2018-grammar.md572 IOMSG = iomsg-variable | IOSTAT = scalar-int-variable |
581 R1207 iomsg-variable -> scalar-default-char-variable
585 IOMSG = iomsg-variable | ERR = label |
598 ERR = label | ID = id-variable | IOMSG = iomsg-variable |
615 ID = scalar-int-expr | IOMSG = iomsg-variable |
622 [UNIT =] file-unit-number | IOMSG = iomsg-variable |
627 IOMSG = iomsg-variable | ERR = label
643 IOMSG = iomsg-variable | IOSTAT = scalar-int-variable |