Searched refs:doStuff_arrayOfConstInt (Results 1 – 2 of 2) sorted by relevance
15 void doStuff_arrayOfConstInt(const int a[]){}; in doStuff_arrayOfConstInt() function102 …doStuff_arrayOfConstInt(ptau); // expected-warning {{Function call argument is a pointer to uni… in f_9()108 …doStuff_arrayOfConstInt(a); // expected-warning {{Function call argument is a pointer to uninit… in f_10()
21 void doStuff_arrayOfConstInt(const int a[]){}; in doStuff_arrayOfConstInt() function111 …doStuff_arrayOfConstInt(ptau); // expected-warning {{1st function call argument is a pointer to… in f_9()117 …doStuff_arrayOfConstInt(a); // expected-warning {{1st function call argument is a pointer to un… in f_10()