Searched refs:_STLP_NO_EXCEPTIONS (Results 1 - 7 of 7) sorted by relevance

/external/stlport/stlport/stl/config/
H A D_sgi.h26 #if ! defined (__EXCEPTIONS) && ! defined (_STLP_NO_EXCEPTIONS)
27 # define _STLP_NO_EXCEPTIONS macro
H A Dcompat.h16 #if defined (__STL_NO_EXCEPTIONS) && !defined (_STLP_NO_EXCEPTIONS)
17 # define _STLP_NO_EXCEPTIONS __STL_NO_EXCEPTIONS macro
H A D_android.h40 #define _STLP_NO_EXCEPTIONS 1 macro
H A D_dm.h17 # define _STLP_NO_EXCEPTIONS macro
H A D_evc.h131 # define _STLP_NO_EXCEPTIONS macro
H A Dfeatures.h813 # define _STLP_NO_EXCEPTIONS macro
816 #if !defined (_STLP_DONT_USE_EXCEPTIONS) && !defined (_STLP_NO_EXCEPTIONS) && !defined (_STLP_USE_EXCEPTIONS)
856 * Here we check _STLP_NO_EXCEPTIONS which means that the compiler has no
860 #if !defined (_STLP_NO_EXCEPTIONS) && !defined (_STLP_NO_EXCEPTION_SPEC)
872 #if defined (_STLP_NORETURN_FUNCTION) && !defined (_STLP_NO_EXCEPTIONS) && \
/external/stlport/stlport/stl/
H A D_range_errors.h42 #if defined (__DMC__) && !defined (_STLP_NO_EXCEPTIONS)

Completed in 727 milliseconds