Home
last modified time | relevance | path

Searched refs:_STLP_NO_EXCEPTIONS (Results 1 – 8 of 8) sorted by relevance

/external/stlport/stlport/stl/config/
D_sgi.h26 #if ! defined (__EXCEPTIONS) && ! defined (_STLP_NO_EXCEPTIONS)
27 # define _STLP_NO_EXCEPTIONS macro
Dcompat.h16 #if defined (__STL_NO_EXCEPTIONS) && !defined (_STLP_NO_EXCEPTIONS)
17 # define _STLP_NO_EXCEPTIONS __STL_NO_EXCEPTIONS macro
Dfeatures.h807 # define _STLP_NO_EXCEPTIONS macro
810 #if !defined (_STLP_DONT_USE_EXCEPTIONS) && !defined (_STLP_NO_EXCEPTIONS) && !defined (_STLP_USE_E…
854 #if !defined (_STLP_NO_EXCEPTIONS) && !defined (_STLP_NO_EXCEPTION_SPEC)
866 #if defined (_STLP_NORETURN_FUNCTION) && !defined (_STLP_NO_EXCEPTIONS) && \
D_dm.h17 # define _STLP_NO_EXCEPTIONS macro
D_android.h40 #define _STLP_NO_EXCEPTIONS 1 macro
D_evc.h131 # define _STLP_NO_EXCEPTIONS macro
/external/stlport/stlport/stl/
D_range_errors.h42 #if defined (__DMC__) && !defined (_STLP_NO_EXCEPTIONS)
/external/stlport/etc/
DChangeLog-5.15852 different from the _STLP_NO_EXCEPTIONS which means that the compiler do not
5855 * test/unit: Modification of the _STLP_NO_EXCEPTIONS test to the more general
5863 _STLP_DONT_USE_EXCEPTIONS rather than _STLP_NO_EXCEPTIONS.
6452 * test/unit/locale_test.cpp: Fix bad macro _STLP_NO_EXCEPTIONS spelling
7475 * _config_compat.h : fixed compatibility definition for _STLP_NO_EXCEPTIONS (thanks Nicolas)
7834 …* <exception> : added throw spec for what(); stl_sgi.h : made _STLP_NO_EXCEPTIONS depend on __EXCE…