Searched refs:doStuff2 (Results 1 – 2 of 2) sorted by relevance
13 void doStuff2(int g){} in doStuff2() function95 doStuff2(g); // expected-warning {{Function call argument is an uninitialized value}} in f_8()
133 public void doStuff2(ConsumerHandle pipe, DoStuff2Response callback) { in doStuff2() method in InterfacesTest.MockFactoryImpl