Searched refs:ForallConstruct (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-do-forall.h | 24 struct ForallConstruct; 47 void Enter(const parser::ForallConstruct &); in ENUM_CLASS() 48 void Leave(const parser::ForallConstruct &); in ENUM_CLASS()
|
| H A D | check-do-forall.cpp | 46 const parser::ForallConstruct &construct) { in GetConcurrentHeader() 428 void Check(const parser::ForallConstruct &construct) { in Check() 802 void DoForallChecker::Enter(const parser::ForallConstruct &construct) { in Enter() 806 void DoForallChecker::Leave(const parser::ForallConstruct &construct) { in Leave()
|
| H A D | canonicalize-do.cpp | 72 [&](common::Indirection<ForallConstruct> &forall) { in Post()
|
| H A D | resolve-labels.cpp | 312 bool Pre(const parser::ForallConstruct &forallConstruct) { in Pre() 346 void Post(const parser::ForallConstruct &forallConstruct) { in Post() 705 void CheckName(const parser::ForallConstruct &forallConstruct) { in CheckName()
|
| H A D | resolve-names.cpp | 1148 bool Pre(const parser::ForallConstruct &); 1149 void Post(const parser::ForallConstruct &); 6051 bool ConstructVisitor::Pre(const parser::ForallConstruct &) { in Pre() argument 6055 void ConstructVisitor::Post(const parser::ForallConstruct &) { PopScope(); } in Post() argument
|
| H A D | check-omp-structure.cpp | 2641 parser::Unwrap<parser::ForallConstruct>(*it) || in CheckWorkshareBlockStmts()
|
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | semantics.h | 42 struct ForallConstruct; 59 const parser::DoConstruct *, const parser::ForallConstruct *,
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | type-parsers.h | 99 constexpr Parser<ForallConstruct> forallConstruct; // R1050
|
| H A D | expr-parsers.cpp | 505 construct<ForallConstruct>(statement(Parser<ForallConstructStmt>{}),
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 143 struct ForallConstruct; // R1050 520 common::Indirection<WhereConstruct>, common::Indirection<ForallConstruct>, 2066 WhereConstruct, common::Indirection<ForallConstruct>, 2076 struct ForallConstruct { struct 2077 TUPLE_CLASS_BOILERPLATE(ForallConstruct);
|
| H A D | dump-parse-tree.h | 328 NODE(parser, ForallConstruct) in NODE()
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | PFTBuilder.h | 135 parser::ForallConstruct>;
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Bridge.cpp | 1590 void genFIR(const Fortran::parser::ForallConstruct &forall) { in genFIR() 1602 Fortran::parser::ForallConstruct> &b) { genFIR(b.value()); }, in genFIR() 3131 void analyzeExplicitSpace(const Fortran::parser::ForallConstruct &forall) { in analyzeExplicitSpace() 3141 Fortran::parser::ForallConstruct> &b) { in analyzeExplicitSpace()
|
| H A D | PFTBuilder.cpp | 942 [&](const parser::ForallConstruct &) { setConstructExit(eval); }, in analyzeBranches() argument
|