Home
last modified time | relevance | path

Searched refs:StatInvalidDescriptor (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/runtime/
Dallocatable.cpp60 return ReturnError(terminator, StatInvalidDescriptor, errMsg, hasStat); in RTNAME()
72 return ReturnError(terminator, StatInvalidDescriptor, errMsg, hasStat); in RTNAME()
Dstat.h34 StatInvalidDescriptor = CFI_INVALID_DESCRIPTOR, enumerator
Dstat.cpp33 case StatInvalidDescriptor: in StatErrorString()