Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/llvmlibc/
H A Dimplementation-in-namespace.cpp7 struct StructC {}; struct
33 struct StructC {}; struct
58 struct StructC {};
57 struct StructC {}; global() struct
/llvm-project/clang/test/CodeGen/
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()
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()
/llvm-project/llvm/test/Analysis/TypeBasedAliasAnalysis/
H A Dtbaa-path-new.ll9 %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 Dtbaa-path.ll9 %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 Dcomplete-hiding.c6 struct StructC { }; struct