Searched refs:StructA (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | tbaa-path.ll | 5 %struct.StructA = type { i16, i32, i16, i32 } 6 %struct.StructB = type { i16, %struct.StructA, i32 } 12 define i32 @_Z1gPjP7StructAy(i32* %s, %struct.StructA* %A, i64 %count) #0 { 23 %A.addr = alloca %struct.StructA*, align 8 26 store %struct.StructA* %A, %struct.StructA** %A.addr, align 8, !tbaa !0 30 %1 = load %struct.StructA*, %struct.StructA** %A.addr, align 8, !tbaa !0 31 %f32 = getelementptr inbounds %struct.StructA, %struct.StructA* %1, i32 0, i32 1 38 define i32 @_Z2g2PjP7StructAy(i32* %s, %struct.StructA* %A, i64 %count) #0 { 49 %A.addr = alloca %struct.StructA*, align 8 52 store %struct.StructA* %A, %struct.StructA** %A.addr, align 8, !tbaa !0 [all …]
|
/external/clang/test/CodeGen/ |
D | tbaa-class.cpp | 9 class StructA class 21 StructA a; 53 uint32_t g(uint32_t *s, StructA *A, uint64_t count) { in g() 65 uint32_t g2(uint32_t *s, StructA *A, uint64_t count) { in g2() 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() 125 uint32_t g7(StructA *A, StructS *S, uint64_t count) { in g7() 137 uint32_t g8(StructA *A, StructS *S, uint64_t count) { in g8()
|
D | tbaa.cpp | 15 } StructA; typedef 19 StructA a; 47 uint32_t g(uint32_t *s, StructA *A, uint64_t count) { in g() 59 uint32_t g2(uint32_t *s, StructA *A, uint64_t count) { in g2() 71 uint32_t g3(StructA *A, StructB *B, uint64_t count) { in g3() 83 uint32_t g4(StructA *A, StructB *B, uint64_t count) { in g4() 95 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5() 107 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6() 119 uint32_t g7(StructA *A, StructS *S, uint64_t count) { in g7() 131 uint32_t g8(StructA *A, StructS *S, uint64_t count) { in g8()
|
D | tbaa-ms-abi.cpp | 6 struct StructA { struct 10 struct StructB : virtual StructA { argument
|
/external/clang/test/Index/ |
D | complete-hiding.c | 4 struct StructA { }; struct 13 int StructA = 0; in f() local 16 struct StructA sa = { }; in f()
|
/external/libchrome/base/memory/ |
D | scoped_ptr_unittest.cc | 667 struct StructA { in TEST() struct 672 scoped_ptr<StructA> a; in TEST() 676 StructA* a = new StructA; in TEST() 692 a = new StructA; in TEST() 695 a->~StructA(); in TEST()
|
/external/libweave/third_party/chromium/base/memory/ |
D | scoped_ptr_unittest.cc | 668 struct StructA { in TEST() struct 673 scoped_ptr<StructA> a; in TEST() 677 StructA* a = new StructA; in TEST() 693 a = new StructA; in TEST() 696 a->~StructA(); in TEST()
|