Searched refs:doStuff_pointerToConstInt (Results 1 – 3 of 3) sorted by relevance
14 void doStuff_pointerToConstInt(const int *u){}; in doStuff_pointerToConstInt() function27 …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()[all …]
20 void doStuff_pointerToConstInt(const int *u){}; in doStuff_pointerToConstInt() function33 …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()[all …]
13 void doStuff_pointerToConstInt(const int *u){}; in doStuff_pointerToConstInt() function17 …doStuff_pointerToConstInt(p); // expected-warning{{1st function call argument is a pointer to unin… in pointee_uninit()