Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/llvmlibc/
H A Dimplementation-in-namespace.cpp7 struct StructC {}; struct
22 struct StructC {}; struct
35 struct StructC {}; struct
/llvm-project-15.0.7/llvm/test/Analysis/TypeBasedAliasAnalysis/
H A Dtbaa-path.ll9 %struct.StructC = type { i16, %struct.StructB, i32 }
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
335 %C.addr = alloca %struct.StructC*, align 8
340 store %struct.StructC* %C, %struct.StructC** %C.addr, align 8, !tbaa !0
343 %0 = load %struct.StructC*, %struct.StructC** %C.addr, align 8, !tbaa !0
[all …]
H A 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
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dtbaa-class.cpp25 class StructC class
193 uint32_t g11(StructC *C, StructD *D, uint64_t count) { in g11()
205 uint32_t g12(StructC *C, StructD *D, uint64_t count) { in g12()
H A Dtbaa.cpp32 } StructC; typedef
172 uint32_t g11(StructC *C, StructD *D, uint64_t count) { in g11()
184 uint32_t g12(StructC *C, StructD *D, uint64_t count) { in g12()
/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-hiding.c6 struct StructC { }; struct