Lines Matching refs:ap
41 va_list ap; in test1va() local
42 va_start(ap, x); in test1va()
43 y = va_arg (ap, struct test1); in test1va()
44 va_end(ap); in test1va()
60 va_list ap; in test2va() local
61 va_start(ap, x); in test2va()
62 y = va_arg (ap, struct test2); in test2va()
63 va_end(ap); in test2va()
79 va_list ap; in test3va() local
80 va_start(ap, x); in test3va()
81 y = va_arg (ap, struct test3); in test3va()
82 va_end(ap); in test3va()
94 va_list ap; in test4va() local
95 va_start(ap, x); in test4va()
96 y = va_arg (ap, struct test4); in test4va()
97 va_end(ap); in test4va()
110 va_list ap; in testva_longdouble() local
111 va_start(ap, x); in testva_longdouble()
112 y = va_arg (ap, struct test_longdouble); in testva_longdouble()
113 va_end(ap); in testva_longdouble()
130 va_list ap; in testva_vector() local
131 va_start(ap, x); in testva_vector()
132 y = va_arg (ap, struct test_vector); in testva_vector()
133 va_end(ap); in testva_vector()