Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_apple.h63 # define _STLP_THROW(x) (DebugStr("\pSTL is about to throw exception: "#x),throw x) macro
Dfeatures.h817 # ifndef _STLP_THROW
818 # define _STLP_THROW(x) throw x macro
839 # ifndef _STLP_THROW
840 # define _STLP_THROW(x) macro
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_new.h118 # define _STLP_THROW_BAD_ALLOC _STLP_THROW(_STLP_STD::bad_alloc())
/ndk/sources/cxx-stl/stlport/src/
Dlocale.cpp59 { _STLP_THROW(runtime_error("Invalid null locale name")); } in _M_throw_on_null_name()
66 _STLP_THROW(runtime_error(what.c_str())); in _M_throw_on_combine_error()
98 _STLP_THROW(runtime_error(what.c_str())); in _M_throw_on_creation_failure()
253 _STLP_THROW(runtime_error("Invalid locale name '" _NAMELESS "'")); in locale()
Dlocale_impl.cpp117 _STLP_THROW(bad_cast()); in _M_throw_bad_cast()