Home
last modified time | relevance | path

Searched refs:foostruct (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A D2002-02-13-UnnamedLocal.c12 } foostruct; typedef
14 int foo(foostruct ic);
17 foostruct xqic; in test()
/llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/
H A Dcombined-partial-overwrites.ll201 %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 Dmicromips-delay-slot-jr.ll34 %struct.foostruct = type { [3 x float] }
35 %struct.barstruct = type { %struct.foostruct, float }
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unused-local-typedef.cpp52 typedef struct {} foostruct; // expected-warning {{unused typedef 'foostruct'}} in f() typedef