Home
last modified time | relevance | path

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

/external/llvm-project/flang/test/Semantics/
Dtypeinfo01.f90138 subroutine rf(x,u,iot,v,iostat,iomsg) argument
143 integer, intent(out) :: iostat local
146 subroutine ru(x,u,iostat,iomsg) argument
149 integer, intent(out) :: iostat local
152 subroutine wf(x,u,iot,v,iostat,iomsg) argument
157 integer, intent(out) :: iostat local
160 subroutine wu(x,u,iostat,iomsg) argument
163 integer, intent(out) :: iostat local
187 subroutine rf(x,u,iot,v,iostat,iomsg) argument
192 integer, intent(out) :: iostat local
[all …]
Dmodfile14.f9025 subroutine r(dtv, unit, iotype, v_list, iostat, iomsg) argument
30 integer, intent(out) :: iostat local
/external/llvm-project/flang/runtime/
Diostat.cpp12 const char *IostatErrorString(int iostat) { in IostatErrorString()
Dfile.cpp271 int iostat{0}; in ReadAsynchronously() local
300 int iostat{0}; in WriteAsynchronously() local
392 int OpenFile::PendingResult(const Terminator &terminator, int iostat) { in PendingResult()
/external/autotest/client/profilers/iostat/
Diostat.py9 class iostat(profiler.profiler): class
/external/llvm-project/flang/unittests/Runtime/
Dformat.cpp116 if (int iostat{context.GetIoStat()}) { in Test() local