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 D | implementation-in-namespace.cpp | 7 struct StructC {}; struct 22 struct StructC {}; struct 35 struct StructC {}; struct
|
| /llvm-project-15.0.7/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
| H A D | tbaa-path.ll | 9 %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 D | tbaa-path-new.ll | 9 %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 D | tbaa-class.cpp | 25 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 D | tbaa.cpp | 32 } 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 D | complete-hiding.c | 6 struct StructC { }; struct
|