Home | History | Annotate | Download | only in Sema

Lines Matching defs:CAT

168   const ConstantArrayType *CAT = cast<ConstantArrayType>(AT);
184 if (StrLength > CAT->getSize().getZExtValue())
190 if (StrLength-1 > CAT->getSize().getZExtValue())
584 if (const ConstantArrayType *CAT =
586 maxElements = static_cast<int>(CAT->getSize().getZExtValue());
1267 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(arrayType)) {
1268 maxElements = CAT->getSize();