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

  /external/chromium_org/mojo/public/interfaces/bindings/tests/
serialization_test_structs.mojom 8 struct Struct1 {
17 Struct1 struct_1;
21 Struct1[] array;
25 Struct1[2] pair;
34 Struct1? struct_1;
  /external/llvm/test/CodeGen/X86/
2012-12-19-NoImplicitFloat.ll 5 %struct1 = type { i32*, i32* }
11 %0 = load %struct1** undef, align 8
12 %1 = getelementptr inbounds %struct1* %0, i64 0, i32 0
14 %2 = getelementptr inbounds %struct1* %0, i64 0, i32 1
opaque-constant-asm.ll 7 %struct1 = type { i32, %union.anon }
11 call void asm sideeffect "#ASM $0", "n"(i32 ptrtoint (i32* getelementptr inbounds (%struct2* bitcast (%union.anon* getelementptr inbounds (%struct1* null, i32 0, i32 1) to %struct2*), i32 0, i32 2) to i32))
  /external/llvm/test/Linker/
2004-05-07-TypeResolution2.ll 6 %struct1 = type { i32, void (%struct2*)*, i16*, i32 (i32*)* }
7 %struct2 = type { %struct1 }
9 define internal void @f1(%struct1* %tty) {
11 %tmp.2.i.i = getelementptr %struct1* %tty, i64 0, i32 1 ; <void (%struct2*)**> [#uses=1]
testlink2.ll 31 ; Provides definition of Struct1 and of S1GV.
32 %Struct1 = type { i32 }
33 @S1GV = global %Struct1* null
2004-05-07-TypeResolution1.ll 7 %struct1 = type { i32, void (%struct2*)*, %myint*, i32 (i32*)* }
8 %struct2 = type { %struct1 }
9 @driver1 = global %struct1 zeroinitializer ; <%struct1*> [#uses=1]
33 store volatile void (%struct2*)* @func, void (%struct2*)** getelementptr (%struct1* @driver1, i64 0, i32 1)
testlink1.ll 20 %Struct1 = type opaque
21 @S1GV = external global %Struct1*
  /external/clang/test/ASTMerge/
struct.c 1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/struct1.c
5 // CHECK: struct1.c:13:8: warning: type 'struct S1' has incompatible definitions in different translation units
6 // CHECK: struct1.c:15:7: note: field 'field2' has type 'int' here
9 // CHECK: struct1.c:18:11: note: declared here with type 'struct S1'
10 // CHECK: struct1.c:21:8: warning: type 'struct S2' has incompatible definitions in different translation units
13 // CHECK: struct1.c:21:31: note: declared here with type 'struct S2'
14 // CHECK: struct1.c:24:8: warning: type 'struct S3' has incompatible definitions in different translation units
15 // CHECK: struct1.c:24:36: note: field 'd' has type 'double' here
18 // CHECK: struct1.c:24:41: note: declared here with type 'struct S3'
19 // CHECK: struct1.c:27:8: warning: type 'struct S4' has incompatible definitions in different translation unit
    [all...]
  /external/llvm/test/Transforms/MemCpyOpt/
2011-06-02-CallSlotOverwritten.ll 9 %struct1 = type { i32, i32 }
10 %struct2 = type { %struct1, i8* }
12 declare void @bar(%struct1* nocapture sret %agg.result) nounwind
15 %x = alloca %struct1, align 8
17 call void @bar(%struct1* sret %x) nounwind
18 ; CHECK: call void @bar(%struct1* sret %x)
25 %bit1 = bitcast %struct1* %x to i64*
  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
SerializationTest.java 12 import org.chromium.mojo.bindings.test.mojom.mojo.Struct1;
56 assertNull(struct.struct1);
60 struct.struct1 = new Struct1();
75 struct.array = new Struct1[1];
79 struct.array[0] = new Struct1();
94 struct.pair = new Struct1[1];
95 struct.pair[0] = new Struct1();
99 struct.pair = new Struct1[2];
100 struct.pair[0] = new Struct1();
    [all...]
  /external/clang/test/CodeGen/
ext-vector-member-alignment.c 5 struct __attribute__((packed, aligned(4))) struct1 { struct
8 int x = __alignof(struct struct1);
10 float4 f(struct struct1* x) { return x->position; }
12 void func(struct struct1* p, float *a, float *b, float c) {
  /external/llvm/test/Transforms/InstCombine/
gepphigep.ll 3 %struct1 = type { %struct2*, i32, i32, i32 }
6 define i32 @test1(%struct1* %dm, i1 %tmp4, i64 %tmp9, i64 %tmp19) {
8 %tmp = getelementptr inbounds %struct1* %dm, i64 0, i32 0
38 define i32 @test2(%struct1* %dm, i1 %tmp4, i64 %tmp9, i64 %tmp19) {
40 %tmp = getelementptr inbounds %struct1* %dm, i64 0, i32 0
  /external/chromium_org/mojo/public/cpp/bindings/tests/
serialization_warning_unittest.cc 95 test_struct->struct_1 = Struct1::New();
120 test_struct->array[0] = Struct1::New();
134 test_struct->pair[0] = Struct1::New();
141 test_struct->pair[0] = Struct1::New();
142 test_struct->pair[1] = Struct1::New();

Completed in 783 milliseconds