Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-do-forall.h68 void CheckNesting(StmtType, const parser::Name *) const; in ENUM_CLASS()
Dcheck-do-forall.cpp911 void DoForallChecker::CheckNesting( in CheckNesting() function in Fortran::semantics::DoForallChecker
935 CheckNesting(StmtType::CYCLE, common::GetPtrFromOptional(cycleStmt.v)); in Enter()
940 CheckNesting(StmtType::EXIT, common::GetPtrFromOptional(exitStmt.v)); in Enter()