Searched refs:computedGotoStmt (Results 1 – 3 of 3) sorted by relevance
529 void Post(const parser::ComputedGotoStmt &computedGotoStmt);
481 void Post(const parser::ComputedGotoStmt &computedGotoStmt) { in Post() argument482 AddLabelReference(std::get<std::list<parser::Label>>(computedGotoStmt.t)); in Post()
1309 void LabelEnforce::Post(const parser::ComputedGotoStmt &computedGotoStmt) { in Post() argument1310 for (auto &i : std::get<std::list<parser::Label>>(computedGotoStmt.t)) { in Post()