Searched refs:stmtType (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/flang/lib/Semantics/ |
D | check-do-forall.cpp | 838 void DoForallChecker::SayBadLeave(StmtType stmtType, in SayBadLeave() argument 841 .Say("%s must not leave a %s statement"_err_en_US, EnumToString(stmtType), in SayBadLeave() 864 StmtType stmtType, const ConstructNode &construct) const { in CheckForBadLeave() argument 870 SayBadLeave(stmtType, "DO CONCURRENT", construct); in CheckForBadLeave() 875 SayBadLeave(stmtType, "CRITICAL", construct); in CheckForBadLeave() 879 SayBadLeave(stmtType, "CHANGE TEAM", construct); in CheckForBadLeave() 887 StmtType stmtType, const std::optional<parser::Name> &constructName, in StmtMatchesConstruct() argument 893 return stmtType == StmtType::EXIT || inDoConstruct; in StmtMatchesConstruct() 901 StmtType stmtType, const ConstructNode &construct) const { in CheckDoConcurrentExit() argument 902 if (stmtType == StmtType::EXIT && ConstructIsDoConcurrent(construct)) { in CheckDoConcurrentExit() [all …]
|