Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-labels.cpp507 void Post(const parser::CycleStmt &cycleStmt) { in Post() argument
508 if (cycleStmt.v) { in Post()
509 CheckLabelContext("CYCLE", cycleStmt.v->source); in Post()
Dcheck-do-forall.cpp934 void DoForallChecker::Enter(const parser::CycleStmt &cycleStmt) { in Enter() argument
935 CheckNesting(StmtType::CYCLE, common::GetPtrFromOptional(cycleStmt.v)); in Enter()