Lines Matching +defs:u +defs:a
14 void doStuff_pointerToConstInt(const int *u){}; in doStuff_pointerToConstInt()
15 void doStuff_arrayOfConstInt(const int a[]){}; in doStuff_arrayOfConstInt()
17 void doStuff_constPointerToConstInt (int const * const u){}; in doStuff_constPointerToConstInt()
18 void doStuff_constPointerToConstPointerToConstInt(int const * const * const u){}; in doStuff_constPointerToConstPointerToConstInt()
19 void doStuff_pointerToConstPointerToConstInt(int const * const * u){}; in doStuff_pointerToConstPointerToConstInt()
20 void doStuff_pointerToPointerToConstInt (int const **u){}; in doStuff_pointerToPointerToConstInt()
22 void doStuff_variadic(const int *u, ...){}; in doStuff_variadic()
100 int a[6]; in f_9() local
107 int a[6]; // expected-note {{'a' initialized here}} in f_10() local
183 int u=3; in f_variadic_inp_inp() local
192 int u=3; in f_variadic_unp_inp() local
202 int u; in f_variadic_inp_unp() local
211 int u; in f_variadic_unp_unp() local