Home
last modified time | relevance | path

Searched refs:AssociateConstruct (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsemantics.h36 struct AssociateConstruct;
56 using ConstructNode = std::variant<const parser::AssociateConstruct *,
/llvm-project-15.0.7/flang/lib/Parser/
H A Dexecutable-parsers.cpp42 construct<ExecutableConstruct>(indirect(Parser<AssociateConstruct>{})),
145 construct<AssociateConstruct>(statement(Parser<AssociateStmt>{}), block,
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcanonicalize-do.cpp32 [&](common::Indirection<AssociateConstruct> &associate) { in Post()
H A Dresolve-labels.cpp265 bool Pre(const parser::AssociateConstruct &associateConstruct) { in Pre()
316 void Post(const parser::AssociateConstruct &associateConstruct) { in Post()
691 void CheckName(const parser::AssociateConstruct &associateConstruct) { in CheckName()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h194 struct AssociateConstruct; // R1102
511 std::variant<Statement<ActionStmt>, common::Indirection<AssociateConstruct>,
2109 struct AssociateConstruct { struct
2110 TUPLE_CLASS_BOILERPLATE(AssociateConstruct);
H A Ddump-parse-tree.h138 NODE(parser, AssociateConstruct) in NODE()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DPFTBuilder.h130 std::tuple<parser::AssociateConstruct, parser::BlockConstruct,
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp924 [&](const parser::AssociateConstruct &) { setConstructExit(eval); }, in analyzeBranches() argument
H A DBridge.cpp1873 void genFIR(const Fortran::parser::AssociateConstruct &) { in genFIR() argument