Searched refs:arithmeticIfStmt (Results 1 – 5 of 5) sorted by relevance
22 const parser::ArithmeticIfStmt &arithmeticIfStmt) { in Leave() argument27 auto &parsedExpr{std::get<parser::Expr>(arithmeticIfStmt.t)}; in Leave()
508 void Post(const parser::ArithmeticIfStmt &arithmeticIfStmt) { in Post() argument509 AddLabelReference(std::get<1>(arithmeticIfStmt.t)); in Post()510 AddLabelReference(std::get<2>(arithmeticIfStmt.t)); in Post()511 AddLabelReference(std::get<3>(arithmeticIfStmt.t)); in Post()
1422 void LabelEnforce::Post(const parser::ArithmeticIfStmt &arithmeticIfStmt) { in Post() argument1423 checkLabelUse(std::get<1>(arithmeticIfStmt.t)); in Post()1424 checkLabelUse(std::get<2>(arithmeticIfStmt.t)); in Post()1425 checkLabelUse(std::get<3>(arithmeticIfStmt.t)); in Post()
441 void Post(const parser::ArithmeticIfStmt &arithmeticIfStmt) { in Post() argument442 CheckSourceLabel(std::get<1>(arithmeticIfStmt.t)); in Post()443 CheckSourceLabel(std::get<2>(arithmeticIfStmt.t)); in Post()444 CheckSourceLabel(std::get<3>(arithmeticIfStmt.t)); in Post()
578 void Post(const parser::ArithmeticIfStmt &arithmeticIfStmt);