Searched defs:test_struct (Results 1 – 14 of 14) sorted by relevance
59 struct test_struct { struct77 struct test_struct mystruct = { 1, 2, 3, (void *)4 }; in main() argument
90 struct test_struct { struct91 int *oldfd;92 const char *oldfn;93 int *newfd;94 const char *newfn;95 int flags;96 const char *referencefn1;97 const char *referencefn2;98 int expected_errno;
63 static struct test_struct { struct84 static void linkat_verify(const struct test_struct *); argument
70 struct test_struct { struct71 const char *oldfn;72 int *newfd;73 const char *newfn;74 const char *referencefn1;75 const char *referencefn2;76 int expected_errno;
94 Struct2Ptr test_struct(Struct2::New()); in TEST_F() local108 Struct3Ptr test_struct(Struct3::New()); in TEST_F() local121 Struct4Ptr test_struct(Struct4::New()); in TEST_F() local140 Struct5Ptr test_struct(Struct5::New()); in TEST_F() local
379 static struct test_struct { struct380 void (*do_setup) (void);381 void (*do_test) (void);382 void (*do_cleanup) (void);383 const char *name;384 const char *policy;
61 struct test_struct { struct63 …test_struct *struct_ptr; // expected-error {{must use 'struct' tag to refer to type 'test_struct'}} argument
16 def test_struct(self): member in TestCase
34 def test_struct(self): member in PickleTest
73 struct S test_struct(char *fmt, ...) { in test_struct() function
321 double test_struct(StructWithVec* d) { in test_struct() function
34 struct homogeneous_struct test_struct(struct homogeneous_struct arg) { in test_struct() function
34 void test_struct(struct X x, struct Y y) { in test_struct() function
4 struct test_struct {}; struct