Searched refs:has_nothrow_copy (Results 1 – 7 of 7) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | has_nothrow_copy.hpp | 32 BOOST_TT_AUX_BOOL_TRAIT_DEF1(has_nothrow_copy,T,::boost::detail::has_nothrow_copy_imp<T>::value) 35 BOOST_TT_AUX_BOOL_TRAIT_SPEC1(has_nothrow_copy,void,false) 37 BOOST_TT_AUX_BOOL_TRAIT_SPEC1(has_nothrow_copy,void const,false) 38 BOOST_TT_AUX_BOOL_TRAIT_SPEC1(has_nothrow_copy,void const volatile,false) 39 BOOST_TT_AUX_BOOL_TRAIT_SPEC1(has_nothrow_copy,void volatile,false)
|
D | intrinsics.hpp | 156 # if __has_feature(has_nothrow_copy)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
D | reference_content.hpp | 130 struct has_nothrow_copy< struct
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | Android.mk | 214 LOCAL_MODULE := has_nothrow_copy-1 215 LOCAL_SRC_FILES := has_nothrow_copy-1.cpp 220 LOCAL_MODULE := has_nothrow_copy-2 221 LOCAL_SRC_FILES := has_nothrow_copy-2.cpp 226 LOCAL_MODULE := has_nothrow_copy-3 227 LOCAL_SRC_FILES := has_nothrow_copy-3.cpp 232 LOCAL_MODULE := has_nothrow_copy-4 233 LOCAL_SRC_FILES := has_nothrow_copy-4.cpp 238 LOCAL_MODULE := has_nothrow_copy-5 239 LOCAL_SRC_FILES := has_nothrow_copy-5.cpp [all …]
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | Android.mk | 214 LOCAL_MODULE := has_nothrow_copy-1 215 LOCAL_SRC_FILES := has_nothrow_copy-1.cpp 220 LOCAL_MODULE := has_nothrow_copy-2 221 LOCAL_SRC_FILES := has_nothrow_copy-2.cpp 226 LOCAL_MODULE := has_nothrow_copy-3 227 LOCAL_SRC_FILES := has_nothrow_copy-3.cpp 232 LOCAL_MODULE := has_nothrow_copy-4 233 LOCAL_SRC_FILES := has_nothrow_copy-4.cpp 238 LOCAL_MODULE := has_nothrow_copy-5 239 LOCAL_SRC_FILES := has_nothrow_copy-5.cpp [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | type_traits | 2713 #if __has_feature(has_nothrow_copy) || defined(_LIBCPP_HAS_TYPE_TRAITS) 2723 #if __has_feature(has_nothrow_copy) || defined(_LIBCPP_HAS_TYPE_TRAITS) 2733 #if __has_feature(has_nothrow_copy) || defined(_LIBCPP_HAS_TYPE_TRAITS) 2766 #if __has_feature(has_nothrow_copy) || defined(_LIBCPP_HAS_TYPE_TRAITS) 2777 #if __has_feature(has_nothrow_copy) || defined(_LIBCPP_HAS_TYPE_TRAITS) 2788 #if __has_feature(has_nothrow_copy) || defined(_LIBCPP_HAS_TYPE_TRAITS)
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | type_traits | 538 struct has_nothrow_copy :
|