Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-arithmeticif.cpp22 const parser::ArithmeticIfStmt &arithmeticIfStmt) { in Leave() argument
27 auto &parsedExpr{std::get<parser::Expr>(arithmeticIfStmt.t)}; in Leave()
Dresolve-labels.cpp484 void Post(const parser::ArithmeticIfStmt &arithmeticIfStmt) { in Post() argument
485 AddLabelReference(std::get<1>(arithmeticIfStmt.t)); in Post()
486 AddLabelReference(std::get<2>(arithmeticIfStmt.t)); in Post()
487 AddLabelReference(std::get<3>(arithmeticIfStmt.t)); in Post()
Dtools.cpp1315 void LabelEnforce::Post(const parser::ArithmeticIfStmt &arithmeticIfStmt) { in Post() argument
1316 checkLabelUse(std::get<1>(arithmeticIfStmt.t)); in Post()
1317 checkLabelUse(std::get<2>(arithmeticIfStmt.t)); in Post()
1318 checkLabelUse(std::get<3>(arithmeticIfStmt.t)); in Post()
/external/llvm-project/flang/include/flang/Semantics/
Dtools.h530 void Post(const parser::ArithmeticIfStmt &arithmeticIfStmt);