Home
last modified time | relevance | path

Searched refs:InternalSubprogram (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp123 (construct<InternalSubprogram>(indirect(functionSubprogram)) ||
124 construct<InternalSubprogram>(indirect(subroutineSubprogram))) /
130 many(StartNewSubprogram{} >> Parser<InternalSubprogram>{})))
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dprogram-tree.cpp90 std::get<std::list<parser::InternalSubprogram>>(subps->t)) { in BuildSubprogramTree()
H A Dresolve-labels.cpp259 bool Pre(const parser::InternalSubprogram &) { in Pre() argument
H A Dresolve-directives.cpp265 bool Pre(const parser::InternalSubprogram &) { in Pre() argument
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h445 struct InternalSubprogram { struct
446 UNION_CLASS_BOILERPLATE(InternalSubprogram);
458 std::tuple<Statement<ContainsStmt>, std::list<InternalSubprogram>> t; argument
H A Ddump-parse-tree.h388 NODE(parser, InternalSubprogram) in NODE()