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

/external/stlport/stlport/stl/config/
H A D_apple.h63 # define _STLP_THROW(x) (DebugStr("\pSTL is about to throw exception: "#x),throw x) macro
H A Dfeatures.h823 # ifndef _STLP_THROW
824 # define _STLP_THROW(x) throw x macro
845 # ifndef _STLP_THROW
846 # define _STLP_THROW(x) abort() macro
/external/stlport/stlport/stl/
H A D_new.h118 # define _STLP_THROW_BAD_ALLOC _STLP_THROW(_STLP_STD::bad_alloc())
/external/stlport/src/
H A Dlocale.cpp59 { _STLP_THROW(runtime_error("Invalid null locale name")); }
66 _STLP_THROW(runtime_error(what.c_str()));
98 _STLP_THROW(runtime_error(what.c_str()));
253 _STLP_THROW(runtime_error("Invalid locale name '" _NAMELESS "'"));
H A Dlocale_impl.cpp117 _STLP_THROW(bad_cast());

Completed in 592 milliseconds