Home
last modified time | relevance | path

Searched refs:AllocateStmt (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcheck-allocate.h15 struct AllocateStmt;
22 void Leave(const parser::AllocateStmt &);
Dcheck-allocate.cpp103 const parser::AllocateStmt &allocateStmt, SemanticsContext &context) { in CheckAllocateOptions()
617 void AllocateChecker::Leave(const parser::AllocateStmt &allocateStmt) { in Leave()
Dtools.cpp831 bool operator()(const parser::AllocateStmt &stmt) { in operator ()()
893 [](const common::Indirection<parser::AllocateStmt> &) in GetImageControlStmtCoarrayMsg()
Dresolve-names.cpp810 bool Pre(const parser::AllocateStmt &);
811 void Post(const parser::AllocateStmt &);
4171 bool DeclarationVisitor::Pre(const parser::AllocateStmt &) { in Pre() argument
4175 void DeclarationVisitor::Post(const parser::AllocateStmt &) { in Post() argument
/external/llvm-project/flang/lib/Parser/
Dexecutable-parsers.cpp100 TYPE_PARSER(first(construct<ActionStmt>(indirect(Parser<AllocateStmt>{})),
DFortran-parsers.cpp1108 construct<AllocateStmt>("ALLOCATE (" >> maybe(typeSpec / "::"),
Dunparse.cpp775 void Unparse(const AllocateStmt &x) { // R927 in Unparse()
/external/llvm-project/flang/include/flang/Lower/
DPFTBuilder.h98 parser::AllocateStmt, parser::AssignmentStmt, parser::BackspaceStmt,
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h186 struct AllocateStmt; // R927
477 std::variant<common::Indirection<AllocateStmt>,
1904 struct AllocateStmt { struct
1905 TUPLE_CLASS_BOILERPLATE(AllocateStmt);
Ddump-parse-tree.h121 NODE(parser, AllocateStmt) in NODE()