HomeSort by relevance Sort by last modified time
    Searched refs:has_nothrow_constructor (Results 1 - 7 of 7) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
has_nothrow_constructor.hpp 32 BOOST_TT_AUX_BOOL_TRAIT_DEF1(has_nothrow_constructor,T,::boost::detail::has_nothrow_constructor_imp<T>::value)
35 BOOST_TT_AUX_BOOL_TRAIT_SPEC1(has_nothrow_constructor,void,false)
37 BOOST_TT_AUX_BOOL_TRAIT_SPEC1(has_nothrow_constructor,void const,false)
38 BOOST_TT_AUX_BOOL_TRAIT_SPEC1(has_nothrow_constructor,void const volatile,false)
39 BOOST_TT_AUX_BOOL_TRAIT_SPEC1(has_nothrow_constructor,void volatile,false)
intrinsics.hpp 153 # if __has_feature(has_nothrow_constructor)
  /external/clang/test/Lexer/
has_feature_type_traits.cpp 13 #if __has_feature(has_nothrow_constructor)
14 int has_nothrow_constructor();
16 // CHECK: int has_nothrow_constructor();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 25 #include <boost/type_traits/has_nothrow_constructor.hpp>
  /ndk/tests/device/test-stlport_shared-exception/jni/
Android.mk 202 LOCAL_MODULE := has_nothrow_constructor
203 LOCAL_SRC_FILES := has_nothrow_constructor.cpp
  /ndk/tests/device/test-stlport_static-exception/jni/
Android.mk 202 LOCAL_MODULE := has_nothrow_constructor
203 LOCAL_SRC_FILES := has_nothrow_constructor.cpp
  /external/clang/test/SemaCXX/
type-traits.cpp 1503 void has_nothrow_constructor() { function
    [all...]

Completed in 576 milliseconds