HomeSort by relevance Sort by last modified time
    Searched full:struct_type (Results 1 - 24 of 24) sorted by null

  /external/clang/test/SemaTemplate/
inject-templated-friend.cpp 14 template <typename STRUCT_TYPE>
24 Streamer(const STRUCT_TYPE& s) : s(s) {}
26 const STRUCT_TYPE& s;
inject-templated-friend-post.cpp 22 template <typename STRUCT_TYPE>
34 template <typename STRUCT_TYPE>
44 Streamer(const STRUCT_TYPE& s) : s(s) {}
46 const STRUCT_TYPE& s;
  /external/llvm/test/CodeGen/X86/
pr17631.ll 3 %struct_type = type { [64 x <8 x float>], <8 x float> }
12 %second_alloc = alloca %struct_type
  /external/llvm/test/Transforms/InstCombine/
alloca.ll 134 %struct_type = type { i32, i32 }
135 declare void @test9_aux(<{ %struct_type }>* inalloca)
139 define void @test9(%struct_type* %a) {
143 %argmem = alloca inalloca <{ %struct_type }>
145 %0 = getelementptr inbounds <{ %struct_type }>* %argmem, i32 0, i32 0
146 %1 = bitcast %struct_type* %0 to i8*
147 %2 = bitcast %struct_type* %a to i8*
149 call void @test9_aux(<{ %struct_type }>* inalloca %argmem)
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_ubo_reference.cpp 133 const glsl_type *struct_type = deref_record->record->type; local
137 for (unsigned int i = 0; i < struct_type->length; i++) {
138 const glsl_type *type = struct_type->fields.structure[i].type;
143 if (strcmp(struct_type->fields.structure[i].name,
  /external/mesa3d/src/glsl/
lower_ubo_reference.cpp 133 const glsl_type *struct_type = deref_record->record->type; local
137 for (unsigned int i = 0; i < struct_type->length; i++) {
138 const glsl_type *type = struct_type->fields.structure[i].type;
143 if (strcmp(struct_type->fields.structure[i].name,
  /external/chromium_org/mojo/public/python/mojo/bindings/
descriptor.py 375 def __init__(self, struct_type, nullable=False):
377 self.struct_type = struct_type
381 if value is None or isinstance(value, self.struct_type):
383 raise TypeError('%r is not an instance of %r' % (value, self.struct_type))
387 return self.struct_type()
396 return self.struct_type.Deserialize(data, handles)
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 195 // arguments set. Assume, we have some "struct_type" with size = 4 bytes,
198 // i32 foo(i32 %p, %struct_type* %r, i32 %s, %struct_type* %t)
  /external/chromium_org/mojo/public/tools/bindings/generators/
mojom_js_generator.py 173 struct_type = JavaScriptType(packed_field.field.kind)
174 return "%s, %s, %s" % (field_offset, struct_type, nullable)
  /external/llvm/test/Bindings/Ocaml/
target.ml 48 let sty = struct_type context [| i32_type; i64_type |] in
vmcore.ml 186 insist ((struct_type context [| i16_type; i16_type; i32_type; i32_type |])
878 let sty = struct_type context [| i8_type; i64_type |] in
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp 147 const glsl_type *struct_type = ir->record->type; local
152 for (unsigned int i = 0; i < struct_type->length; i++) {
153 if (strcmp(struct_type->fields.structure[i].name, ir->field) == 0)
155 offset += type_size(struct_type->fields.structure[i].type);
    [all...]
brw_vec4_visitor.cpp 1497 const glsl_type *struct_type = ir->record->type; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp 147 const glsl_type *struct_type = ir->record->type; local
152 for (unsigned int i = 0; i < struct_type->length; i++) {
153 if (strcmp(struct_type->fields.structure[i].name, ir->field) == 0)
155 offset += type_size(struct_type->fields.structure[i].type);
    [all...]
brw_vec4_visitor.cpp 1497 const glsl_type *struct_type = ir->record->type; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
ir_to_mesa.cpp 1637 const glsl_type *struct_type = ir->record->type; local
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 1637 const glsl_type *struct_type = ir->record->type; local
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_ctypes.so 
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 560 (** [struct_type context tys] returns the structure type in the context
563 val struct_type : llcontext -> lltype array -> lltype var
867 [struct_type (Array.map type_of elts)] and containing the values [elts]
    [all...]
llvm.ml 356 external struct_type : llcontext -> lltype array -> lltype = "llvm_struct_type"
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 2064 const glsl_type *struct_type = ir->record->type; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 2064 const glsl_type *struct_type = ir->record->type; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 2489 milliseconds