Home
last modified time | relevance | path

Searched refs:gotStat (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
56 if (gotStat) { in Leave()
60 gotStat = true; in Leave()
H A Dcheck-allocate.cpp28 bool gotStat{false}; member
137 if (info.gotStat) { // C943 in CheckAllocateOptions()
141 info.gotStat = true; in CheckAllocateOptions()