Searched refs:_STLP_NO_EXCEPTIONS (Results 1 – 8 of 8) sorted by relevance
26 #if ! defined (__EXCEPTIONS) && ! defined (_STLP_NO_EXCEPTIONS)27 # define _STLP_NO_EXCEPTIONS macro
16 #if defined (__STL_NO_EXCEPTIONS) && !defined (_STLP_NO_EXCEPTIONS)17 # define _STLP_NO_EXCEPTIONS __STL_NO_EXCEPTIONS macro
17 # define _STLP_NO_EXCEPTIONS macro
40 #define _STLP_NO_EXCEPTIONS 1 macro
807 # define _STLP_NO_EXCEPTIONS macro810 #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) && \
131 # define _STLP_NO_EXCEPTIONS macro
42 #if defined (__DMC__) && !defined (_STLP_NO_EXCEPTIONS)
5852 different from the _STLP_NO_EXCEPTIONS which means that the compiler do not5855 * test/unit: Modification of the _STLP_NO_EXCEPTIONS test to the more general5863 _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…