Home
last modified time | relevance | path

Searched refs:AllocateObject (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcheck-deallocate.cpp18 for (const parser::AllocateObject &allocateObject : in Leave()
19 std::get<std::list<parser::AllocateObject>>(deallocateStmt.t)) { in Leave()
Dcheck-allocate.cpp39 : allocateInfo_{info}, allocateObject_{std::get<parser::AllocateObject>( in AllocationCheckerHelper()
89 const parser::AllocateObject &allocateObject_;
Dtools.cpp835 std::get<parser::AllocateObject>(allocation.t)}; in operator ()()
844 std::get<std::list<parser::AllocateObject>>(stmt.t)}; in operator ()()
877 bool IsCoarrayObject(const parser::AllocateObject &allocateObject) { in IsCoarrayObject()
Dcheck-do-forall.cpp229 std::get<std::list<parser::AllocateObject>>(stmt.t)}; in Post()
Dresolve-names.cpp1304 void Post(const parser::AllocateObject &);
6222 void ResolveNamesVisitor::Post(const parser::AllocateObject &x) { in Post()
/external/llvm-project/flang/include/flang/Parser/
Dtools.h29 const Name &GetLastName(const AllocateObject &);
109 const CoindexedNamedObject *GetCoindexedNamedObject(const AllocateObject &);
Dparse-tree.h1842 struct AllocateObject { struct
1843 UNION_CLASS_BOILERPLATE(AllocateObject);
1872 std::tuple<AllocateObject, std::list<AllocateShapeSpec>,
1925 std::tuple<std::list<AllocateObject>, std::list<StatOrErrmsg>> t;
Ddump-parse-tree.h119 NODE(parser, AllocateObject) in NODE()
/external/llvm-project/flang/lib/Parser/
Dtools.cpp66 const Name &GetLastName(const AllocateObject &x) { in GetLastName()
163 const AllocateObject &allocateObject) { in GetCoindexedNamedObject()
DFortran-parsers.cpp1130 TYPE_PARSER(construct<Allocation>(Parser<AllocateObject>{}, in TYPE_PARSER()
1135 TYPE_PARSER(construct<AllocateObject>(structureComponent) ||
1136 construct<AllocateObject>(name / !"="_tok))
1162 "DEALLOCATE (" >> nonemptyList(Parser<AllocateObject>{}),
Dunparse.cpp790 Walk(std::get<AllocateObject>(x.t)); in Unparse()
807 Walk(std::get<std::list<AllocateObject>>(x.t), ", "); in Unparse()