Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_range_errors.h38 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_length_error(const char* __msg);
46 # pragma noreturn(__stl_throw_length_error)
D_range_errors.c72 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_length_error(const char* __msg) in __stl_throw_length_error() function
D_vector.c41 { __stl_throw_length_error("vector"); } in _M_throw_length_error()
D_string.c600 { __stl_throw_length_error("basic_string"); } in _M_throw_length_error()
D_bvector.h654 __stl_throw_length_error("vector<bool>");