Searched defs:ArgCAT (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp4238 const ConstantArrayType *ArgCAT = local
4240 if (!ArgCAT)
4243 if (ArgCAT->getSize().ult(CAT->getSize())) {
4246 << (unsigned) ArgCAT->getSize().getZExtValue()

Completed in 66 milliseconds