Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-deallocate.cpp18 for (const parser::AllocateObject &allocateObject : in Leave() local
39 if (GetExpr(context_, allocateObject)) { in Leave()
48 allocateObject.u); in Leave()
H A Dtools.cpp915 const auto &allocateObject{ in operator ()() local
917 if (IsCoarrayObject(allocateObject)) { in operator ()()
926 for (const auto &allocateObject : allocateObjectList) { in operator ()() local
927 if (IsCoarrayObject(allocateObject)) { in operator ()()
963 bool IsCoarrayObject(const parser::AllocateObject &allocateObject) { in IsCoarrayObject() argument
964 const parser::Name &name{GetLastName(allocateObject)}; in IsCoarrayObject()
H A Dcheck-do-forall.cpp229 for (const auto &allocateObject : allocateObjectList) { in Post() local
230 const parser::Name &name{GetLastName(allocateObject)}; in Post()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp61 template <typename T> size_t allocateObject(const T &Data) { in allocateObject() function in __anona2d1db360111::BlobAllocator
68 return {allocateObject(*Object), Object}; in allocateNewObject()
122 File.allocateObject(S.MDExceptionStream); in layout()
160 File.allocateObject(E.Entry); in layout()
206 File.allocateObject(SystemInfo.Info); in layout()
232 File.allocateObject(Obj.Header); in yaml2minidump()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dtools.cpp163 const AllocateObject &allocateObject) { in GetCoindexedNamedObject() argument
171 allocateObject.u); in GetCoindexedNamedObject()
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp546 for (const Fortran::parser::AllocateObject &allocateObject : in genDeallocateStmt() local
549 genMutableBoxValue(converter, loc, allocateObject); in genDeallocateStmt()