Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_range_errors.c56 # define _STLP_THROW_FUNCT_SPEC void _STLP_DECLSPEC macro
58 # define _STLP_THROW_FUNCT_SPEC inline void macro
63 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_runtime_error(const char* __msg) in __stl_throw_runtime_error()
66 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_range_error(const char* __msg) in __stl_throw_range_error()
69 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_out_of_range(const char* __msg) in __stl_throw_out_of_range()
72 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_length_error(const char* __msg) in __stl_throw_length_error()
75 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_invalid_argument(const char* __msg) in __stl_throw_invalid_argument()
78 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_overflow_error(const char* __msg) in __stl_throw_overflow_error()
83 #undef _STLP_THROW_FUNCT_SPEC