Searched refs:StructB (Results 1 – 5 of 5) sorted by relevance
/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 | 21 } StructB; typedef 25 StructB b; 31 StructB b; 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() 187 StructB *b1 = &(C->b); in g12() 188 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/clang/test/Index/ |
D | complete-hiding.c | 5 struct StructB { }; struct 14 struct StructB { }; in f() struct
|