Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getNumHandlers

552   unsigned NumHandlers = S.getNumHandlers();
600 if (catchScope.getNumHandlers() == 1 &&
756 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) {
826 if (catchScope.getNumHandlers() == 1 &&
843 for (unsigned i = 0, e = catchScope.getNumHandlers(); ; ++i) {
900 unsigned NumHandlers = S.getNumHandlers();
902 assert(CatchScope.getNumHandlers() == NumHandlers);