Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.h68 void CheckNesting(StmtType, const parser::Name *) const; in ENUM_CLASS()
H A Dcheck-do-forall.cpp909 void DoForallChecker::CheckNesting( in CheckNesting() function in Fortran::semantics::DoForallChecker
933 CheckNesting(StmtType::CYCLE, common::GetPtrFromOptional(cycleStmt.v)); in Enter()
938 CheckNesting(StmtType::EXIT, common::GetPtrFromOptional(exitStmt.v)); in Enter()