Home | History | Annotate | Download | only in Sema

Lines Matching refs:CAT

104   const ConstantArrayType *CAT = cast<ConstantArrayType>(AT);
120 if (StrLength > CAT->getSize().getZExtValue())
126 if (StrLength-1 > CAT->getSize().getZExtValue())
498 if (const ConstantArrayType *CAT =
500 maxElements = static_cast<int>(CAT->getSize().getZExtValue());
1191 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(arrayType)) {
1192 maxElements = CAT->getSize();