Searched refs:ECAT (Results 1 – 2 of 2) sorted by relevance
81 const RSExportConstantArrayType *ECAT = in RSExportVar() local83 mArraySize = ECAT->getSize(); in RSExportVar()
372 const RSExportConstantArrayType *ECAT = in genScriptClassConstructor() local374 const RSExportType *ET = ECAT->getElementType(); in genScriptClassConstructor()1206 const RSExportConstantArrayType *ECAT = in genPackVarOfType() local1226 IndexVarName << " < " << ECAT->getSize() << "; " << in genPackVarOfType()1231 genPackVarOfType(C, ECAT->getElementType(), ElementVarName.c_str(), in genPackVarOfType()1309 const RSExportConstantArrayType *ECAT = in genAllocateVarOfType() local1311 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[all …]