Home
last modified time | relevance | path

Searched defs:badButIgnoredFunc (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dassert-side-effect.cpp4 bool badButIgnoredFunc(int a, int b) { return a * b > 0; } in badButIgnoredFunc() function
9 bool badButIgnoredFunc(int a, int b) { return a * b > 0; } in badButIgnoredFunc() function in MyClass
23 bool badButIgnoredFunc(int a, int b) { return a * b > 0; } in badButIgnoredFunc() function in SomeoneElseClass