/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/ |
is_const.pass.cpp | 12 // is_const 19 static_assert(!std::is_const<T>::value, ""); 20 static_assert( std::is_const<const T>::value, ""); 21 static_assert(!std::is_const<volatile T>::value, ""); 22 static_assert( std::is_const<const volatile T>::value, ""); 35 static_assert(!std::is_const<int&>::value, ""); 36 static_assert(!std::is_const<const int&>::value, "");
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
is_const.hpp | 12 // Fixed is_pointer, is_reference, is_const, is_volatile, is_same, 49 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_const,T,__is_const(T)) 62 BOOST_STATIC_CONSTANT(bool, value = ::boost::detail::cv_traits_imp<typename boost::remove_bounds<T>::type*>::is_const); 64 BOOST_STATIC_CONSTANT(bool, value = ::boost::detail::cv_traits_imp<T*>::is_const); 76 //* is a type T declared const - is_const<T> 77 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_const,T,::boost::detail::is_const_rvalue_filter<T>::value) 78 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_const,T&,false) 85 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_const,T& const,false) 86 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_const,T& volatile,false) 87 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_const,T& const volatile,false [all...] |
cv_traits.hpp | 10 // is_const, is_volatile, remove_const, remove_volatile, remove_cv. 18 #include <boost/type_traits/is_const.hpp>
|
remove_volatile.hpp | 14 #include <boost/type_traits/is_const.hpp> 35 template <typename T, bool is_const> 52 , ::boost::is_const<T>::value
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ |
cv_traits_impl.hpp | 37 BOOST_STATIC_CONSTANT(bool, is_const = false); 45 BOOST_STATIC_CONSTANT(bool, is_const = true); 53 BOOST_STATIC_CONSTANT(bool, is_const = false); 61 BOOST_STATIC_CONSTANT(bool, is_const = true); 85 BOOST_STATIC_CONSTANT(bool, is_const = false);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/ |
iterator.hpp | 21 #include <boost/type_traits/is_const.hpp> 36 mpl::eval_if_c< is_const<C>::value, 61 mpl::eval_if_c< is_const<C>::value,
|
/external/clang/test/SemaTemplate/ |
temp_class_spec.cpp | 35 struct is_const { struct 40 struct is_const<const T> { struct 44 int is_const0[is_const<int>::value? -1 : 1]; 45 int is_const1[is_const<const int>::value? 1 : -1]; 46 int is_const2[is_const<const volatile int>::value? 1 : -1]; 47 int is_const3[is_const<const int [3]>::value? 1 : -1]; 48 int is_const4[is_const<const volatile int[3]>::value? 1 : -1]; 49 int is_const5[is_const<volatile int[3]>::value? -1 : 1];
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/ |
facade_iterator_category.hpp | 17 # include <boost/type_traits/is_const.hpp> 62 is_const<Reference> 64 , is_const<ValueParam> 67 : is_const<ValueParam>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
foreach.hpp | 31 #include <boost/type_traits/is_const.hpp> 78 // ************** is_const ************** // 82 inline is_const<C> 85 return is_const<C>();
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
loop_analysis.h | 202 const bool is_const = (this->num_assignments == 0) local 216 assert(!this->var->read_only || (this->var->read_only && is_const)); 218 return is_const;
|
/external/mesa3d/src/glsl/ |
loop_analysis.h | 202 const bool is_const = (this->num_assignments == 0) local 216 assert(!this->var->read_only || (this->var->read_only && is_const)); 218 return is_const;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ |
type_utils.hpp | 56 using std::tr1::is_const; 81 value = is_const<T>::value && is_pointer<T>::value 90 value = is_const<T>::value && is_reference<T>::value
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ |
type_utils.hpp | 56 using std::tr1::is_const; 81 value = is_const<T>::value && is_pointer<T>::value 90 value = is_const<T>::value && is_reference<T>::value
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ |
type_utils.hpp | 56 using std::tr1::is_const; 81 value = is_const<T>::value && is_pointer<T>::value 90 value = is_const<T>::value && is_reference<T>::value
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
type_utils.hpp | 56 using std::tr1::is_const; 81 value = is_const<T>::value && is_pointer<T>::value 90 value = is_const<T>::value && is_reference<T>::value
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
type_utils.hpp | 56 using std::tr1::is_const; 81 value = is_const<T>::value && is_pointer<T>::value 90 value = is_const<T>::value && is_reference<T>::value
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
type_utils.hpp | 56 using std::tr1::is_const; 81 value = is_const<T>::value && is_pointer<T>::value 90 value = is_const<T>::value && is_reference<T>::value
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ |
type_utils.hpp | 56 using std::tr1::is_const; 81 value = is_const<T>::value && is_pointer<T>::value 90 value = is_const<T>::value && is_reference<T>::value
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ |
type_utils.hpp | 56 using std::tr1::is_const; 81 value = is_const<T>::value && is_pointer<T>::value 90 value = is_const<T>::value && is_reference<T>::value
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ |
type_utils.hpp | 56 using std::tr1::is_const; 81 value = is_const<T>::value && is_pointer<T>::value 90 value = is_const<T>::value && is_reference<T>::value
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ |
type_utils.hpp | 56 using std::tr1::is_const; 81 value = is_const<T>::value && is_pointer<T>::value 90 value = is_const<T>::value && is_reference<T>::value
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ |
type_utils.hpp | 56 using std::tr1::is_const; 81 value = is_const<T>::value && is_pointer<T>::value 90 value = is_const<T>::value && is_reference<T>::value
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ |
type_utils.hpp | 56 using std::tr1::is_const; 81 value = is_const<T>::value && is_pointer<T>::value 90 value = is_const<T>::value && is_reference<T>::value
|
/art/compiler/dex/quick/ |
mir_to_lir.cc | 277 if (rl_src[0].is_const && rl_src[1].is_const) { 304 if (rl_src[0].is_const) { 532 if (rl_src[0].is_const && 536 } else if (rl_src[1].is_const && 557 if (rl_src[1].is_const && 575 if (rl_src[0].is_const || rl_src[1].is_const) { 596 if (rl_src[1].is_const) {
|
/external/chromium_org/base/ |
template_util.h | 75 template <class T> struct is_const : false_type {}; struct in namespace:base 76 template <class T> struct is_const<const T> : true_type {}; struct in namespace:base
|