HomeSort by relevance Sort by last modified time
    Searched full:has_nothrow_constructor (Results 1 - 25 of 28) sorted by null

1 2

  /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();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
type_traits 97 struct has_nothrow_constructor
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits 97 struct has_nothrow_constructor
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits 97 struct has_nothrow_constructor
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits 97 struct has_nothrow_constructor
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
type_traits 97 struct has_nothrow_constructor
  /external/stlport/stlport/
type_traits 533 struct has_nothrow_constructor :
  /ndk/sources/cxx-stl/stlport/stlport/
type_traits 533 struct has_nothrow_constructor :
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
type_traits 532 struct has_nothrow_constructor
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
type_traits 532 struct has_nothrow_constructor
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
type_traits 533 struct has_nothrow_constructor :
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
type_traits 533 struct has_nothrow_constructor :
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
type_traits 533 struct has_nothrow_constructor :
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
type_traits 532 struct has_nothrow_constructor
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
type_traits 529 struct has_nothrow_constructor
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
type_traits 533 struct has_nothrow_constructor :
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
type_traits 533 struct has_nothrow_constructor :
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
type_traits 532 struct has_nothrow_constructor
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
type_traits 529 struct has_nothrow_constructor
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
type_traits 528 struct has_nothrow_constructor
  /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
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 25 #include <boost/type_traits/has_nothrow_constructor.hpp>

Completed in 1484 milliseconds

1 2