Searched refs:AssociateConstruct (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/flang/include/flang/Semantics/ |
D | semantics.h | 34 struct AssociateConstruct; 52 using ConstructNode = std::variant<const parser::AssociateConstruct *,
|
/external/llvm-project/flang/lib/Parser/ |
D | executable-parsers.cpp | 42 construct<ExecutableConstruct>(indirect(Parser<AssociateConstruct>{})), 144 construct<AssociateConstruct>(statement(Parser<AssociateStmt>{}), block,
|
/external/llvm-project/flang/lib/Semantics/ |
D | canonicalize-do.cpp | 32 [&](common::Indirection<AssociateConstruct> &associate) { in Post()
|
D | resolve-labels.cpp | 256 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/ |
D | PFTBuilder.h | 127 std::tuple<parser::AssociateConstruct, parser::BlockConstruct,
|
/external/llvm-project/flang/include/flang/Parser/ |
D | parse-tree.h | 193 struct AssociateConstruct; // R1102 509 std::variant<Statement<ActionStmt>, common::Indirection<AssociateConstruct>, 2089 struct AssociateConstruct { struct 2090 TUPLE_CLASS_BOILERPLATE(AssociateConstruct);
|
D | dump-parse-tree.h | 131 NODE(parser, AssociateConstruct) in NODE()
|
/external/llvm-project/flang/lib/Lower/ |
D | PFTBuilder.cpp | 664 [&](const parser::AssociateConstruct &) { setConstructExit(eval); }, in analyzeBranches() argument
|