Home
last modified time | relevance | path

Searched refs:EndMpSubprogramStmt (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dprogram-parsers.cpp536 statement(Parser<EndMpSubprogramStmt>{})))
544 construct<EndMpSubprogramStmt>(
Dunparse.cpp1734 void Unparse(const EndMpSubprogramStmt &x) { // R1540 in Unparse()
/external/llvm-project/flang/lib/Semantics/
Drewrite-parse-tree.cpp60 bool Pre(parser::EndMpSubprogramStmt &) { return false; } in Pre() argument
Dprogram-tree.cpp87 std::get<parser::Statement<parser::EndMpSubprogramStmt>>(x.t)}; in Build()
Dresolve-labels.cpp122 std::is_same_v<A, parser::EndMpSubprogramStmt> || in IsLegalBranchTarget()
232 std::tuple<parser::EndFunctionStmt, parser::EndMpSubprogramStmt, in Pre()
426 std::get<parser::Statement<parser::EndMpSubprogramStmt>>( in Post()
/external/llvm-project/flang/include/flang/Lower/
DPFTBuilder.h401 parser::Statement<parser::EndMpSubprogramStmt>>;
/external/llvm-project/flang/include/flang/Parser/
Ddump-parse-tree.h259 NODE(parser, EndMpSubprogramStmt) in NODE()
Dparse-tree.h3182 WRAPPER_CLASS(EndMpSubprogramStmt, std::optional<Name>);
3190 std::optional<InternalSubprogramPart>, Statement<EndMpSubprogramStmt>>
/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp1126 endStmt{getFunctionStmt<parser::EndMpSubprogramStmt>(func)},