Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CAT

821     const ConstantArrayType *CAT = cast<ConstantArrayType>(E->getType());
825 Str.resize(CAT->getSize().getZExtValue(), '\0');
1115 if (const ConstantArrayType *CAT =
1117 QualType ElementTy = CAT->getElementType();
1120 for (uint64_t I = 0, E = CAT->getSize().getZExtValue(); I != E; ++I) {
1305 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) {
1307 QualType ElementTy = CAT->getElementType();
1310 unsigned NumElements = CAT->getSize().getZExtValue();