Searched defs:exception (Results 1 - 3 of 3) 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

Completed in 36 milliseconds