Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp158 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 Dparse-tree.h362 struct OtherSpecificationStmt { struct
363 UNION_CLASS_BOILERPLATE(OtherSpecificationStmt);
391 Statement<OtherSpecificationStmt>, argument
H A Ddump-parse-tree.h574 NODE(parser, OtherSpecificationStmt) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp7084 [&](const parser::Statement<parser::OtherSpecificationStmt> &y) { in PreSpecificationConstruct()