Home
last modified time | relevance | path

Searched refs:ProcComponentRef (Results 1 – 25 of 111) sorted by path

12345

/dports/devel/f18/f18-1688bef/lib/parser/
H A Ddump-parse-tree.h567 NODE(parser, ProcComponentRef)
H A Dgrammar.h1945 TYPE_PARSER(construct<ProcComponentRef>(structureComponent)) in TYPE_PARSER()
3301 TYPE_PARSER(construct<ProcedureDesignator>(Parser<ProcComponentRef>{}) ||
H A Dparse-tree.cc167 [&](ProcComponentRef &pcr) { in ConvertToArrayElementRef()
H A Dparse-tree.h1811 struct ProcComponentRef { struct
1812 WRAPPER_CLASS_BOILERPLATE(ProcComponentRef, Scalar<StructureComponent>);
3099 std::variant<Name, ProcComponentRef> u;
H A Dtools.cc49 const Name &GetLastName(const ProcComponentRef &x) { in GetLastName()
H A Dtools.h30 const Name &GetLastName(const ProcComponentRef &);
H A Dunparse.cc1647 if (std::holds_alternative<ProcComponentRef>(pd.u)) { in Unparse()
2206 if (std::holds_alternative<ProcComponentRef>(pd.u)) { in Unparse()
/dports/devel/f18/f18-1688bef/lib/semantics/
H A Dcheck-do.cc198 auto &component{std::get<parser::ProcComponentRef>(procedureDesignator.u) in Post()
H A Dexpression.cc1454 const parser::ProcComponentRef &pcr, ActualArguments &&arguments) in AnalyzeProcedureComponentRef()
1625 [&](const parser::ProcComponentRef &pcr) { in GetCalleeAndArguments()
2093 name = &std::get<parser::ProcComponentRef>(proc.u).v.thing.component; in CheckFuncRefToArrayElementRefHasSubscripts()
2128 [&](parser::ProcComponentRef &pcr) { in FixMisparsedFunctionReference()
H A Dexpression.h321 const parser::ProcComponentRef &, ActualArguments &&);
H A Dresolve-names.cc1083 void Post(const parser::ProcComponentRef &);
4946 [&](const parser::ProcComponentRef &z) { in ResolveVariable()
5214 [&](const parser::ProcComponentRef &x) { Walk(x); }, in HandleCall()
5576 void ResolveNamesVisitor::Post(const parser::ProcComponentRef &x) { in Post()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Parser/
H A Ddump-parse-tree.h656 NODE(parser, ProcComponentRef) in NODE()
H A Dparse-tree.h1812 struct ProcComponentRef { struct
1813 WRAPPER_CLASS_BOILERPLATE(ProcComponentRef, Scalar<StructureComponent>);
3107 std::variant<Name, ProcComponentRef> u;
H A Dtools.h24 const Name &GetLastName(const ProcComponentRef &);
38 const Name &GetFirstName(const ProcComponentRef &);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Semantics/
H A Dexpression.h345 const parser::ProcComponentRef &, ActualArguments &&);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Parser/
H A Dexpr-parsers.cpp433 TYPE_PARSER(construct<ProcComponentRef>(structureComponent))
H A Dparse-tree.cpp156 [&](ProcComponentRef &pcr) { in ConvertToArrayElementRef()
H A Dprogram-parsers.cpp431 TYPE_PARSER(construct<ProcedureDesignator>(Parser<ProcComponentRef>{}) ||
H A Dtools.cpp43 const Name &GetLastName(const ProcComponentRef &x) { in GetLastName()
101 const Name &GetFirstName(const ProcComponentRef &x) { in GetFirstName()
H A Dunparse.cpp1671 if (std::holds_alternative<ProcComponentRef>(pd.u)) { in Unparse()
2642 if (std::holds_alternative<ProcComponentRef>(pd.u)) { in Unparse()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Semantics/
H A Dcheck-do-forall.cpp306 auto &component{std::get<parser::ProcComponentRef>(procedureDesignator.u) in Post()
H A Dexpression.cpp1697 const parser::ProcComponentRef &pcr, ActualArguments &&arguments) in AnalyzeProcedureComponentRef()
1895 [&](const parser::ProcComponentRef &pcr) { in GetCalleeAndArguments()
2426 name = &std::get<parser::ProcComponentRef>(proc.u).v.thing.component; in CheckFuncRefToArrayElementRefHasSubscripts()
2463 [&](parser::ProcComponentRef &pcr) { in FixMisparsedFunctionReference()
H A Dresolve-names.cpp1394 void Post(const parser::ProcComponentRef &);
5538 [&](const parser::ProcComponentRef &z) { in ResolveVariable()
5818 [&](const parser::ProcComponentRef &x) { Walk(x); }, in HandleCall()
6203 void ResolveNamesVisitor::Post(const parser::ProcComponentRef &x) { in Post()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Parser/
H A Ddump-parse-tree.h596 NODE(parser, ProcComponentRef) in NODE()
H A Dparse-tree.h1811 struct ProcComponentRef { struct
1812 WRAPPER_CLASS_BOILERPLATE(ProcComponentRef, Scalar<StructureComponent>);
3111 std::variant<Name, ProcComponentRef> u;

12345