Searched refs:exitStmt (Results 1 – 3 of 3) sorted by relevance
54 void Post(const parser::ExitStmt &exitStmt) { in Post() argument55 if (const auto &exitName{exitStmt.v}) { in Post()
536 void Post(const parser::ExitStmt &exitStmt) { in Post() argument537 if (exitStmt.v) { in Post()538 CheckLabelContext("EXIT", exitStmt.v->source); in Post()
937 void DoForallChecker::Enter(const parser::ExitStmt &exitStmt) { in Enter() argument938 CheckNesting(StmtType::EXIT, common::GetPtrFromOptional(exitStmt.v)); in Enter()