HomeSort by relevance Sort by last modified time
    Searched defs:none_of (Results 1 - 16 of 16) 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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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/gcc/linux-x86/host/x86_64-linux-glibc2.11-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-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...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 559 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
578 { return !std::none_of(__first, __last, __pred); }
620 return std::none_of(__first, __last, __pred);
630 * and @p none_of(mid, __last, __pred) are both true.
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 559 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
578 { return !std::none_of(__first, __last, __pred); }
620 return std::none_of(__first, __last, __pred);
630 * and @p none_of(mid, __last, __pred) are both true.
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 559 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
578 { return !std::none_of(__first, __last, __pred); }
620 return std::none_of(__first, __last, __pred);
630 * and @p none_of(mid, __last, __pred) are both true.
    [all...]

Completed in 657 milliseconds