Home
last modified time | relevance | path

Searched refs:arithmeticIfStmt (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-arithmeticif.cpp22 const parser::ArithmeticIfStmt &arithmeticIfStmt) { in Leave() argument
27 auto &parsedExpr{std::get<parser::Expr>(arithmeticIfStmt.t)}; in Leave()
H A Dresolve-labels.cpp508 void Post(const parser::ArithmeticIfStmt &arithmeticIfStmt) { in Post() argument
509 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()
H A Dtools.cpp1422 void LabelEnforce::Post(const parser::ArithmeticIfStmt &arithmeticIfStmt) { in Post() argument
1423 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()
H A Dresolve-directives.cpp441 void Post(const parser::ArithmeticIfStmt &arithmeticIfStmt) { in Post() argument
442 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()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h578 void Post(const parser::ArithmeticIfStmt &arithmeticIfStmt);