Lines Matching refs:ap
62 va_list ap; in test1va() local
63 va_start(ap, x); in test1va()
64 y = va_arg (ap, struct test1); in test1va()
65 va_end(ap); in test1va()
84 va_list ap; in test2va() local
85 va_start(ap, x); in test2va()
86 y = va_arg (ap, struct test2); in test2va()
87 va_end(ap); in test2va()
106 va_list ap; in test3va() local
107 va_start(ap, x); in test3va()
108 y = va_arg (ap, struct test3); in test3va()
109 va_end(ap); in test3va()
124 va_list ap; in test4va() local
125 va_start(ap, x); in test4va()
126 y = va_arg (ap, struct test4); in test4va()
127 va_end(ap); in test4va()
143 va_list ap; in testva_longdouble() local
144 va_start(ap, x); in testva_longdouble()
145 y = va_arg (ap, struct test_longdouble); in testva_longdouble()
146 va_end(ap); in testva_longdouble()
166 va_list ap; in testva_vector() local
167 va_start(ap, x); in testva_vector()
168 y = va_arg (ap, struct test_vector); in testva_vector()
169 va_end(ap); in testva_vector()