Searched defs:FalsePredicate (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/ |
| H A D | ranges_replace_copy_if.pass.cpp | 40 struct FalsePredicate { struct 47 …orward<Iter>(first), std::forward<Sent>(last), std::forward<OutIter>(result), FalsePredicate{}, 0); argument
|
| H A D | ranges.replace_if.pass.cpp | 33 struct FalsePredicate { struct 38 …eIt = requires(Iter iter, Sent sent) { std::ranges::replace_if(iter, sent, FalsePredicate{}, 0); }; argument
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ |
| H A D | ranges.remove_if.pass.cpp | 32 struct FalsePredicate { struct 37 …eIfIt = requires(Iter first, Sent last) { std::ranges::remove_if(first, last, FalsePredicate{}); }; argument
|