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

  /external/mesa3d/src/gallium/state_trackers/clover/util/
algorithm.hpp 188 any_of(F &&f, Rs &&... rs) { function in namespace:clover
  /external/llvm/include/llvm/ADT/
STLExtras.h 378 /// Provide wrappers to std::any_of which take ranges instead of having to pass
381 bool any_of(R &&Range, UnaryPredicate &&P) { function in namespace:llvm
382 return std::any_of(Range.begin(), Range.end(),
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
STLExtras.h 594 /// Provide wrappers to std::any_of which take ranges instead of having to pass
597 bool any_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
598 return std::any_of(std::begin(Range), std::end(Range), P);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 806 /// Provide wrappers to std::any_of which take ranges instead of having to pass
809 bool any_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
810 return std::any_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
STLExtras.h 818 /// Provide wrappers to std::any_of which take ranges instead of having to pass
821 bool any_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
822 return std::any_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
STLExtras.h 818 /// Provide wrappers to std::any_of which take ranges instead of having to pass
821 bool any_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
822 return std::any_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
STLExtras.h 820 /// Provide wrappers to std::any_of which take ranges instead of having to pass
823 bool any_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
824 return std::any_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
STLExtras.h 820 /// Provide wrappers to std::any_of which take ranges instead of having to pass
823 bool any_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
824 return std::any_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
STLExtras.h 820 /// Provide wrappers to std::any_of which take ranges instead of having to pass
823 bool any_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
824 return std::any_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
STLExtras.h 820 /// Provide wrappers to std::any_of which take ranges instead of having to pass
823 bool any_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
824 return std::any_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 806 /// Provide wrappers to std::any_of which take ranges instead of having to pass
809 bool any_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
810 return std::any_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
STLExtras.h 818 /// Provide wrappers to std::any_of which take ranges instead of having to pass
821 bool any_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
822 return std::any_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
STLExtras.h 818 /// Provide wrappers to std::any_of which take ranges instead of having to pass
821 bool any_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
822 return std::any_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
STLExtras.h 820 /// Provide wrappers to std::any_of which take ranges instead of having to pass
823 bool any_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
824 return std::any_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
STLExtras.h 820 /// Provide wrappers to std::any_of which take ranges instead of having to pass
823 bool any_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
824 return std::any_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
STLExtras.h 820 /// Provide wrappers to std::any_of which take ranges instead of having to pass
823 bool any_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
824 return std::any_of(std::begin(Range), std::end(Range), P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
STLExtras.h 820 /// Provide wrappers to std::any_of which take ranges instead of having to pass
823 bool any_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
824 return std::any_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 764 any_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
    [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 764 any_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
    [all...]

Completed in 1611 milliseconds