Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp437 const parser::Name &itrVal{GetLoopIndex(loop)}; in SetLoopInfo() local
438 SetLoopIv(itrVal.symbol); in SetLoopInfo()
465 const parser::Name &itrVal{GetLoopIndex(loop)}; in CheckLoopItrVariableIsInt() local
466 if (itrVal.symbol) { in CheckLoopItrVariableIsInt()
467 const auto *type{itrVal.symbol->GetType()}; in CheckLoopItrVariableIsInt()
469 context_.Say(itrVal.source, in CheckLoopItrVariableIsInt()
472 itrVal.ToString()); in CheckLoopItrVariableIsInt()
687 const parser::Name &itrVal{GetLoopIndex(loop)}; in CheckDistLinear() local
688 if (itrVal.symbol) { in CheckDistLinear()
690 indexVars.erase(*(itrVal.symbol)); in CheckDistLinear()