Lines Matching refs:ECAT
655 const RSExportConstantArrayType *ECAT = in genScriptClassConstructor() local
657 const RSExportType *ET = ECAT->getElementType(); in genScriptClassConstructor()
2185 const RSExportConstantArrayType *ECAT = in genPackVarOfType() local
2205 << " < " << ECAT->getNumElement() << "; " << IndexVarName << "++)"; in genPackVarOfType()
2209 genPackVarOfType(ECAT->getElementType(), ElementVarName.c_str(), in genPackVarOfType()
2294 const RSExportConstantArrayType *ECAT = in genAllocateVarOfType() local
2296 const RSExportType *ElementType = ECAT->getElementType(); in genAllocateVarOfType()
2299 << ECAT->getNumElement() << "];\n"; in genAllocateVarOfType()
2303 mOut.indent() << "for (int $ct = 0; $ct < " << ECAT->getNumElement() in genAllocateVarOfType()
2774 const RSExportConstantArrayType *ECAT = in genAddElement() local
2777 const RSExportType *ElementType = ECAT->getElementType(); in genAddElement()
2779 genAddElement(ECAT->getElementType(), VarName, ECAT->getNumElement()); in genAddElement()
2782 ArraySize = ECAT->getNumElement(); in genAddElement()