Home
last modified time | relevance | path

Searched refs:doStuff3 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Analysis/
Duninit-const.cpp8 void doStuff3(int& g);
111 doStuff3(g); // no warning in f3()
Duninit-const.c12 void doStuff3(const int y){} in doStuff3() function
90 doStuff3(y); in f_7()