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

  /external/mesa3d/src/gallium/state_trackers/clover/util/
algorithm.hpp 173 all_of(F &&f, Rs &&... rs) { function in namespace:clover
  /external/llvm/include/llvm/ADT/
STLExtras.h 20 #include <algorithm> // for std::all_of
370 /// Provide wrappers to std::all_of which take ranges instead of having to pass
373 bool all_of(R &&Range, UnaryPredicate &&P) { function in namespace:llvm
374 return std::all_of(Range.begin(), Range.end(),
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
STLExtras.h 20 #include <algorithm> // for std::all_of
351 bool all_of(R &&range, UnaryPredicate P);
387 return all_of(std::initializer_list<bool>{std::get<Ns>(this->iterators) !=
587 /// Provide wrappers to std::all_of which take ranges instead of having to pass
590 bool all_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
591 return std::all_of(std::begin(Range), std::end(Range), P);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 20 #include <algorithm> // for std::all_of
357 bool all_of(R &&range, UnaryPredicate P);
447 return all_of(std::initializer_list<bool>{std::get<Ns>(this->iterators) !=
799 /// Provide wrappers to std::all_of which take ranges instead of having to pass
802 bool all_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
803 return std::all_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 20 #include <algorithm> // for std::all_of
357 bool all_of(R &&range, UnaryPredicate P);
447 return all_of(std::initializer_list<bool>{std::get<Ns>(this->iterators) !=
799 /// Provide wrappers to std::all_of which take ranges instead of having to pass
802 bool all_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
803 return std::all_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 20 #include <algorithm> // for std::all_of
357 bool all_of(R &&range, UnaryPredicate P);
447 return all_of(std::initializer_list<bool>{std::get<Ns>(this->iterators) !=
799 /// Provide wrappers to std::all_of which take ranges instead of having to pass
802 bool all_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
803 return std::all_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 20 #include <algorithm> // for std::all_of
357 bool all_of(R &&range, UnaryPredicate P);
447 return all_of(std::initializer_list<bool>{std::get<Ns>(this->iterators) !=
799 /// Provide wrappers to std::all_of which take ranges instead of having to pass
802 bool all_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
803 return std::all_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 20 #include <algorithm> // for std::all_of
357 bool all_of(R &&range, UnaryPredicate P);
447 return all_of(std::initializer_list<bool>{std::get<Ns>(this->iterators) !=
799 /// Provide wrappers to std::all_of which take ranges instead of having to pass
802 bool all_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
803 return std::all_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 20 #include <algorithm> // for std::all_of
357 bool all_of(R &&range, UnaryPredicate P);
447 return all_of(std::initializer_list<bool>{std::get<Ns>(this->iterators) !=
799 /// Provide wrappers to std::all_of which take ranges instead of having to pass
802 bool all_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
803 return std::all_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 20 #include <algorithm> // for std::all_of
357 bool all_of(R &&range, UnaryPredicate P);
447 return all_of(std::initializer_list<bool>{std::get<Ns>(this->iterators) !=
799 /// Provide wrappers to std::all_of which take ranges instead of having to pass
802 bool all_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
803 return std::all_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 20 #include <algorithm> // for std::all_of
357 bool all_of(R &&range, UnaryPredicate P);
447 return all_of(std::initializer_list<bool>{std::get<Ns>(this->iterators) !=
799 /// Provide wrappers to std::all_of which take ranges instead of having to pass
802 bool all_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
803 return std::all_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 729 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
815 * @return An iterator @p mid such that @p all_of(__first, mid, __pred)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 729 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
815 * @return An iterator @p mid such that @p all_of(__first, mid, __pred)
    [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 729 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
815 * @return An iterator @p mid such that @p all_of(__first, mid, __pred)
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 542 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
629 * @return An iterator @p mid such that @p all_of(__first, mid, __pred)
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 542 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
629 * @return An iterator @p mid such that @p all_of(__first, mid, __pred)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 542 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
629 * @return An iterator @p mid such that @p all_of(__first, mid, __pred)
    [all...]

Completed in 706 milliseconds