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

  /external/mesa3d/src/glsl/
loop_analysis.h 179 const bool is_const = (this->num_assignments == 0) local
193 assert(!this->var->read_only || (this->var->read_only && is_const));
195 return is_const;
  /prebuilt/linux-x86/toolchain/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
  /prebuilt/ndk/android-ndk-r5/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
  /prebuilt/ndk/android-ndk-r6/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
  /prebuilt/ndk/android-ndk-r7/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
  /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...]
  /system/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/v8/src/
parser.cc 1520 bool is_const = false; local
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 769 void is_const() function
    [all...]

Completed in 723 milliseconds