Searched defs:exception (Results 1 - 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/
H A Dmath.h23 #if !defined (exception) && (!defined (__KCC) || (__KCC_VERSION < 4000)) && \
26 # define exception __math_exception macro
36 # undef exception macro
42 # define _exception exception
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_exception.h18 // The header <exception> contains low-level functions that interact
19 // with a compiler's exception-handling mechanism. It is assumed to
23 // On platforms where <exception> does not exist, this header defines
24 // an exception base class. This is *not* a substitute for everything
25 // in <exception>, but it suffices to support a bare minimum of STL
38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro
45 # undef exception macro
50 # include_next <exception.h>
52 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception.h)
56 # include_next <exception>
161 class _STLP_CLASS_DECLSPEC exception { class
[all...]
H A D_cmath.h32 # if defined (_STLP_HAS_NO_NAMESPACES) && !defined (exception)
33 # define exception __math_exception macro
41 # undef exception macro
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
H A Dexception.hpp140 class exception;
185 char const * get_diagnostic_information( exception const &, char const * );
187 void copy_boost_exception( exception *, exception const * );
208 exception class in namespace:boost
212 exception(): function in class:boost::exception
220 //On HP aCC, this protected copy constructor prevents throwing boost::exception.
222 exception( exception const & x ) throw(): function in class:boost::exception
231 virtual ~exception() thro
[all...]
/ndk/sources/cxx-stl/gabi++/src/
H A Dcxxabi.cc31 #include <exception>
150 // the exception object is VERY large. This will propably never happen.
152 __gabixx::__fatal_error("Not enough memory to allocate exception!");
190 _Unwind_Exception* exception = &header->unwindHeader; local
193 "Attempting to rethrow an exception that doesn't exist!");
196 if (isOurCxxException(exception->exception_class)) {
207 _Unwind_Exception *exception = static_cast<_Unwind_Exception*>(exc); local
208 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(exception+1)-1;
211 if (!isOurCxxException(exception->exception_class)) {
213 __gabixx::__fatal_error("Can't handle non-C++ exception!");
233 _Unwind_Exception* exception = &header->unwindHeader; local
[all...]

Completed in 114 milliseconds