Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:CAT

2505     const ConstantArrayType *CAT = Context.getAsConstantArrayType(E->getType());
2506 Str.resize(CAT->getSize().getZExtValue());
2545 const ConstantArrayType *CAT = Context.getAsConstantArrayType(S->getType());
2546 Str.resize(CAT->getSize().getZExtValue());