Searched defs:iomsg (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/flang/test/Semantics/ |
D | typeinfo01.f90 | 138 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 …]
|
D | modfile14.f90 | 25 subroutine r(dtv, unit, iotype, v_list, iostat, iomsg) argument 31 character (len=*), intent(inout) :: iomsg local
|
/external/llvm-project/flang/unittests/Runtime/ |
D | hello.cpp | 180 char iomsg[65]; in realInTest() local
|