Searched refs:StructC (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/llvmlibc/ |
H A D | implementation-in-namespace.cpp | 7 struct StructC {}; struct 33 struct StructC {}; struct 58 struct StructC {}; 57 struct StructC {}; global() struct
|
/llvm-project/clang/test/CodeGen/ |
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()
|
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()
|
/llvm-project/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
H A D | tbaa-path-new.ll | 9 %struct.StructC = type { i16, %struct.StructB, i32 } 229 ; uint32_t g11(StructC *C, StructD *D, uint64_t count) { 244 %f32 = getelementptr inbounds %struct.StructC, ptr %C, i64 0, i32 1, i32 1, i32 1 251 ; uint32_t g12(StructC *C, StructD *D, uint64_t count) { 269 %f32 = getelementptr inbounds %struct.StructC, ptr %C, i64 0, i32 1, i32 1, i32 1
|
H A D | tbaa-path.ll | 9 %struct.StructC = type { i16, %struct.StructB, i32 } 304 %b = getelementptr inbounds %struct.StructC, ptr %0, i32 0, i32 1 314 %b4 = getelementptr inbounds %struct.StructC, ptr %2, i32 0, i32 1 340 %b = getelementptr inbounds %struct.StructC, ptr %0, i32 0, i32 1
|
/llvm-project/clang/test/Index/ |
H A D | complete-hiding.c | 6 struct StructC { }; struct
|