Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Catch

177   // Jump destination for falling out of catch bodies.
189 // Enter the catch, if there is one.
199 Handler.Block = CGF.createBasicBlock("catch");
201 // @catch(...) always matches.
203 Handler.TypeInfo = 0; // catch-all
211 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size());
213 Catch->setHandler(I, Handlers[I].TypeInfo, Handlers[I].Block);
233 // Enter the catch.
243 // Add a cleanup to leave the catch.
251 // Bind the catch parameter if it exists.
281 // Leave any cleanups associated with the catch.