Lines Matching refs:doStuff_pointerToConstInt
20 void doStuff_pointerToConstInt(const int *u){}; in doStuff_pointerToConstInt() function
33 …doStuff_pointerToConstInt(tp); // expected-warning {{1st function call argument is a pointer to u… in f_1()
41 …doStuff_pointerToConstInt(tp2); // expected-warning {{1st function call argument is a pointer to … in f_1_1()
57 …doStuff_pointerToConstInt(tp); // expected-warning {{1st function call argument is a pointer to un… in f_2()
63 doStuff_pointerToConstInt(&z); // no warning in f_3()
68 doStuff_pointerToConstInt(&x); // no warning in f_4()
74 …doStuff_pointerToConstInt(tp); // expected-warning {{1st function call argument is a pointer to u… in f_5()
80 …doStuff_pointerToConstInt(ta); // expected-warning {{1st function call argument is a pointer to u… in f_5_1()
87 doStuff_pointerToConstInt(tp); // no-warning in f_6()
92 doStuff_pointerToConstInt(ta); // no-warning in f_6_1()
164 …doStuff_pointerToConstInt(ptr); // expected-warning {{1st function call argument is a pointer to u… in f_malloc_1()
176 doStuff_pointerToConstInt(ptr); // no warning in f_malloc_2()