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

/external/clang/lib/Sema/
H A DSemaExpr.cpp4387 const ConstantArrayType *ArgCAT = local
4389 if (!ArgCAT)
4392 if (ArgCAT->getSize().ult(CAT->getSize())) {
4395 << (unsigned) ArgCAT->getSize().getZExtValue()

Completed in 135 milliseconds