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

  /art/compiler/dex/
reg_location.h 46 unsigned is_const:1; // Constant, value in mir_graph->constant_values[]. member in struct:art::RegLocation
  /external/chromium_org/base/
template_util.h 53 template <class T> struct is_const : false_type {}; struct in namespace:base
54 template <class T> struct is_const<const T> : true_type {}; struct in namespace:base
  /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/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
  /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;
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.h 411 bool is_const; member in struct:android::filterfw::ShaderProgram::VertexAttrib
  /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/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_asm.c 727 static int is_const(int sel) function
773 if (is_const(sel)) { /* Any constant, including literal and inline constants. */
    [all...]
  /external/libpcap/
optimize.c 524 int is_const; member in struct:vmapinfo
560 vmap[val].is_const = 1;
798 if (vmap[val].is_const) {
869 if (vmap[val].is_const && BPF_SRC(b->s.code) == BPF_X) {
879 if (vmap[val].is_const && BPF_SRC(b->s.code) == BPF_K) {
936 if (alter && vmap[v].is_const) {
968 if (alter && vmap[val[A_ATOM]].is_const) {
1003 if (vmap[val[A_ATOM]].is_const) {
1021 if (alter && vmap[val[X_ATOM]].is_const) {
1022 if (vmap[val[A_ATOM]].is_const) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.c 727 static int is_const(int sel) function
773 if (is_const(sel)) { /* Any constant, including literal and inline constants. */
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Symtab.py 73 # is_const boolean Is a constant
147 is_const = 0 variable in class:Entry
452 entry.is_const = 1
    [all...]
PyrexTypes.py 153 # is_const boolean Is a C const type.
209 is_const = 0 variable in class:PyrexType
1219 is_const = 1 variable in class:CConstType
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 881 void is_const() function
    [all...]
  /external/chromium_org/v8/src/
parser.cc 2103 bool is_const = false; local
3116 bool is_const = peek() == Token::CONST; local
    [all...]
runtime.cc 2276 bool is_const = initial_value->IsTheHole(); local
2390 bool is_const = initial_value->IsTheHole(); local
    [all...]

Completed in 1051 milliseconds