HomeSort by: relevance | last modified time | path
    Searched defs:none_of (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
glue_algorithm_impl.h 44 // [alg.none_of]
48 none_of(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) function in namespace:std
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
glue_algorithm_impl.h 44 // [alg.none_of]
48 none_of(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) function in namespace:std
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_algo.h 428 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
448 { return !std::none_of(__first, __last, __pred); }
495 return std::none_of(__first, __last, __pred);
505 * and @p none_of(mid, __last, __pred) are both true.
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_algo.h 473 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
493 { return !std::none_of(__first, __last, __pred); }
540 return std::none_of(__first, __last, __pred);
550 * and @p none_of(mid, __last, __pred) are both true.

Completed in 39 milliseconds