Home
last modified time | relevance | path

Searched refs:OtherSpecificationStmt (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dprogram-parsers.cpp156 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/
Dparse-tree.h361 struct OtherSpecificationStmt { struct
362 UNION_CLASS_BOILERPLATE(OtherSpecificationStmt);
390 Statement<OtherSpecificationStmt>, argument
Ddump-parse-tree.h562 NODE(parser, OtherSpecificationStmt) in NODE()
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp6047 [&](const parser::Statement<parser::OtherSpecificationStmt> &y) { in PreSpecificationConstruct()