Searched defs:test_struct (Results 1 – 7 of 7) sorted by relevance
61 struct test_struct { struct63 …test_struct *struct_ptr; // expected-error {{must use 'struct' tag to refer to type 'test_struct'}} argument
7 static char test_string[16], test_struct[12]; variable
15 static char test_string[16], test_struct[12]; variable
34 void test_struct(struct X x, struct Y y) { in test_struct() function
4 struct test_struct {}; struct
257 double test_struct(StructWithVec* d) { in test_struct() function
34 struct homogeneous_struct test_struct(struct homogeneous_struct arg) { in test_struct() function