Searched refs:stat2 (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | io06.f90 | 6 integer(2) stat2 variable 15 endfile(iostat=stat2, err=9, unit=10, iomsg=msg1) 18 rewind(iomsg=msg1, iostat=stat2, err=9, unit=10) 30 endfile(iostat=stat2, err=9, unit=10, iostat=stat8, iomsg=msg1) 36 rewind(iostat=stat2)
|
| H A D | io04.f90 | 7 integer*2 stat2 variable 46 err=9, id=id, iomsg=msg, iostat=stat2, round='processor_defined', & 52 allocate(a(2), stat=stat2) 131 write(10, *, asynchronous='yes', id=const_id, iostat=stat2) 'Ok'
|
| H A D | io03.f90 | 12 integer*2 stat2, id2 variable 55 decimal='comma', end=9, eor=9, err=9, id=id, iomsg=msg, iostat=stat2, & 80 read(11, pos=ipos, iostat=stat1, iostat=stat2)
|
| H A D | allocate02.f90 | 9 integer stat, stat2 local 24 allocate(x6, stat=stat, source=src, stat=stat2)
|
| H A D | io01.f90 | 27 integer(kind=2) :: stat2 variable 58 status='unknown', iostat=stat2)
|