Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-len2.cpp66 bool binaryPredicate(T L, U R) { return false; } // NO-WARN: Distinct types in template. in binaryPredicate() function
69 bool binaryPredicate(S *L, S *R) { return true; } in binaryPredicate() function