Searched refs:exitStmt (Results 1 – 3 of 3) sorted by relevance
50 void Post(const parser::ExitStmt &exitStmt) { in Post() argument51 if (const auto &exitName{exitStmt.v}) { in Post()
512 void Post(const parser::ExitStmt &exitStmt) { in Post() argument513 if (exitStmt.v) { in Post()514 CheckLabelContext("EXIT", exitStmt.v->source); in Post()
939 void DoForallChecker::Enter(const parser::ExitStmt &exitStmt) { in Enter() argument940 CheckNesting(StmtType::EXIT, common::GetPtrFromOptional(exitStmt.v)); in Enter()