Searched refs:BlockConstruct (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | semantics.h | 37 struct BlockConstruct; 57 const parser::BlockConstruct *, const parser::CaseConstruct *,
|
| H A D | scope.h | 63 BlockData, DerivedType, BlockConstruct, Forall, OtherConstruct,
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | resolve-labels.cpp | 268 bool Pre(const parser::BlockConstruct &blockConstruct) { in Pre() 319 void Post(const parser::BlockConstruct &blockConstruct) { in Post() 591 bool PushConstructName(const parser::BlockConstruct &blockConstruct) { in PushConstructName() 607 void PopConstructNameIfPresent(const parser::BlockConstruct &blockConstruct) { in PopConstructNameIfPresent() 711 void CheckName(const parser::BlockConstruct &blockConstruct) { in CheckName()
|
| H A D | canonicalize-do.cpp | 37 [&](common::Indirection<BlockConstruct> &blockConstruct) { in Post()
|
| H A D | tools.cpp | 87 case Scope::Kind::BlockConstruct: in GetProgramUnitOrBlockConstructContaining() 1490 [&](const parser::BlockConstruct *blockConstruct) in MaybeGetNodeName()
|
| H A D | data-to-inits.cpp | 824 case Scope::Kind::BlockConstruct: { in ProcessScopes()
|
| H A D | check-do-forall.cpp | 188 void Post(const parser::BlockConstruct &blockConstruct) { in Post()
|
| H A D | resolve-names.cpp | 2205 if (kind != Scope::Kind::BlockConstruct && in PushScope() 2524 kind == Scope::Kind::BlockConstruct) { in NotePossibleBadForwardRef() 4154 currScope().kind() == Scope::Kind::BlockConstruct)) { in HandleAttributeStmt() 4174 if (currScope().kind() == Scope::Kind::BlockConstruct) { in CheckNotInBlock() 5306 if (currScope().kind() != Scope::Kind::BlockConstruct) { in CheckSaveStmts() 6064 PushScope(Scope::Kind::BlockConstruct, nullptr); in Pre()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | executable-parsers.cpp | 43 construct<ExecutableConstruct>(indirect(Parser<BlockConstruct>{})), 168 construct<BlockConstruct>(statement(Parser<BlockStmt>{}),
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 195 struct BlockConstruct; // R1107 512 common::Indirection<BlockConstruct>, common::Indirection<CaseConstruct>, 2131 struct BlockConstruct { struct 2132 TUPLE_CLASS_BOILERPLATE(BlockConstruct);
|
| H A D | dump-parse-tree.h | 159 NODE(parser, BlockConstruct) in NODE()
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | PFTBuilder.h | 130 std::tuple<parser::AssociateConstruct, parser::BlockConstruct,
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | PFTBuilder.cpp | 925 [&](const parser::BlockConstruct &) { in analyzeBranches() argument
|
| H A D | Bridge.cpp | 1900 void genFIR(const Fortran::parser::BlockConstruct &blockConstruct) { in genFIR()
|