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

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 846 /// Provide wrappers to std::copy_if which take ranges instead of having to
849 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) { function in namespace:llvm
850 return std::copy_if(std::begin(Range), std::end(Range), Out, P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
STLExtras.h 858 /// Provide wrappers to std::copy_if which take ranges instead of having to
861 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) { function in namespace:llvm
862 return std::copy_if(std::begin(Range), std::end(Range), Out, P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
STLExtras.h 858 /// Provide wrappers to std::copy_if which take ranges instead of having to
861 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) { function in namespace:llvm
862 return std::copy_if(std::begin(Range), std::end(Range), Out, P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
STLExtras.h 860 /// Provide wrappers to std::copy_if which take ranges instead of having to
863 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) { function in namespace:llvm
864 return std::copy_if(std::begin(Range), std::end(Range), Out, P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
STLExtras.h 860 /// Provide wrappers to std::copy_if which take ranges instead of having to
863 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) { function in namespace:llvm
864 return std::copy_if(std::begin(Range), std::end(Range), Out, P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
STLExtras.h 860 /// Provide wrappers to std::copy_if which take ranges instead of having to
863 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) { function in namespace:llvm
864 return std::copy_if(std::begin(Range), std::end(Range), Out, P);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
STLExtras.h 860 /// Provide wrappers to std::copy_if which take ranges instead of having to
863 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) { function in namespace:llvm
864 return std::copy_if(std::begin(Range), std::end(Range), Out, P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 846 /// Provide wrappers to std::copy_if which take ranges instead of having to
849 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) { function in namespace:llvm
850 return std::copy_if(std::begin(Range), std::end(Range), Out, P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
STLExtras.h 858 /// Provide wrappers to std::copy_if which take ranges instead of having to
861 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) { function in namespace:llvm
862 return std::copy_if(std::begin(Range), std::end(Range), Out, P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
STLExtras.h 858 /// Provide wrappers to std::copy_if which take ranges instead of having to
861 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) { function in namespace:llvm
862 return std::copy_if(std::begin(Range), std::end(Range), Out, P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
STLExtras.h 860 /// Provide wrappers to std::copy_if which take ranges instead of having to
863 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) { function in namespace:llvm
864 return std::copy_if(std::begin(Range), std::end(Range), Out, P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
STLExtras.h 860 /// Provide wrappers to std::copy_if which take ranges instead of having to
863 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) { function in namespace:llvm
864 return std::copy_if(std::begin(Range), std::end(Range), Out, P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
STLExtras.h 860 /// Provide wrappers to std::copy_if which take ranges instead of having to
863 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) { function in namespace:llvm
864 return std::copy_if(std::begin(Range), std::end(Range), Out, P);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
STLExtras.h 860 /// Provide wrappers to std::copy_if which take ranges instead of having to
863 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) { function in namespace:llvm
864 return std::copy_if(std::begin(Range), std::end(Range), Out, 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 944 * copy_if() is stable, so the relative order of elements that are
950 copy_if(_InputIterator __first, _InputIterator __last, 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 944 * copy_if() is stable, so the relative order of elements that are
950 copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]

Completed in 960 milliseconds