Home | History | Annotate | Download | only in tests

Lines Matching full:void

19     void (^b)(void) = ^{ var++; };
44 void (*byref_keep)(struct byref_id *dst, struct byref_id *src);
45 void (*byref_destroy)(struct byref_id *);
49 void *isa;
52 void (*Block_invoke)(void *);
53 void (*Block_copy)(void *dst, void *src);
54 void (*Block_dispose)(void *);
58 void sanity(void *arg) {