Home
last modified time | relevance | path

Searched defs:StopStmt (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcheck-directive-structure.h55 void Post(const parser::StopStmt &) { EmitBranchOutError("STOP"); } in Post()
/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp495 [&](const parser::StopStmt &) { in analyzeBranches()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h2432 struct StopStmt { struct
2435 std::tuple<Kind, std::optional<StopCode>, std::optional<ScalarLogicalExpr>> t;