Home | History | Annotate | Download | only in Sema

Lines Matching defs:CAT

102   const ConstantArrayType *CAT = cast<ConstantArrayType>(AT);
118 if (StrLength > CAT->getSize().getZExtValue())
124 if (StrLength-1 > CAT->getSize().getZExtValue())
495 if (const ConstantArrayType *CAT =
497 maxElements = static_cast<int>(CAT->getSize().getZExtValue());
1187 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(arrayType)) {
1188 maxElements = CAT->getSize();