Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dredundant-expression.cpp126 int TestConditional(int x, int y) { in TestConditional() function
150 k += (y < 0) ? sizeof(TestConditional(k,y)) : sizeof(TestConditional(k,y)); in TestConditional()
153 k += (y < 0) ? sizeof(TestConditional(k,y)) : sizeof(Valid(k,y)); in TestConditional()