Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NumHandlers

543   unsigned NumHandlers = S.getNumHandlers();
544 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers);
546 for (unsigned I = 0; I != NumHandlers; ++I) {
887 unsigned NumHandlers = CatchScope.getNumHandlers();
889 CGF.Builder.CreateCatchSwitch(ParentPad, UnwindBB, NumHandlers);
892 for (unsigned I = 0; I < NumHandlers; ++I) {
1002 unsigned NumHandlers = S.getNumHandlers();
1004 assert(CatchScope.getNumHandlers() == NumHandlers);
1019 CatchScope.begin(), CatchScope.begin() + NumHandlers);
1044 for (unsigned I = NumHandlers; I != 0; --I) {