Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Catch

169   // Jump destination for falling out of catch bodies.
181 // Enter the catch, if there is one.
191 Handler.Block = CGF.createBasicBlock("catch");
193 // @catch(...) always matches.
195 Handler.TypeInfo = 0; // catch-all
203 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size());
205 Catch->setHandler(I, Handlers[I].TypeInfo, Handlers[I].Block);
225 // Enter the catch.
235 // Add a cleanup to leave the catch.
243 // Bind the catch parameter if it exists.
256 // Leave any cleanups associated with the catch.