Searched refs:FunctionSubprogram (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-purity.h | 16 struct FunctionSubprogram; 26 void Enter(const parser::FunctionSubprogram &); 27 void Leave(const parser::FunctionSubprogram &);
|
| H A D | check-purity.cpp | 28 void PurityChecker::Enter(const parser::FunctionSubprogram &func) { in Enter() 34 void PurityChecker::Leave(const parser::FunctionSubprogram &) { Left(); } in Leave() argument
|
| H A D | program-tree.h | 39 static ProgramTree Build(const parser::FunctionSubprogram &);
|
| H A D | program-tree.cpp | 136 ProgramTree ProgramTree::Build(const parser::FunctionSubprogram &x) { in Build()
|
| H A D | resolve-labels.cpp | 205 std::tuple<parser::MainProgram, parser::FunctionSubprogram, in Pre() 384 void Post(const parser::FunctionSubprogram &functionSubprogram) { in Post()
|
| H A D | resolve-names.cpp | 1479 bool Pre(const parser::FunctionSubprogram &) { in Pre() argument
|
| /llvm-project-15.0.7/flang/examples/PrintFlangFunctionNames/ |
| H A D | PrintFlangFunctionNames.cpp | 35 bool Pre(const Fortran::parser::FunctionSubprogram &) { in Pre()
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | PFTBuilder.h | 184 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 D | type-parsers.h | 123 constexpr Parser<FunctionSubprogram> functionSubprogram; // R1529
|
| H A D | program-parsers.cpp | 483 construct<FunctionSubprogram>(statement(functionStmt), specificationPart,
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 147 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 D | dump-parse-tree.h | 337 NODE(parser, FunctionSubprogram) in NODE()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | PFTBuilder.cpp | 1591 const parser::FunctionSubprogram &func, const lower::pft::PftNode &parent, in FunctionLikeUnit()
|