Searched refs:test_struct (Results 1 – 10 of 10) sorted by relevance
4 %struct.test_struct = type { i32, i8, i64 }7 define void @foo(%struct.test_struct* noalias nocapture sret %agg.result, i32 %a) #0 {9 call void @bar(%struct.test_struct* sret %agg.result, i32 45) #213 declare void @bar(%struct.test_struct* sret, i32) #1
4 struct test_struct {}; struct5 typedef int test_struct::* test_struct_mdp;6 typedef int (test_struct::*test_struct_mfp)();47 typedef struct { int* a; test_struct x; double *b; } struct_with_empty;
61 struct test_struct { struct63 …test_struct *struct_ptr; // expected-error {{must use 'struct' tag to refer to type 'test_struct'}} argument
5 define double* @test_struct(%struct.foo* %f) {6 ; CHECK-LABEL: test_struct
101 struct test_struct { struct111 void func_struct(struct test_struct* x) in func_struct() argument
34 void test_struct(struct X x, struct Y y) { in test_struct() function
34 struct homogeneous_struct test_struct(struct homogeneous_struct arg) { in test_struct() function
321 double test_struct(StructWithVec* d) { in test_struct() function
45 define %struct.test* @test_struct(%struct.test* %v) gc "statepoint-example" {
1826 typedef struct test_struct { in TEST() struct