Home
last modified time | relevance | path

Searched refs:StopStmt (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcheck-stop.h15 struct StopStmt;
25 void Enter(const parser::StopStmt &);
Dcheck-stop.cpp19 void StopChecker::Enter(const parser::StopStmt &stmt) { in Enter()
Dcheck-directive-structure.h55 void Post(const parser::StopStmt &) { EmitBranchOutError("STOP"); } in Post() argument
Dresolve-labels.cpp82 std::holds_alternative<common::Indirection<parser::StopStmt>>( in IsLegalDoTerm()
Dtools.cpp820 parser::FormTeamStmt, parser::LockStmt, parser::StopStmt,
/external/llvm-project/flang/include/flang/Lower/
DRuntime.h26 struct StopStmt;
44 void genStopStatement(AbstractConverter &, const parser::StopStmt &);
DPFTBuilder.h106 parser::StopStmt, parser::SyncAllStmt, parser::SyncImagesStmt,
/external/llvm-project/flang/lib/Parser/
Dexecutable-parsers.cpp126 construct<ActionStmt>(indirect(Parser<StopStmt>{})), // & error-stop-stmt
440 construct<StopStmt>("STOP" >> pure(StopStmt::Kind::Stop) ||
441 "ERROR STOP"_sptok >> pure(StopStmt::Kind::ErrorStop),
Dunparse.cpp1111 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/
Ddump-parse-tree.h641 NODE(parser, StopStmt) in NODE()
642 NODE_ENUM(StopStmt, Kind) in NODE()
Dparse-tree.h210 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/
DPFTBuilder.cpp495 [&](const parser::StopStmt &) { in analyzeBranches() argument