Searched refs:doStuff_arrayOfConstInt (Results 1 – 1 of 1) sorted by relevance
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()