Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dsemantics.h172 SymbolVector GetIndexVars(IndexVarKind);
/external/llvm-project/flang/lib/Semantics/
Dsemantics.cpp322 SymbolVector SemanticsContext::GetIndexVars(IndexVarKind kind) { in GetIndexVars() function in Fortran::semantics::SemanticsContext
Dcheck-do-forall.cpp739 SymbolVector indexVars{context_.GetIndexVars(IndexVarKind::FORALL)}; in CheckForallIndexesUsed()