Searched refs:predicate_type (Results 1 - 25 of 46) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/all_of/requirements/explicit_instantiation/
H A D2.cc34 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
36 template bool all_of(iterator_type, iterator_type, predicate_type);
H A Dpod.cc33 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
35 template bool all_of(iterator_type, iterator_type, predicate_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/any_of/requirements/explicit_instantiation/
H A D2.cc34 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
36 template bool any_of(iterator_type, iterator_type, predicate_type);
H A Dpod.cc33 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
35 template bool any_of(iterator_type, iterator_type, predicate_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/copy_if/requirements/explicit_instantiation/
H A Dpod.cc33 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
36 iterator_type, predicate_type);
H A D2.cc34 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
37 iterator_type, predicate_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/find_if/requirements/explicit_instantiation/
H A Dpod.cc32 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
34 template iterator_type find_if(iterator_type, iterator_type, predicate_type);
H A D2.cc33 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
35 template iterator_type find_if(iterator_type, iterator_type, predicate_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/find_if_not/requirements/explicit_instantiation/
H A D2.cc34 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
36 template iterator_type find_if_not(iterator_type, iterator_type, predicate_type);
H A Dpod.cc33 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
35 template iterator_type find_if_not(iterator_type, iterator_type, predicate_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/partition/requirements/explicit_instantiation/
H A D2.cc33 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
36 predicate_type);
H A Dpod.cc32 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
35 predicate_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/partition_point/requirements/explicit_instantiation/
H A D2.cc34 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
36 template iterator_type partition_point(iterator_type, iterator_type, predicate_type);
H A Dpod.cc33 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
35 template iterator_type partition_point(iterator_type, iterator_type, predicate_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/remove_if/requirements/explicit_instantiation/
H A D2.cc33 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
36 predicate_type);
H A Dpod.cc32 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
35 predicate_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/remove_copy_if/requirements/explicit_instantiation/
H A Dpod.cc32 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
35 iterator_type, predicate_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/replace_if/requirements/explicit_instantiation/
H A D2.cc33 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
35 template void replace_if(iterator_type, iterator_type, predicate_type,
H A Dpod.cc32 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
34 template void replace_if(iterator_type, iterator_type, predicate_type,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/is_partitioned/requirements/explicit_instantiation/
H A D2.cc34 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
36 template bool is_partitioned(iterator_type, iterator_type, predicate_type);
H A Dpod.cc33 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
35 template bool is_partitioned(iterator_type, iterator_type, predicate_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/none_of/requirements/explicit_instantiation/
H A D2.cc34 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
36 template bool none_of(iterator_type, iterator_type, predicate_type);
H A Dpod.cc33 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
35 template bool none_of(iterator_type, iterator_type, predicate_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/stable_partition/requirements/explicit_instantiation/
H A D2.cc33 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
35 template iterator_type stable_partition(iterator_type, iterator_type, predicate_type);
H A Dpod.cc32 typedef std::pointer_to_unary_function<value_type, bool> predicate_type; typedef in namespace:std
34 template iterator_type stable_partition(iterator_type, iterator_type, predicate_type);

Completed in 138 milliseconds

12