Searched defs:badButIgnoredFunc (Results 1 – 1 of 1) sorted by relevance
4 bool badButIgnoredFunc(int a, int b) { return a * b > 0; } in badButIgnoredFunc() function9 bool badButIgnoredFunc(int a, int b) { return a * b > 0; } in badButIgnoredFunc() function in MyClass23 bool badButIgnoredFunc(int a, int b) { return a * b > 0; } in badButIgnoredFunc() function in SomeoneElseClass