Searched refs:_STLP_FUNCTION_THROWS (Results 1 - 9 of 9) sorted by relevance

/external/stlport/stlport/stl/
H A D_range_errors.h35 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_runtime_error(const char* __msg);
36 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_range_error(const char* __msg);
37 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_out_of_range(const char* __msg);
38 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_length_error(const char* __msg);
39 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_invalid_argument(const char* __msg);
40 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_overflow_error(const char* __msg);
H A D_string_base.h210 void _STLP_FUNCTION_THROWS _M_throw_length_error() const;
211 void _STLP_FUNCTION_THROWS _M_throw_out_of_range() const;
H A D_locale.h193 static void _STLP_FUNCTION_THROWS _STLP_CALL _M_throw_on_combine_error(const string& name);
194 static void _STLP_FUNCTION_THROWS _STLP_CALL _M_throw_on_null_name();
195 static void _STLP_FUNCTION_THROWS _STLP_CALL _M_throw_on_creation_failure(int __err_code,
H A D_ios_base.h195 void _STLP_FUNCTION_THROWS _M_throw_failure();
H A D_vector.h92 void _STLP_FUNCTION_THROWS _M_throw_length_error() const;
93 void _STLP_FUNCTION_THROWS _M_throw_out_of_range() const;
H A D_rope.h1346 void _STLP_FUNCTION_THROWS _M_throw_out_of_range() const;
/external/stlport/src/
H A Dlocale_impl.h74 static void _STLP_FUNCTION_THROWS _STLP_CALL _M_throw_bad_cast();
/external/stlport/stlport/stl/config/
H A Dfeatures.h873 !defined (_STLP_FUNCTION_THROWS)
874 # define _STLP_FUNCTION_THROWS _STLP_NORETURN_FUNCTION macro
876 # define _STLP_FUNCTION_THROWS macro
/external/stlport/stlport/stl/debug/
H A D_debug.h86 # define _STLP_MESSAGE_NORETURN _STLP_FUNCTION_THROWS

Completed in 326 milliseconds