Searched refs:OutputAllocName (Results 1 – 1 of 1) sorted by relevance
1306 const char OutputAllocName[] = "aout"; in genExportReduceAllocationVariant() local1311 mOut.indent() << "Allocation " << OutputAllocName << " = Allocation.createSized(" in genExportReduceAllocationVariant()1315 mOut.indent() << OutputAllocName << ".setAutoPadding(true);\n"; in genExportReduceAllocationVariant()1321 mOut << "}, " << OutputAllocName << ", " << FormalOptionsName << ");\n"; in genExportReduceAllocationVariant()1322 mOut.indent() << "return new " << ResultTypeName << "(" << OutputAllocName << ");\n"; in genExportReduceAllocationVariant()