Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-deallocate.h15 struct DeallocateStmt;
22 void Leave(const parser::DeallocateStmt &);
Dcheck-deallocate.cpp17 void DeallocateChecker::Leave(const parser::DeallocateStmt &deallocateStmt) { in Leave()
Dtools.cpp842 bool operator()(const parser::DeallocateStmt &stmt) { in operator ()()
898 [](const common::Indirection<parser::DeallocateStmt> &) in GetImageControlStmtCoarrayMsg()
Dcheck-do-forall.cpp227 void Post(const parser::DeallocateStmt &stmt) { in Post()
/external/llvm-project/flang/lib/Parser/
Dexecutable-parsers.cpp108 construct<ActionStmt>(indirect(Parser<DeallocateStmt>{})),
DFortran-parsers.cpp1161 construct<DeallocateStmt>(
Dunparse.cpp805 void Unparse(const DeallocateStmt &x) { // R941 in Unparse()
/external/llvm-project/flang/include/flang/Lower/
DPFTBuilder.h100 parser::CycleStmt, parser::DeallocateStmt, parser::EndfileStmt,
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h188 struct DeallocateStmt; // R941
481 common::Indirection<DeallocateStmt>, common::Indirection<EndfileStmt>,
1923 struct DeallocateStmt { struct
1924 TUPLE_CLASS_BOILERPLATE(DeallocateStmt);
Ddump-parse-tree.h221 NODE(parser, DeallocateStmt) in NODE()