Lines Matching refs:Allocation
245 std::get<std::list<Fortran::parser::Allocation>>(stmt.t)) in lower()
251 struct Allocation { struct in __anon5a2fc0790111::AllocateStmtHelper
252 const Fortran::parser::Allocation &alloc; argument
270 Allocation unwrapAllocation(const Fortran::parser::Allocation &alloc) { in unwrapAllocation()
274 return Allocation{alloc, *symbol.GetType()}; in unwrapAllocation()
304 void lowerAllocation(const Allocation &alloc) { in lowerAllocation()
317 static bool lowerBoundsAreOnes(const Allocation &alloc) { in lowerBoundsAreOnes()
326 std::string mangleAlloc(const Allocation &alloc) { in mangleAlloc()
332 void genInlinedAllocation(const Allocation &alloc, in genInlinedAllocation()
369 void genSimpleAllocation(const Allocation &alloc, in genSimpleAllocation()
450 void genSetDeferredLengthParameters(const Allocation &alloc, in genSetDeferredLengthParameters()
464 void genSourceAllocation(const Allocation &, const fir::MutableBoxValue &) { in genSourceAllocation() argument
467 void genMoldAllocation(const Allocation &, const fir::MutableBoxValue &) { in genMoldAllocation() argument
470 void genSetType(const Allocation &, const fir::MutableBoxValue &) { in genSetType() argument