HomeSort by relevance Sort by last modified time
    Searched defs:none_of (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/ADT/
STLExtras.h 386 /// Provide wrappers to std::none_of which take ranges instead of having to pass
389 bool none_of(R &&Range, UnaryPredicate &&P) { function in namespace:llvm
390 return std::none_of(Range.begin(), Range.end(),
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
STLExtras.h 601 /// Provide wrappers to std::none_of which take ranges instead of having to pass
604 bool none_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
605 return std::none_of(std::begin(Range), std::end(Range), P);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 813 /// Provide wrappers to std::none_of which take ranges instead of having to pass
816 bool none_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
817 return std::none_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
STLExtras.h 825 /// Provide wrappers to std::none_of which take ranges instead of having to pass
828 bool none_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
829 return std::none_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
STLExtras.h 825 /// Provide wrappers to std::none_of which take ranges instead of having to pass
828 bool none_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
829 return std::none_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
STLExtras.h 827 /// Provide wrappers to std::none_of which take ranges instead of having to pass
830 bool none_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
831 return std::none_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
STLExtras.h 827 /// Provide wrappers to std::none_of which take ranges instead of having to pass
830 bool none_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
831 return std::none_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
STLExtras.h 827 /// Provide wrappers to std::none_of which take ranges instead of having to pass
830 bool none_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
831 return std::none_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
STLExtras.h 827 /// Provide wrappers to std::none_of which take ranges instead of having to pass
830 bool none_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
831 return std::none_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 813 /// Provide wrappers to std::none_of which take ranges instead of having to pass
816 bool none_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
817 return std::none_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
STLExtras.h 825 /// Provide wrappers to std::none_of which take ranges instead of having to pass
828 bool none_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
829 return std::none_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
STLExtras.h 825 /// Provide wrappers to std::none_of which take ranges instead of having to pass
828 bool none_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
829 return std::none_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
STLExtras.h 827 /// Provide wrappers to std::none_of which take ranges instead of having to pass
830 bool none_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
831 return std::none_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
STLExtras.h 827 /// Provide wrappers to std::none_of which take ranges instead of having to pass
830 bool none_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
831 return std::none_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
STLExtras.h 827 /// Provide wrappers to std::none_of which take ranges instead of having to pass
830 bool none_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
831 return std::none_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
STLExtras.h 827 /// Provide wrappers to std::none_of which take ranges instead of having to pass
830 bool none_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
831 return std::none_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 746 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
765 { return !std::none_of(__first, __last, __pred); }
806 return std::none_of(__first, __last, __pred);
816 * and @p none_of(mid, __last, __pred) are both true.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 746 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
765 { return !std::none_of(__first, __last, __pred); }
806 return std::none_of(__first, __last, __pred);
816 * and @p none_of(mid, __last, __pred) are both true.
    [all...]

Completed in 493 milliseconds