Lines Matching defs:Allocation
321 std::get<std::list<Fortran::parser::Allocation>>(stmt.t))
327 struct Allocation {
328 const Fortran::parser::Allocation &alloc;
346 Allocation unwrapAllocation(const Fortran::parser::Allocation &alloc) {
350 return Allocation{alloc, *symbol.GetType()};
386 void lowerAllocation(const Allocation &alloc) {
398 static bool lowerBoundsAreOnes(const Allocation &alloc) {
407 std::string mangleAlloc(const Allocation &alloc) {
413 void genInlinedAllocation(const Allocation &alloc,
451 void postAllocationAction(const Allocation &alloc) {
470 void genSimpleAllocation(const Allocation &alloc,
538 void genSetDeferredLengthParameters(const Allocation &alloc,
569 void genAllocateObjectBounds(const Allocation &alloc,
613 void genSourceMoldAllocation(const Allocation &alloc,
709 void genSetType(const Allocation &alloc, const fir::MutableBoxValue &box,