Lines Matching full:void
11 void f();
13 void test3(){
14 1 ? f() : (void)0;
17 void test4() {
22 void test5() {
24 void* vp;
28 void test6();
29 void test7(int);
30 void* test8() {return 1 ? test6 : test7;}
33 void _efree(void *ptr);
35 void _php_stream_free3() {
39 void _php_stream_free4() {
45 void* test9spare();
46 void test9(struct test9 *p) {
71 int f2(void);
72 void test13() {
73 f2() ? (void)0 : (void)0;