Home
last modified time | relevance | path

Searched defs:ex (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_range_errors.c22 # define _STLP_THROW_MSG(ex,msg) throw std::ex(msg) argument
35 # define _STLP_THROW_MSG(ex,msg) throw ex(msg) argument
49 # define _STLP_THROW_MSG(ex,msg) puts(msg),_STLP_ABORT() argument
/ndk/tests/device/test-gnustl-1/jni/
Dhello.cpp28 catch (std::exception &ex) in main() local