Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_range_errors.h35 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_runtime_error(const char* __msg);
43 # pragma noreturn(__stl_throw_runtime_error)
D_range_errors.c63 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_runtime_error(const char* __msg) in __stl_throw_runtime_error() function
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_debug.c385 __stl_throw_runtime_error(__buffer); in _Message()