Home
last modified time | relevance | path

Searched refs:StructC (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
Dtbaa-path.ll9 %struct.StructC = type { i16, %struct.StructB, i32 }
291 define i32 @_Z3g11P7StructCP7StructDy(%struct.StructC* %C, %struct.StructD* %D, i64 %count) #0 {
301 %C.addr = alloca %struct.StructC*, align 8
304 store %struct.StructC* %C, %struct.StructC** %C.addr, align 8, !tbaa !0
307 %0 = load %struct.StructC*, %struct.StructC** %C.addr, align 8, !tbaa !0
308 %b = getelementptr inbounds %struct.StructC, %struct.StructC* %0, i32 0, i32 1
317 %2 = load %struct.StructC*, %struct.StructC** %C.addr, align 8, !tbaa !0
318 %b4 = getelementptr inbounds %struct.StructC, %struct.StructC* %2, i32 0, i32 1
325 define i32 @_Z3g12P7StructCP7StructDy(%struct.StructC* %C, %struct.StructD* %D, i64 %count) #0 {
335 %C.addr = alloca %struct.StructC*, align 8
[all …]
/external/clang/test/CodeGen/
Dtbaa-class.cpp24 class StructC class
173 uint32_t g11(StructC *C, StructD *D, uint64_t count) { in g11()
185 uint32_t g12(StructC *C, StructD *D, uint64_t count) { in g12()
Dtbaa.cpp31 } StructC; typedef
171 uint32_t g11(StructC *C, StructD *D, uint64_t count) { in g11()
183 uint32_t g12(StructC *C, StructD *D, uint64_t count) { in g12()
/external/libmojo/mojo/public/interfaces/bindings/tests/
Dvalidation_test_interfaces.mojom17 struct StructC {
85 Method4(StructC param0, array<uint8> param1);
/external/clang/test/Index/
Dcomplete-hiding.c6 struct StructC { }; struct