/external/llvm/test/Linker/ |
2004-05-07-TypeResolution2.ll | 6 %struct1 = type { i32, void (%struct2*)*, i16*, i32 (i32*)* } 7 %struct2 = type { %struct1 } 11 %tmp.2.i.i = getelementptr %struct1, %struct1* %tty, i64 0, i32 1 ; <void (%struct2*)**> [#uses=1] 12 %tmp.3.i.i = load volatile void (%struct2*)*, void (%struct2*)** %tmp.2.i.i ; <void (%struct2*)*> [#uses=0]
|
2004-05-07-TypeResolution1.ll | 7 %struct1 = type { i32, void (%struct2*)*, %myint*, i32 (i32*)* } 8 %struct2 = type { %struct1 } 29 declare void @func(%struct2*) 33 store volatile void (%struct2*)* @func, void (%struct2*)** getelementptr (%struct1, %struct1* @driver1, i64 0, i32 1)
|
/external/llvm/test/Transforms/MergeFunc/ |
gep-base-type.ll | 8 %"struct2" = type { i8*, { i64, i64 } } 10 define internal %struct2* @Ffunc(%struct2* %P, i64 %i) { 19 %1 = getelementptr inbounds %"struct2", %"struct2"* %P, i64 %i 20 %2 = getelementptr inbounds %"struct2", %"struct2"* %P, i64 %i 21 %3 = getelementptr inbounds %"struct2", %"struct2"* %P, i64 %i 22 %4 = getelementptr inbounds %"struct2", %"struct2"* %P, i64 % [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 }
11 %tmp.2.i.i = getelementptr %struct1* %tty, i64 0, i32 1 ; <void (%struct2*)**> [#uses=1]
12 %tmp.3.i.i = volatile load void (%struct2*)** %tmp.2.i.i ; <void (%struct2*)*> [#uses=0]
|
2004-05-07-TypeResolution1.ll | 7 %struct1 = type { i32, void (%struct2*)*, %myint*, i32 (i32*)* }
8 %struct2 = type { %struct1 }
29 declare void @func(%struct2*)
33 volatile store void (%struct2*)* @func, void (%struct2*)** getelementptr (%struct1* @driver1, i64 0, i32 1)
|
/external/llvm/test/CodeGen/X86/ |
opaque-constant-asm.ll | 5 %struct2 = type <{ i32, i32, i32, i32 }> 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/Transforms/InstCombine/ |
gepphigep.ll | 3 %struct1 = type { %struct2*, i32, i32, i32 } 4 %struct2 = type { i32, i32 } 6 %struct4 = type { %struct2, %struct2 } 11 %tmp1 = load %struct2*, %struct2** %tmp, align 8 15 %tmp10 = getelementptr inbounds %struct2, %struct2* %tmp1, i64 %tmp9 16 %tmp11 = getelementptr inbounds %struct2, %struct2* %tmp10, i64 0, i32 [all...] |
/external/llvm/test/Transforms/MemCpyOpt/ |
2011-06-02-CallSlotOverwritten.ll | 10 %struct2 = type { %struct1, i8* } 16 %y = alloca %struct2, align 8 20 %gepn1 = getelementptr inbounds %struct2, %struct2* %y, i32 0, i32 0, i32 0 22 %gepn2 = getelementptr inbounds %struct2, %struct2* %y, i32 0, i32 0, i32 1 26 %bit2 = bitcast %struct2* %y to i64* 33 %gep1 = getelementptr %struct2, %struct2* %y, i32 0, i32 0, i32 0
|
/external/swiftshader/third_party/LLVM/test/Transforms/MemCpyOpt/ |
2011-06-02-CallSlotOverwritten.ll | 10 %struct2 = type { %struct1, i8* } 16 %y = alloca %struct2, align 8 20 %gepn1 = getelementptr inbounds %struct2* %y, i32 0, i32 0, i32 0 22 %gepn2 = getelementptr inbounds %struct2* %y, i32 0, i32 0, i32 1 26 %bit2 = bitcast %struct2* %y to i64* 33 %gep1 = getelementptr %struct2* %y, i32 0, i32 0, i32 0
|
/external/clang/test/ASTMerge/ |
struct.c | 2 // RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/struct2.c 7 // CHECK: struct2.c:12:9: note: field 'field2' has type 'float' here 8 // CHECK: struct2.c:15:11: error: external variable 'x1' declared with incompatible types in different translation units ('struct S1' vs. 'struct S1') 11 // CHECK: struct2.c:18:7: note: 'S2' is a union here 12 // CHECK: struct2.c:18:30: error: external variable 'x2' declared with incompatible types in different translation units ('union S2' vs. 'struct S2') 16 // CHECK: struct2.c:21:8: note: no corresponding field here 17 // CHECK: struct2.c:21:31: error: external variable 'x3' declared with incompatible types in different translation units ('struct S3' vs. 'struct S3') 20 // CHECK: struct2.c:24:26: note: field 'f' has type 'float' here 22 // CHECK: struct2.c:24:31: error: external variable 'x4' declared with incompatible types in different translation units ('struct S4' vs. 'struct S4') 26 // CHECK: struct2.c:30:33: note: field 'j' is not a bit-fiel [all...] |
/external/libmojo/mojo/public/interfaces/bindings/tests/ |
serialization_test_structs.mojom | 12 struct Struct2 {
|
/external/llvm/test/CodeGen/PowerPC/ |
tls_get_addr_stackframe.ll | 6 %struct1.2.41 = type { %struct2.0.39, %struct3.1.40, %struct1.2.41* } 7 %struct2.0.39 = type { i64, i32, i32, i32, i32 }
|
ppc64-gep-opt.ll | 123 %struct2 = type { %struct3, i32 } 124 %struct1 = type { i64, %struct2 } 131 define %struct2* @test-struct_2(%struct0* %ptr, i64 %idx) { 135 ret %struct2* %ptr2
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
struct2.c | 16 static test_structure_2 ABI_ATTR struct2(test_structure_2 ts) function 57 ffi_call(&cif, FFI_FN(struct2), ts2_result, values);
|
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/ |
SerializationTest.java | 13 import org.chromium.mojo.bindings.test.mojom.mojo.Struct2; 41 Struct2 struct = new Struct2();
|
/external/llvm/test/Transforms/SCCP/ |
constant-struct.ll | 13 define internal {i64, i64} @struct2() { 18 ; CHECK: define internal { i64, i64 } @struct2() {
|
/external/llvm/test/Analysis/BasicAA/ |
struct-geps.ll | 156 %struct2 = type { [1 x { i32, i32 }], [2 x { i32 }] } 160 define void @test_struct_in_array(%struct2* %st, i64 %i, i64 %j, i64 %k) { 161 %x = getelementptr %struct2, %struct2* %st, i32 0, i32 1, i32 1, i32 0 162 %y = getelementptr %struct2, %struct2* %st, i32 0, i32 0, i32 1, i32 1
|
/external/protobuf/python/google/protobuf/internal/ |
well_known_types_test.py | 543 struct2 = struct_pb2.Struct() 544 struct2.ParseFromString(serialized) 546 self.assertEquals(struct, struct2) 548 self.assertTrue(isinstance(struct2, well_known_types.Struct)) 549 self.assertEquals(5, struct2['key1']) 550 self.assertEquals('abc', struct2['key2']) 551 self.assertIs(True, struct2['key3']) 552 self.assertEquals(11, struct2['key4']['subkey']) 554 list(struct2['key5'].items())) 556 struct_list = struct2['key5' [all...] |
/external/llvm/test/CodeGen/AArch64/ |
aarch64-gep-opt.ll | 135 %struct2 = type { %struct3, i32 } 136 %struct1 = type { i64, %struct2 } 143 define %struct2* @test-struct_2(%struct0* %ptr, i64 %idx) { 147 ret %struct2* %ptr2
|
/frameworks/rs/rsov/compiler/tests/arguments/ |
signedness.ll | 26 ; CHECK: [[Struct2:%.*]] = OpTypeStruct [[MemberTy2]] 27 ; CHECK: [[PtrTy2:%.*]] = OpTypePointer Uniform [[Struct2]]
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
serialization_warning_unittest.cc | 94 Struct2Ptr test_struct(Struct2::New()); 100 test_struct = Struct2::New();
|
/external/libbrillo/brillo/dbus/ |
data_serialization_unittest.cc | 578 std::pair<int, std::pair<int, int>> struct2{1, {2, 3}}; 579 AppendValueToWriter(&writer, struct2); 591 EXPECT_EQ(struct2, struct2_out); 599 std::tuple<int, std::string, std::vector<std::pair<int, int>>> struct2{ 602 AppendValueToWriter(&writer, struct2); 614 EXPECT_EQ(struct2, struct2_out);
|
/external/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/ |
split-gep.ll | 264 %struct2 = type { %struct3, i32 } 265 %struct1 = type { i64, %struct2 } 267 define %struct2* @sign_mod_unsign(%struct0* %ptr, i64 %idx) { 274 ; CHECK: [[PTR1:%[a-zA-Z0-9]+]] = bitcast %struct2* [[PTR]] to i8* 277 ret %struct2* %ptr2
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/ |
Makefile.am | 30 libffi.call/cls_uchar.c libffi.call/struct2.c libffi.call/cls_7byte.c \
|
/external/v8/src/heap/ |
objects-visiting.h | 71 V(Struct2) \
|