Lines Matching refs:doStuff_pointerToConstInt
14 void doStuff_pointerToConstInt(const int *u){}; in doStuff_pointerToConstInt() function
27 …doStuff_pointerToConstInt(tp); // expected-warning {{Function call argument is a pointer to unini… in f_1()
35 …doStuff_pointerToConstInt(tp2); // expected-warning {{Function call argument is a pointer to unin… in f_1_1()
48 …doStuff_pointerToConstInt(tp); // expected-warning {{Function call argument is a pointer to uninit… in f_2()
54 doStuff_pointerToConstInt(&z); // no warning in f_3()
59 doStuff_pointerToConstInt(&x); // no warning in f_4()
65 …doStuff_pointerToConstInt(tp); // expected-warning {{Function call argument is a pointer to unini… in f_5()
71 …doStuff_pointerToConstInt(ta); // expected-warning {{Function call argument is a pointer to unini… in f_5_1()
78 doStuff_pointerToConstInt(tp); // no-warning in f_6()
83 doStuff_pointerToConstInt(ta); // no-warning in f_6_1()
129 …doStuff_pointerToConstInt(ptr); // expected-warning {{Function call argument is a pointer to unini… in f_malloc_1()
141 doStuff_pointerToConstInt(ptr); // no warning in f_malloc_2()