Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-deallocate.cpp50 bool gotStat{false}, gotMsg{false}; in Leave() local
63 if (gotMsg) { in Leave()
67 gotMsg = true; in Leave()
H A Dcheck-allocate.cpp29 bool gotMsg{false}; member
144 if (info.gotMsg) { // C943 in CheckAllocateOptions()
148 info.gotMsg = true; in CheckAllocateOptions()