Searched refs:none_of (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/none_of/requirements/explicit_instantiation/
H A D2.cc36 template bool none_of(iterator_type, iterator_type, predicate_type);
H A Dpod.cc35 template bool none_of(iterator_type, iterator_type, predicate_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/none_of/
H A Dcheck_type.cc44 { return std::none_of(begin, end, pred_function); }
49 { return std::none_of(begin, end, pred_obj()); }
H A D1.cc42 VERIFY( std::none_of(con.begin(), con.end(), predicate) );
51 VERIFY( std::none_of(con.begin(), con.end(), predicate) );
60 VERIFY( !std::none_of(con.begin(), con.end(), predicate) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/partition_point/
H A D1.cc47 VERIFY( std::none_of(mid, con.end(), predicate) );
61 VERIFY( std::none_of(mid, con.end(), predicate) );
75 VERIFY( std::none_of(mid, con.end(), predicate) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc48 none_of(_IIter, _IIter, _Predicate);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h89 none_of (C++0x)
444 none_of(_IIter, _IIter, _Predicate);
H A Dstl_algo.h525 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
544 { return !std::none_of(__first, __last, __pred); }
586 return std::none_of(__first, __last, __pred);
596 * and @p none_of(mid, __last, __pred) are both true.

Completed in 127 milliseconds