Searched refs:AllocateObject (Results 1 – 11 of 11) sorted by relevance
18 for (const parser::AllocateObject &allocateObject : in Leave()19 std::get<std::list<parser::AllocateObject>>(deallocateStmt.t)) { in Leave()
39 : allocateInfo_{info}, allocateObject_{std::get<parser::AllocateObject>( in AllocationCheckerHelper()89 const parser::AllocateObject &allocateObject_;
835 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()
229 std::get<std::list<parser::AllocateObject>>(stmt.t)}; in Post()
1304 void Post(const parser::AllocateObject &);6222 void ResolveNamesVisitor::Post(const parser::AllocateObject &x) { in Post()
29 const Name &GetLastName(const AllocateObject &);109 const CoindexedNamedObject *GetCoindexedNamedObject(const AllocateObject &);
1842 struct AllocateObject { struct1843 UNION_CLASS_BOILERPLATE(AllocateObject);1872 std::tuple<AllocateObject, std::list<AllocateShapeSpec>,1925 std::tuple<std::list<AllocateObject>, std::list<StatOrErrmsg>> t;
119 NODE(parser, AllocateObject) in NODE()
66 const Name &GetLastName(const AllocateObject &x) { in GetLastName()163 const AllocateObject &allocateObject) { in GetCoindexedNamedObject()
1130 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>{}),
790 Walk(std::get<AllocateObject>(x.t)); in Unparse()807 Walk(std::get<std::list<AllocateObject>>(x.t), ", "); in Unparse()