ReactOS 0.4.15-dev-8636-g945e856
|
Go to the source code of this file.
Macros | |
#define | _STLP_THROW_MSG(ex, msg) puts(msg),_STLP_ABORT() |
#define | _STLP_THROW_FUNCT_SPEC inline void |
Definition at line 58 of file _range_errors.c.
Definition at line 49 of file _range_errors.c.
_STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_invalid_argument | ( | const char * | __msg | ) |
Definition at line 75 of file _range_errors.c.
Referenced by bitset< _Nb >::_M_copy_from_string().
_STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_length_error | ( | const char * | __msg | ) |
Definition at line 72 of file _range_errors.c.
Referenced by _String_base< _Tp, _Alloc >::_M_throw_length_error(), _Vector_base< _Tp, _Alloc >::_M_throw_length_error(), and __BVECTOR_QUALIFIED::reserve().
_STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_out_of_range | ( | const char * | __msg | ) |
Definition at line 69 of file _range_errors.c.
Referenced by deque< _Tp, >::_M_range_check(), rope< _CharT, _Alloc >::_M_throw_out_of_range(), _String_base< _Tp, _Alloc >::_M_throw_out_of_range(), _Vector_base< _Tp, _Alloc >::_M_throw_out_of_range(), bitset< _Nb >::bitset(), bitset< _Nb >::flip(), bitset< _Nb >::reset(), bitset< _Nb >::set(), and bitset< _Nb >::test().
_STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_overflow_error | ( | const char * | __msg | ) |
Definition at line 78 of file _range_errors.c.
Referenced by _Base_bitset< _Nw >::_M_do_to_ulong(), and _Slist_sort().
_STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_range_error | ( | const char * | __msg | ) |
Definition at line 66 of file _range_errors.c.
Referenced by __BVECTOR_QUALIFIED::_M_range_check(), and rope< _CharT, _Alloc >::_S_balance().
_STLP_BEGIN_NAMESPACE _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_runtime_error | ( | const char * | __msg | ) |
Definition at line 63 of file _range_errors.c.