Home | History | Annotate | Download | only in slang

Lines Matching refs:ECAT

403       const RSExportConstantArrayType *ECAT =
405 const RSExportType *ET = ECAT->getElementType();
1249 const RSExportConstantArrayType *ECAT =
1269 << " < " << ECAT->getSize() << "; " << IndexVarName << "++)";
1273 genPackVarOfType(ECAT->getElementType(), ElementVarName.c_str(),
1345 const RSExportConstantArrayType *ECAT =
1347 const RSExportType *ElementType = ECAT->getElementType();
1350 << ECAT->getSize() << "];\n";
1354 mOut.indent() << "for (int $ct = 0; $ct < " << ECAT->getSize()
1810 const RSExportConstantArrayType *ECAT =
1813 const RSExportType *ElementType = ECAT->getElementType();
1815 genAddElement(ECAT->getElementType(), VarName, ECAT->getSize());
1826 ArraySize = ECAT->getSize();