Searched refs:OtherSpecificationStmt (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | program-parsers.cpp | 158 statement(Parser<OtherSpecificationStmt>{})), 174 construct<OtherSpecificationStmt>(indirect(Parser<AccessStmt>{})), in TYPE_PARSER() 177 construct<OtherSpecificationStmt>(indirect(Parser<BindStmt>{})), 181 construct<OtherSpecificationStmt>(indirect(Parser<ExternalStmt>{})), 182 construct<OtherSpecificationStmt>(indirect(Parser<IntentStmt>{})), 184 construct<OtherSpecificationStmt>(indirect(Parser<NamelistStmt>{})), 186 construct<OtherSpecificationStmt>(indirect(Parser<PointerStmt>{})), 188 construct<OtherSpecificationStmt>(indirect(Parser<SaveStmt>{})), 189 construct<OtherSpecificationStmt>(indirect(Parser<TargetStmt>{})), 190 construct<OtherSpecificationStmt>(indirect(Parser<ValueStmt>{})), [all …]
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 362 struct OtherSpecificationStmt { struct 363 UNION_CLASS_BOILERPLATE(OtherSpecificationStmt); 391 Statement<OtherSpecificationStmt>, argument
|
| H A D | dump-parse-tree.h | 574 NODE(parser, OtherSpecificationStmt) in NODE()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | resolve-names.cpp | 7084 [&](const parser::Statement<parser::OtherSpecificationStmt> &y) { in PreSpecificationConstruct()
|