Home
last modified time | relevance | path

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

/llvm-project/flang/runtime/
H A Dstat.h55 StatBadPointerDeallocation = FORTRAN_RUNTIME_STAT_BAD_POINTER_DEALLOCATION, enumerator
H A Dstat.cpp69 case StatBadPointerDeallocation: in StatErrorString()
H A Dpointer.cpp218 return ReturnError(terminator, StatBadPointerDeallocation, errMsg, hasStat); in RTDEF()