Searched refs:test_any_of (Results 1 – 1 of 1) sorted by relevance
/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/ |
H A D | any_of.pass.cpp | 30 struct test_any_of struct 56 invoke_on_all_policies(test_any_of(), in.begin(), in.end(), is_equal_to<T>(spike), false); in test() argument 57 invoke_on_all_policies(test_any_of(), in.cbegin(), in.cend(), is_equal_to<T>(spike), false); in test() 63 … invoke_on_all_policies(test_any_of(), in.begin(), in.end(), is_equal_to<T>(spike), true); in test() 64 … invoke_on_all_policies(test_any_of(), in.cbegin(), in.cend(), is_equal_to<T>(spike), true); in test() 69 … invoke_on_all_policies(test_any_of(), in.begin(), in.end(), is_equal_to<T>(spike), true); in test() 70 … invoke_on_all_policies(test_any_of(), in.cbegin(), in.cend(), is_equal_to<T>(spike), true); in test()
|