Home
last modified time | relevance | path

Searched refs:StatErrorString (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/runtime/
H A Dstat.cpp17 RT_API_ATTRS const char *StatErrorString(int stat) { in StatErrorString() function
82 if (const char *msg{StatErrorString(stat)}) { in ToErrmsg()
101 } else if (const char *msg{StatErrorString(stat)}) { in ReturnError()
H A Dstat.h58 RT_API_ATTRS const char *StatErrorString(int);