Searched refs:StopStmt (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/flang/lib/Semantics/ |
D | check-stop.h | 15 struct StopStmt; 25 void Enter(const parser::StopStmt &);
|
D | check-stop.cpp | 19 void StopChecker::Enter(const parser::StopStmt &stmt) { in Enter()
|
D | check-directive-structure.h | 55 void Post(const parser::StopStmt &) { EmitBranchOutError("STOP"); } in Post() argument
|
D | resolve-labels.cpp | 82 std::holds_alternative<common::Indirection<parser::StopStmt>>( in IsLegalDoTerm()
|
D | tools.cpp | 820 parser::FormTeamStmt, parser::LockStmt, parser::StopStmt,
|
/external/llvm-project/flang/include/flang/Lower/ |
D | Runtime.h | 26 struct StopStmt; 44 void genStopStatement(AbstractConverter &, const parser::StopStmt &);
|
D | PFTBuilder.h | 106 parser::StopStmt, parser::SyncAllStmt, parser::SyncImagesStmt,
|
/external/llvm-project/flang/lib/Parser/ |
D | executable-parsers.cpp | 126 construct<ActionStmt>(indirect(Parser<StopStmt>{})), // & error-stop-stmt 440 construct<StopStmt>("STOP" >> pure(StopStmt::Kind::Stop) || 441 "ERROR STOP"_sptok >> pure(StopStmt::Kind::ErrorStop),
|
D | unparse.cpp | 1111 void Unparse(const StopStmt &x) { // R1160, R1161 in Unparse() 1112 if (std::get<StopStmt::Kind>(x.t) == StopStmt::Kind::ErrorStop) { in Unparse()
|
/external/llvm-project/flang/include/flang/Parser/ |
D | dump-parse-tree.h | 641 NODE(parser, StopStmt) in NODE() 642 NODE_ENUM(StopStmt, Kind) in NODE()
|
D | parse-tree.h | 210 struct StopStmt; // R1160, R1161 491 common::Indirection<StopStmt>, common::Indirection<SyncAllStmt>, 2432 struct StopStmt { struct 2434 TUPLE_CLASS_BOILERPLATE(StopStmt);
|
/external/llvm-project/flang/lib/Lower/ |
D | PFTBuilder.cpp | 495 [&](const parser::StopStmt &) { in analyzeBranches() argument
|