Home | History | Annotate | Download | only in Sema

Lines Matching refs:CAT

103   const ConstantArrayType *CAT = cast<ConstantArrayType>(AT);
119 if (StrLength > CAT->getSize().getZExtValue())
125 if (StrLength-1 > CAT->getSize().getZExtValue())
497 if (const ConstantArrayType *CAT =
499 maxElements = static_cast<int>(CAT->getSize().getZExtValue());
1183 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(arrayType)) {
1184 maxElements = CAT->getSize();