Home
last modified time | relevance | path

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

/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/
Dstructs.go14 StructC struct{ X string } // Equal method (with interface argument) on value receiver struct
29 StructC anonMember
55 *StructC anonMember
81 func (x StructC) Equal(y InterfaceA) bool { return true } argument
82 func (x StructC) InterfaceA() {} 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,
/external/swiftshader/third_party/llvm-7.0/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 …]
Dtbaa-path-new.ll9 %struct.StructC = type { i16, %struct.StructB, i32 }
232 ; uint32_t g11(StructC *C, StructD *D, uint64_t count) {
238 define i32 @_Z3g11P7StructCP7StructDy(%struct.StructC* nocapture %C, %struct.StructD* nocapture %D,…
247 %f32 = getelementptr inbounds %struct.StructC, %struct.StructC* %C, i64 0, i32 1, i32 1, i32 1
254 ; uint32_t g12(StructC *C, StructD *D, uint64_t count) {
263 define i32 @_Z3g12P7StructCP7StructDy(%struct.StructC* nocapture %C, %struct.StructD* nocapture %D,…
272 %f32 = getelementptr inbounds %struct.StructC, %struct.StructC* %C, i64 0, i32 1, i32 1, i32 1
/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/clang/test/Index/
Dcomplete-hiding.c6 struct StructC { }; struct
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dvalidation_test_interfaces.mojom17 struct StructC {
85 Method4(StructC param0, array<uint8> param1);