Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Terminate

125   // In C++, use std::terminate().
368 // std::terminate to be invoked.
382 // to a copy constructor, then according to [except.terminate]p1 we
383 // must call std::terminate() if that constructor throws, because
498 // noexcept functions are simple terminate scopes.
647 case EHScope::Terminate:
665 case EHScope::Terminate:
753 case EHScope::Terminate:
815 case EHScope::Terminate:
816 // Terminate scopes are basically catch-alls.
1082 // Call the copy ctor in a terminate scope.
1093 // Leave the terminate scope.
1507 TerminateLandingPad = createBasicBlock("terminate.lpad");
1534 // Set up the terminate handler. This block is inserted at the very
1536 TerminateHandler = createBasicBlock("terminate.handler");