Searched defs:binaryPredicate (Results 1 – 1 of 1) sorted by relevance
66 bool binaryPredicate(T L, U R) { return false; } // NO-WARN: Distinct types in template. in binaryPredicate() function69 bool binaryPredicate(S *L, S *R) { return true; } in binaryPredicate() function