Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dsemantics.h34 struct AssociateConstruct;
52 using ConstructNode = std::variant<const parser::AssociateConstruct *,
/external/llvm-project/flang/lib/Parser/
Dexecutable-parsers.cpp42 construct<ExecutableConstruct>(indirect(Parser<AssociateConstruct>{})),
144 construct<AssociateConstruct>(statement(Parser<AssociateStmt>{}), block,
/external/llvm-project/flang/lib/Semantics/
Dcanonicalize-do.cpp32 [&](common::Indirection<AssociateConstruct> &associate) { in Post()
Dresolve-labels.cpp256 bool Pre(const parser::AssociateConstruct &associateConstruct) { in Pre()
303 void Post(const parser::AssociateConstruct &associateConstruct) { in Post()
667 void CheckName(const parser::AssociateConstruct &associateConstruct) { in CheckName()
/external/llvm-project/flang/include/flang/Lower/
DPFTBuilder.h127 std::tuple<parser::AssociateConstruct, parser::BlockConstruct,
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h193 struct AssociateConstruct; // R1102
509 std::variant<Statement<ActionStmt>, common::Indirection<AssociateConstruct>,
2089 struct AssociateConstruct { struct
2090 TUPLE_CLASS_BOILERPLATE(AssociateConstruct);
Ddump-parse-tree.h131 NODE(parser, AssociateConstruct) in NODE()
/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp664 [&](const parser::AssociateConstruct &) { setConstructExit(eval); }, in analyzeBranches() argument