/external/libmojo/mojo/public/interfaces/bindings/tests/ |
serialization_test_structs.mojom | 8 struct Struct1 { 17 Struct1 struct_1; 21 array<Struct1> data; 25 array<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*, %struct1** undef, align 8 12 %1 = getelementptr inbounds %struct1, %struct1* %0, i64 0, i32 0 14 %2 = getelementptr inbounds %struct1, %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, %struct2* bitcast (%union.anon* getelementptr inbounds (%struct1, %struct1* null, i32 0, i32 1) to %struct2*), i32 0, i32 2) to i32))
|
/external/llvm/test/CodeGen/PowerPC/ |
tls_get_addr_stackframe.ll | 6 %struct1.2.41 = type { %struct2.0.39, %struct3.1.40, %struct1.2.41* } 10 @tls_var = external thread_local global %struct1.2.41*, align 8 13 %1 = load %struct1.2.41*, %struct1.2.41** @tls_var, align 8 15 %2 = getelementptr inbounds %struct1.2.41, %struct1.2.41* %1, i64 0, i32 0, i32 3 22 tail call void undef(%struct1.2.41* undef, %struct1.2.41* nonnull undef)
|
/external/llvm/test/Transforms/MergeFunc/ |
gep-base-type.ll | 7 %"struct1" = type <{ i8*, i32, [4 x i8] }> 29 define internal %struct1* @Gfunc(%struct1* %P, i64 %i) { 38 %1 = getelementptr inbounds %"struct1", %"struct1"* %P, i64 %i 39 %2 = getelementptr inbounds %"struct1", %"struct1"* %P, i64 %i 40 %3 = getelementptr inbounds %"struct1", %"struct1"* %P, i64 %i 41 %4 = getelementptr inbounds %"struct1", %"struct1"* %P, i64 % [all...] |
/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, %struct1* %tty, i64 0, i32 1 ; <void (%struct2*)**> [#uses=1]
|
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, %struct1* @driver1, i64 0, i32 1)
|
testlink.ll | 18 %Struct1 = type opaque 19 @S1GV = external global %Struct1*
|
/external/llvm/test/CodeGen/AArch64/ |
merge-store-dependency.ll | 4 %struct1 = type { %struct1*, %struct1*, i32, i32, i16, i16, void (i32, i32, i8*)*, i8* } 6 @gv1 = internal unnamed_addr global %struct1** null, align 8 8 define void @test(%struct1* %fde, i32 %fd, void (i32, i32, i8*)* %func, i8* %arg) { 16 %0 = bitcast %struct1* %fde to i8* 18 %state = getelementptr inbounds %struct1, %struct1* %fde, i64 0, i32 4 20 %fd1 = getelementptr inbounds %struct1, %struct1* %fde, i64 0, i32 [all...] |
/external/swiftshader/third_party/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 | 29 ; Provides definition of Struct1 and of S1GV.
30 %Struct1 = type { i32 }
31 @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 volatile store void (%struct2*)* @func, void (%struct2*)** getelementptr (%struct1* @driver1, i64 0, i32 1)
|
/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/swiftshader/third_party/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/libmojo/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.data = new Struct1[1]; 79 struct.data[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/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/llvm/test/Linker/Inputs/ |
testlink.ll | 29 ; Provides definition of Struct1 and of S1GV. 30 %Struct1 = type { i32 } 31 @S1GV = global %Struct1* null
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
struct1.c | 17 static test_structure_1 ABI_ATTR struct1(test_structure_1 ts) function 60 ffi_call(&cif, FFI_FN(struct1), ts1_result, values);
|
uninitialized.c | 11 static test_structure_1 struct1(test_structure_1 ts) function 54 ffi_call(&cif, FFI_FN(struct1), ts1_result, values);
|
/external/xmlrpcpp/test/ |
TestValues.cpp | 130 XmlRpcValue struct1;
local 131 struct1["i4"] = 1;
132 struct1["str"] = "two";
133 struct1["d"] = 43.7;
142 assert(struct1["d"] == a[2]);
162 assert(struct1 == structXml);
166 assert(astruct["array"][2] == struct1["d"]);
|
TestValuesWin32.cpp | 133 XmlRpcValue struct1;
local 134 struct1["i4"] = 1;
135 struct1["str"] = "two";
136 struct1["d"] = 43.7;
145 assert(struct1["d"] == a[2]);
165 assert(struct1 == structXml);
169 assert(astruct["array"][2] == struct1["d"]);
|
/external/llvm/test/Transforms/SCCP/ |
constant-struct.ll | 4 define internal {i64} @struct1() { 9 ; CHECK: define internal { i64 } @struct1() {
|
/external/llvm/test/Transforms/InstCombine/ |
gepphigep.ll | 3 %struct1 = type { %struct2*, i32, i32, i32 } 8 define i32 @test1(%struct1* %dm, i1 %tmp4, i64 %tmp9, i64 %tmp19) { 10 %tmp = getelementptr inbounds %struct1, %struct1* %dm, i64 0, i32 0 40 define i32 @test2(%struct1* %dm, i1 %tmp4, i64 %tmp9, i64 %tmp19) { 42 %tmp = getelementptr inbounds %struct1, %struct1* %dm, i64 0, i32 0
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
serialization_warning_unittest.cc | 115 test_struct->struct_1 = Struct1::New(); 134 test_struct->data[0] = Struct1::New(); 142 test_struct->pair[0] = Struct1::New(); 149 test_struct->pair[0] = Struct1::New(); 150 test_struct->pair[1] = Struct1::New();
|