Lines Matching refs:ECAT
372 const RSExportConstantArrayType *ECAT = in genScriptClassConstructor() local
374 const RSExportType *ET = ECAT->getElementType(); in genScriptClassConstructor()
1206 const RSExportConstantArrayType *ECAT = in genPackVarOfType() local
1226 IndexVarName << " < " << ECAT->getSize() << "; " << in genPackVarOfType()
1231 genPackVarOfType(C, ECAT->getElementType(), ElementVarName.c_str(), in genPackVarOfType()
1309 const RSExportConstantArrayType *ECAT = in genAllocateVarOfType() local
1311 const RSExportType *ElementType = ECAT->getElementType(); in genAllocateVarOfType()
1314 << "[" << ECAT->getSize() << "];" << std::endl; in genAllocateVarOfType()
1318 C.indent() << "for (int $ct = 0; $ct < " << ECAT->getSize() << "; " in genAllocateVarOfType()
1907 const RSExportConstantArrayType *ECAT = in genAddElementToElementBuilder() local
1910 const RSExportType *ElementType = ECAT->getElementType(); in genAddElementToElementBuilder()
1913 ECAT->getElementType(), in genAddElementToElementBuilder()
1917 ECAT->getSize()); in genAddElementToElementBuilder()
1927 ArraySize = ECAT->getSize(); in genAddElementToElementBuilder()