Home
last modified time | relevance | path

Searched defs:iomsg (Results 1 – 3 of 3) 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 …]
Dmodfile14.f9025 subroutine r(dtv, unit, iotype, v_list, iostat, iomsg) argument
31 character (len=*), intent(inout) :: iomsg local
/external/llvm-project/flang/unittests/Runtime/
Dhello.cpp180 char iomsg[65]; in realInTest() local