Searched refs:OutputAllocName (Results 1 – 1 of 1) sorted by relevance
1511 const char OutputAllocName[] = "aout"; in genExportReduceAllocationVariant() local1516 mOut.indent() << "Allocation " << OutputAllocName << " = Allocation.createSized(" in genExportReduceAllocationVariant()1520 mOut.indent() << OutputAllocName << ".setAutoPadding(true);\n"; in genExportReduceAllocationVariant()1526 mOut << "}, " << OutputAllocName << ", " << FormalOptionsName << ");\n"; in genExportReduceAllocationVariant()1527 mOut.indent() << "return new " << ResultTypeName << "(" << OutputAllocName << ");\n"; in genExportReduceAllocationVariant()