Home
last modified time | relevance | path

Searched refs:StructD (Results 1 – 7 of 7) sorted by relevance

/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/
Dstructs.go15 StructD struct{ X string } // Equal method (with interface argument) on pointer receiver argument
33 StructD anonMember
59 *StructD anonMember
83 func (x *StructD) Equal(y InterfaceA) bool { return true } argument
84 func (x *StructD) 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.ll10 %struct.StructD = type { i16, %struct.StructB, i32, i8 }
291 define i32 @_Z3g11P7StructCP7StructDy(%struct.StructC* %C, %struct.StructD* %D, i64 %count) #0 {
302 %D.addr = alloca %struct.StructD*, align 8
305 store %struct.StructD* %D, %struct.StructD** %D.addr, align 8, !tbaa !0
312 %1 = load %struct.StructD*, %struct.StructD** %D.addr, align 8, !tbaa !0
313 %b1 = getelementptr inbounds %struct.StructD, %struct.StructD* %1, i32 0, i32 1
325 define i32 @_Z3g12P7StructCP7StructDy(%struct.StructC* %C, %struct.StructD* %D, i64 %count) #0 {
336 %D.addr = alloca %struct.StructD*, align 8
341 store %struct.StructD* %D, %struct.StructD** %D.addr, align 8, !tbaa !0
346 %1 = load %struct.StructD*, %struct.StructD** %D.addr, align 8, !tbaa !0
[all …]
Dtbaa-path-new.ll10 %struct.StructD = type { i16, %struct.StructB, i32, i8 }
232 ; uint32_t g11(StructC *C, StructD *D, uint64_t count) {
238 define i32 @_Z3g11P7StructCP7StructDy(%struct.StructC* nocapture %C, %struct.StructD* nocapture %D,…
249 %f323 = getelementptr inbounds %struct.StructD, %struct.StructD* %D, 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,…
274 %f325 = getelementptr inbounds %struct.StructD, %struct.StructD* %D, i64 0, i32 1, i32 1, i32 1
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
Dtbaa-path.ll10 %struct.StructD = type { i16, %struct.StructB, i32, i8 }
291 define i32 @_Z3g11P7StructCP7StructDy(%struct.StructC* %C, %struct.StructD* %D, i64 %count) #0 {
302 %D.addr = alloca %struct.StructD*, align 8
305 store %struct.StructD* %D, %struct.StructD** %D.addr, align 8, !tbaa !0
312 %1 = load %struct.StructD*, %struct.StructD** %D.addr, align 8, !tbaa !0
313 %b1 = getelementptr inbounds %struct.StructD, %struct.StructD* %1, i32 0, i32 1
325 define i32 @_Z3g12P7StructCP7StructDy(%struct.StructC* %C, %struct.StructD* %D, i64 %count) #0 {
336 %D.addr = alloca %struct.StructD*, align 8
341 store %struct.StructD* %D, %struct.StructD** %D.addr, align 8, !tbaa !0
346 %1 = load %struct.StructD*, %struct.StructD** %D.addr, align 8, !tbaa !0
[all …]
/external/clang/test/CodeGen/
Dtbaa-class.cpp31 class StructD 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.cpp38 } StructD; 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/libchrome/mojo/public/interfaces/bindings/tests/
Dvalidation_test_interfaces.mojom21 struct StructD {
26 StructD struct_d;