Searched refs:stmtType (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-do-forall.cpp | 836 void DoForallChecker::SayBadLeave(StmtType stmtType, in SayBadLeave() argument 862 StmtType stmtType, const ConstructNode &construct) const { in CheckForBadLeave() argument 873 SayBadLeave(stmtType, "CRITICAL", construct); in CheckForBadLeave() 877 SayBadLeave(stmtType, "CHANGE TEAM", construct); in CheckForBadLeave() 885 StmtType stmtType, const std::optional<parser::Name> &constructName, in StmtMatchesConstruct() argument 891 return stmtType == StmtType::EXIT || inDoConstruct; in StmtMatchesConstruct() 899 StmtType stmtType, const ConstructNode &construct) const { in CheckDoConcurrentExit() argument 910 StmtType stmtType, const parser::Name *stmtName) const { in CheckNesting() argument 917 CheckDoConcurrentExit(stmtType, construct); in CheckNesting() 920 CheckForBadLeave(stmtType, construct); in CheckNesting() [all …]
|