Home
last modified time | relevance | path

Searched refs:FunctionSubprogram (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-purity.h16 struct FunctionSubprogram;
26 void Enter(const parser::FunctionSubprogram &);
27 void Leave(const parser::FunctionSubprogram &);
H A Dcheck-purity.cpp28 void PurityChecker::Enter(const parser::FunctionSubprogram &func) { in Enter()
34 void PurityChecker::Leave(const parser::FunctionSubprogram &) { Left(); } in Leave() argument
H A Dprogram-tree.h39 static ProgramTree Build(const parser::FunctionSubprogram &);
H A Dprogram-tree.cpp136 ProgramTree ProgramTree::Build(const parser::FunctionSubprogram &x) { in Build()
H A Dresolve-labels.cpp205 std::tuple<parser::MainProgram, parser::FunctionSubprogram, in Pre()
384 void Post(const parser::FunctionSubprogram &functionSubprogram) { in Post()
H A Dresolve-names.cpp1479 bool Pre(const parser::FunctionSubprogram &) { in Pre() argument
/llvm-project-15.0.7/flang/examples/PrintFlangFunctionNames/
H A DPrintFlangFunctionNames.cpp35 bool Pre(const Fortran::parser::FunctionSubprogram &) { in Pre()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DPFTBuilder.h184 A, std::tuple<parser::MainProgram, parser::FunctionSubprogram,
360 ReferenceVariant<parser::MainProgram, parser::FunctionSubprogram,
589 const parser::FunctionSubprogram &f, const PftNode &parent,
/llvm-project-15.0.7/flang/lib/Parser/
H A Dtype-parsers.h123 constexpr Parser<FunctionSubprogram> functionSubprogram; // R1529
H A Dprogram-parsers.cpp483 construct<FunctionSubprogram>(statement(functionStmt), specificationPart,
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h147 struct FunctionSubprogram; // R1529
447 std::variant<common::Indirection<FunctionSubprogram>,
550 common::Indirection<FunctionSubprogram>,
2859 std::variant<common::Indirection<FunctionSubprogram>,
3182 struct FunctionSubprogram { struct
3183 TUPLE_CLASS_BOILERPLATE(FunctionSubprogram);
H A Ddump-parse-tree.h337 NODE(parser, FunctionSubprogram) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp1591 const parser::FunctionSubprogram &func, const lower::pft::PftNode &parent, in FunctionLikeUnit()