/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | tbaa-path.ll | 6 %struct.StructB = type { i16, %struct.StructA, i32 } 9 %struct.StructC = type { i16, %struct.StructB, i32 } 10 %struct.StructD = type { i16, %struct.StructB, i32, i8 } 64 define i32 @_Z2g3P7StructAP7StructBy(%struct.StructA* %A, %struct.StructB* %B, i64 %count) #0 { 75 %B.addr = alloca %struct.StructB*, align 8 78 store %struct.StructB* %B, %struct.StructB** %B.addr, align 8, !tbaa !0 83 %1 = load %struct.StructB*, %struct.StructB** %B.addr, align 8, !tbaa !0 84 %a = getelementptr inbounds %struct.StructB, %struct.StructB* %1, i32 0, i32 1 93 define i32 @_Z2g4P7StructAP7StructBy(%struct.StructA* %A, %struct.StructB* %B, i64 %count) #0 { 104 %B.addr = alloca %struct.StructB*, align 8 [all …]
|
D | tbaa-path-new.ll | 6 %struct.StructB = type { i16, %struct.StructA, i32 } 9 %struct.StructC = type { i16, %struct.StructB, i32 } 10 %struct.StructD = type { i16, %struct.StructB, i32, i8 } 55 ; uint32_t g3(StructA *A, StructB *B, uint64_t count) { 61 define i32 @_Z2g3P7StructAP7StructBy(%struct.StructA* nocapture %A, %struct.StructB* nocapture %B, … 72 %f321 = getelementptr inbounds %struct.StructB, %struct.StructB* %B, i64 0, i32 1, i32 1 78 ; uint32_t g4(StructA *A, StructB *B, uint64_t count) { 84 define i32 @_Z2g4P7StructAP7StructBy(%struct.StructA* nocapture %A, %struct.StructB* nocapture %B, … 95 %f16 = getelementptr inbounds %struct.StructB, %struct.StructB* %B, i64 0, i32 1, i32 0 100 ; uint32_t g5(StructA *A, StructB *B, uint64_t count) { [all …]
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | tbaa-path.ll | 6 %struct.StructB = type { i16, %struct.StructA, i32 } 9 %struct.StructC = type { i16, %struct.StructB, i32 } 10 %struct.StructD = type { i16, %struct.StructB, i32, i8 } 64 define i32 @_Z2g3P7StructAP7StructBy(%struct.StructA* %A, %struct.StructB* %B, i64 %count) #0 { 75 %B.addr = alloca %struct.StructB*, align 8 78 store %struct.StructB* %B, %struct.StructB** %B.addr, align 8, !tbaa !0 83 %1 = load %struct.StructB*, %struct.StructB** %B.addr, align 8, !tbaa !0 84 %a = getelementptr inbounds %struct.StructB, %struct.StructB* %1, i32 0, i32 1 93 define i32 @_Z2g4P7StructAP7StructBy(%struct.StructA* %A, %struct.StructB* %B, i64 %count) #0 { 104 %B.addr = alloca %struct.StructB*, align 8 [all …]
|
/external/clang/test/CodeGen/ |
D | tbaa-class.cpp | 17 class StructB class 28 StructB b; 35 StructB b; 77 uint32_t g3(StructA *A, StructB *B, uint64_t count) { in g3() 89 uint32_t g4(StructA *A, StructB *B, uint64_t count) { in g4() 101 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5() 113 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6() 193 StructB *b1 = &(C->b); in g12() 194 StructB *b2 = &(D->b); in g12()
|
D | tbaa.cpp | 25 } StructB; typedef 29 StructB b; 35 StructB b; 75 uint32_t g3(StructA *A, StructB *B, uint64_t count) { in g3() 87 uint32_t g4(StructA *A, StructB *B, uint64_t count) { in g4() 99 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5() 111 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6() 191 StructB *b1 = &(C->b); in g12() 192 StructB *b2 = &(D->b); in g12()
|
D | tbaa-ms-abi.cpp | 10 struct StructB : virtual StructA { struct 11 StructB(); 14 StructB::StructB() { in StructB() function in StructB
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/ |
D | structs.go | 13 StructB struct{ X string } // Equal method on pointer receiver struct 25 StructB anonMember 51 *StructB anonMember 80 func (x *StructB) Equal(y *StructB) bool { return true } argument 97 a StructA, b StructB, c StructC, d StructD, e StructE, f StructF, 98 ap *StructA, bp *StructB, cp *StructC, dp *StructD, ep *StructE, fp *StructF, 117 b1.Equal(&b1.StructB) 124 b2.Equal(b2.StructB)
|
/external/clang/test/Index/ |
D | complete-hiding.c | 5 struct StructB { }; struct 14 struct StructB { }; in f() struct
|
/external/skqp/tests/ |
D | RefCntTest.cpp | 322 struct StructB; in DEF_TEST() 324 sk_sp<StructB> b; in DEF_TEST() 327 struct StructB : public SkRefCnt { in DEF_TEST() struct 329 ~StructB() override {} // Some clang versions don't emit this implicitly. in DEF_TEST() argument 334 a->b.reset(new StructB); in DEF_TEST()
|
/external/skia/tests/ |
D | RefCntTest.cpp | 322 struct StructB; in DEF_TEST() 324 sk_sp<StructB> b; in DEF_TEST() 327 struct StructB : public SkRefCnt { in DEF_TEST() struct 329 ~StructB() override {} // Some clang versions don't emit this implicitly. in DEF_TEST() argument 334 a->b.reset(new StructB); in DEF_TEST()
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | validation_test_interfaces.mojom | 13 struct StructB { 83 Method2(StructB param0, StructA param1); 101 Method20(map<StructB, uint8> param0);
|