Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.cpp630 void CheckExprDoesNotReferenceLocal(const parser::ScalarIntExpr &expr, in CheckExprDoesNotReferenceLocal() function in Fortran::semantics::DoContext
706 CheckExprDoesNotReferenceLocal(std::get<1>(c.t), localVars); in CheckLocalitySpecs()
707 CheckExprDoesNotReferenceLocal(std::get<2>(c.t), localVars); in CheckLocalitySpecs()
710 CheckExprDoesNotReferenceLocal(*expr, localVars); in CheckLocalitySpecs()