Home
last modified time | relevance | path

Searched refs:AllocatableStmt (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp175 construct<OtherSpecificationStmt>(indirect(Parser<AllocatableStmt>{})), argument
H A DFortran-parsers.cpp765 TYPE_PARSER(construct<AllocatableStmt>("ALLOCATABLE" >> maybe("::"_tok) >>
H A Dunparse.cpp593 void Unparse(const AllocatableStmt &x) { // R829 in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h157 struct AllocatableStmt; // R829
365 common::Indirection<AllocatableStmt>,
1381 WRAPPER_CLASS(AllocatableStmt, std::list<ObjectDecl>);
H A Ddump-parse-tree.h124 NODE(parser, AllocatableStmt) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp883 bool Pre(const parser::AllocatableStmt &) { in Pre() argument
887 void Post(const parser::AllocatableStmt &) { objectDeclAttr_ = std::nullopt; } in Post() argument