Lines Matching defs:CAT
236 const ConstantArrayType *CAT = cast<ConstantArrayType>(AT);
252 if (StrLength > CAT->getZExtSize())
255 << CAT->getZExtSize() << StrLength << Str->getSourceRange();
258 if (StrLength - 1 > CAT->getZExtSize())
1051 if (const ConstantArrayType *CAT =
1053 maxElements = static_cast<int>(CAT->getZExtSize());
2108 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(arrayType)) {
2109 maxElements = CAT->getSize();
5609 if (const ConstantArrayType *CAT =
5611 ArrayLength = CAT->getZExtSize();