Lines Matching full:exceptions
41 <http://mentorembedded.github.com/cxx-abi/exceptions.pdf>`_.
52 list. When exceptions are unwinding, the runtime uses this list to identify
63 handling at the expense of slower execution when no exceptions are thrown. As
64 exceptions are, by their nature, intended for uncommon code paths, DWARF
70 LLVM supports handling exceptions produced by the Windows runtime, but it
93 exceptions, the exception handling ABI provides a mechanism for
117 From a C++ developer's perspective, exceptions are defined in terms of the
271 exceptions and throws a third.
308 function catches exceptions of type ``A``, and it's inlined into a function that
309 catches exceptions of type ``B``. The inliner will update the ``landingpad``
525 Background on Windows exceptions
528 Interacting with exceptions on Windows is significantly more complicated than
547 In the case of C++ exceptions, the exception object is allocated in stack memory
549 exceptions (SEH) are more analogous to Linux signals, and they are dispatched by
578 C++ exceptions and general purpose Windows exception handling. Because the C++
589 which allow executing arbitrary user code to decide which exceptions to catch.
608 and Itanium C++ exceptions. They make very few assumptions about the data