Home
last modified time | relevance | path

Searched refs:BOOST_NO_EXCEPTIONS (Results 1 – 6 of 6) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/compiler/
Dclang.hpp11 #if !__has_feature(cxx_exceptions) && !defined(BOOST_NO_EXCEPTIONS)
12 # define BOOST_NO_EXCEPTIONS macro
Dgcc.hpp88 #if !defined(__EXCEPTIONS) && !defined(BOOST_NO_EXCEPTIONS)
89 # define BOOST_NO_EXCEPTIONS macro
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
Dshared_count.hpp87 #ifndef BOOST_NO_EXCEPTIONS in shared_count()
124 #ifndef BOOST_NO_EXCEPTIONS in shared_count()
156 #ifndef BOOST_NO_EXCEPTIONS in shared_count()
193 #ifndef BOOST_NO_EXCEPTIONS in shared_count()
241 #ifndef BOOST_NO_EXCEPTIONS in shared_count()
289 #ifdef BOOST_NO_EXCEPTIONS in shared_count()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dthrow_exception.hpp52 #ifdef BOOST_NO_EXCEPTIONS
Darray.hpp327 #if defined(BOOST_NO_EXCEPTIONS) || (!defined(BOOST_MSVC) && !defined(__PATHSCALE__)) in failed_rangecheck()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
Dconverter_policies.hpp162 #ifndef BOOST_NO_EXCEPTIONS in operator ()()