Home
last modified time | relevance | path

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

/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/libmojo/mojo/public/interfaces/bindings/tests/
Dvalidation_test_interfaces.mojom21 struct StructD {
26 StructD struct_d;