Searched refs:OtherSpecificationStmt (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/flang/lib/Parser/ |
D | program-parsers.cpp | 156 statement(Parser<OtherSpecificationStmt>{})), 172 construct<OtherSpecificationStmt>(indirect(Parser<AccessStmt>{})), in TYPE_PARSER() 173 construct<OtherSpecificationStmt>(indirect(Parser<AllocatableStmt>{})), 174 construct<OtherSpecificationStmt>(indirect(Parser<AsynchronousStmt>{})), 175 construct<OtherSpecificationStmt>(indirect(Parser<BindStmt>{})), 176 construct<OtherSpecificationStmt>(indirect(Parser<CodimensionStmt>{})), 177 construct<OtherSpecificationStmt>(indirect(Parser<ContiguousStmt>{})), 178 construct<OtherSpecificationStmt>(indirect(Parser<DimensionStmt>{})), 179 construct<OtherSpecificationStmt>(indirect(Parser<ExternalStmt>{})), 180 construct<OtherSpecificationStmt>(indirect(Parser<IntentStmt>{})), [all …]
|
/external/llvm-project/flang/include/flang/Parser/ |
D | parse-tree.h | 361 struct OtherSpecificationStmt { struct 362 UNION_CLASS_BOILERPLATE(OtherSpecificationStmt); 390 Statement<OtherSpecificationStmt>, argument
|
D | dump-parse-tree.h | 562 NODE(parser, OtherSpecificationStmt) in NODE()
|
/external/llvm-project/flang/lib/Semantics/ |
D | resolve-names.cpp | 6047 [&](const parser::Statement<parser::OtherSpecificationStmt> &y) { in PreSpecificationConstruct()
|