Lines Matching defs:q
17 void test1(struct foo *p, struct foo *q) { in test1()
23 void test2(volatile int *p, volatile int *q) { in test2()
29 void test3(struct foo *p, struct foo *q) { in test3()
35 void test4(volatile struct foo *p, volatile struct foo *q) { in test4()
41 void test5(volatile struct foo *p, volatile struct foo *q) { in test5()
47 void test6(struct bar *p, struct bar *q) { in test6()
53 void test7(volatile struct bar *p, volatile struct bar *q) { in test7()
59 void test8(volatile double *p, volatile double *q) { in test8()
65 void test9(volatile baz *p, baz *q) { in test9()
71 void test10(volatile long long *p, volatile long long *q) { in test10()
77 void test11(volatile float *p, volatile float *q) { in test11()