Searched refs:doStuff3 (Results 1 – 2 of 2) sorted by relevance
18 void doStuff3(int& g);123 doStuff3(g); // no warning in f3()
18 void doStuff3(const int y){} in doStuff3() function99 doStuff3(y); in f_7()