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