Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-do-forall.cpp631 void CheckExprDoesNotReferenceLocal( in CheckExprDoesNotReferenceLocal() function in Fortran::semantics::DoContext
707 CheckExprDoesNotReferenceLocal(std::get<1>(c.t), localVars); in CheckLocalitySpecs()
708 CheckExprDoesNotReferenceLocal(std::get<2>(c.t), localVars); in CheckLocalitySpecs()
711 CheckExprDoesNotReferenceLocal(*expr, localVars); in CheckLocalitySpecs()