Home
last modified time | relevance | path

Searched refs:LookUpForClose (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dunit-map.h53 ExternalFileUnit *LookUpForClose(int);
H A Ddescriptor-io.cpp68 auto *closing{external->LookUpForClose(external->unitNumber())}; in DefinedFormattedIo()
H A Dunit-map.cpp39 ExternalFileUnit *UnitMap::LookUpForClose(int n) { in LookUpForClose() function in Fortran::runtime::io::UnitMap
H A Dunit.h57 static ExternalFileUnit *LookUpForClose(int unit);
H A Dunit.cpp81 ExternalFileUnit *ExternalFileUnit::LookUpForClose(int unit) { in LookUpForClose() function in Fortran::runtime::io::ExternalFileUnit
82 return GetUnitMap().LookUpForClose(unit); in LookUpForClose()
H A Dio-api.cpp405 if (ExternalFileUnit * unit{ExternalFileUnit::LookUpForClose(unitNumber)}) { in IONAME()