Home | History | Annotate | Download | only in slang

Lines Matching refs:ECAT

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