Searched refs:foostruct (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | 2002-02-13-UnnamedLocal.c | 12 } foostruct; typedef 14 int foo(foostruct ic); 17 foostruct xqic; in test()
|
| /llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/ |
| H A D | combined-partial-overwrites.ll | 201 %struct.foostruct = type { 209 declare void @goFunc(%struct.foostruct*) 228 ; CHECK-NEXT: call void @goFunc(%struct.foostruct* [[BANG]]) 232 %bang = alloca %struct.foostruct, align 8 233 %v1 = bitcast %struct.foostruct* %bang to i8* 235 %v2 = getelementptr inbounds %struct.foostruct, %struct.foostruct* %bang, i64 0, i32 0 237 %v3 = getelementptr inbounds %struct.foostruct, %struct.foostruct* %bang, i64 0, i32 1 239 %v4 = getelementptr inbounds %struct.foostruct, %struct.foostruct* %bang, i64 0, i32 2 241 %v5 = getelementptr inbounds %struct.foostruct, %struct.foostruct* %bang, i64 0, i32 3 243 %v6 = getelementptr inbounds %struct.foostruct, %struct.foostruct* %bang, i64 0, i32 4 [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | micromips-delay-slot-jr.ll | 34 %struct.foostruct = type { [3 x float] } 35 %struct.barstruct = type { %struct.foostruct, float }
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-unused-local-typedef.cpp | 52 typedef struct {} foostruct; // expected-warning {{unused typedef 'foostruct'}} in f() typedef
|