Searched refs:ptau (Results 1 – 2 of 2) sorted by relevance
101 int const *ptau = a; // expected-note {{'ptau' initialized here}} in f_9() local102 …doStuff_arrayOfConstInt(ptau); // expected-warning {{Function call argument is a pointer to uni… in f_9()
110 int const *ptau = a; // expected-note {{'ptau' initialized here}} in f_9() local111 …doStuff_arrayOfConstInt(ptau); // expected-warning {{1st function call argument is a pointer to… in f_9()