Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-allocate.cpp32 bool gotMold{false}; member
159 if (info.gotMold || info.gotTypeSpec) { // C944 in CheckAllocateOptions()
168 if (info.gotMold) { // C943 in CheckAllocateOptions()
179 info.gotMold = true; in CheckAllocateOptions()
189 if (info.gotSource || info.gotMold) { in CheckAllocateOptions()
430 bool gotSourceExprOrTypeSpec{allocateInfo_.gotMold || in RunChecks()
469 } else if (allocateInfo_.gotSource || allocateInfo_.gotMold) { in RunChecks()
488 if (!(allocateInfo_.gotSource || allocateInfo_.gotMold)) { in RunChecks()
563 } else if (allocateInfo_.gotSource || allocateInfo_.gotMold) { in RunCoarrayRelatedChecks()