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

  /ndk/sources/cxx-stl/llvm-libc++/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, "");
  /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
  /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];
  /external/libpcap/
optimize.c 558 int is_const; member in struct:vmapinfo
596 vmap[val].is_const = 1;
843 if (vmap[val].is_const) {
913 if (vmap[val].is_const && BPF_SRC(b->s.code) == BPF_K) {
973 if (alter && vmap[v].is_const) {
1005 if (alter && vmap[val[A_ATOM]].is_const) {
1040 if (vmap[val[A_ATOM]].is_const) {
1058 if (alter && vmap[val[X_ATOM]].is_const) {
1059 if (vmap[val[A_ATOM]].is_const) {
1079 if (alter && vmap[val[A_ATOM]].is_const
    [all...]
  /external/eigen/Eigen/src/Core/util/
Meta.h 74 template <typename T> struct is_const { enum { value = 0 }; }; struct in namespace:Eigen::internal
75 template <typename T> struct is_const<T const> { enum { value = 1 }; }; struct in namespace:Eigen::internal
XprHelper.h 268 bool(internal::is_const<T1>::value),
439 enum { value = !bool(is_const<ExpressionType>::value) &&
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 64 : is_const(true),
963 attrib.is_const = false;
989 attrib.is_const = false;
1029 attrib.is_const = false;
1055 if (attrib.is_const) {
    [all...]
shader_program.h 411 bool is_const; member in struct:android::filterfw::ShaderProgram::VertexAttrib
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/v8/src/
parser.cc 2073 bool is_const = false; local
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 816 void is_const() function
    [all...]

Completed in 531 milliseconds