Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dprogram-tree.cpp25 std::get<std::list<parser::InternalSubprogram>>(subps->t)) { in BuildSubprogramTree()
Dresolve-labels.cpp250 bool Pre(const parser::InternalSubprogram &) { in Pre() argument
/external/llvm-project/flang/lib/Parser/
DFortran-parsers.cpp126 (construct<InternalSubprogram>(indirect(functionSubprogram)) ||
127 construct<InternalSubprogram>(indirect(subroutineSubprogram))) /
133 many(StartNewSubprogram{} >> Parser<InternalSubprogram>{})))
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h443 struct InternalSubprogram { struct
444 UNION_CLASS_BOILERPLATE(InternalSubprogram);
456 std::tuple<Statement<ContainsStmt>, std::list<InternalSubprogram>> t; argument
Ddump-parse-tree.h380 NODE(parser, InternalSubprogram) in NODE()