Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CAT

2204     const ConstantArrayType *CAT = Context.getAsConstantArrayType(E->getType());
2205 Str.resize(CAT->getSize().getZExtValue());
2244 const ConstantArrayType *CAT = Context.getAsConstantArrayType(S->getType());
2245 Str.resize(CAT->getSize().getZExtValue());