Searched refs:copy_if (Results 1 - 22 of 22) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dcopy_if.pass.cpp16 // copy_if(InIter first, InIter last, OutIter result, Pred pred);
38 OutIter r = std::copy_if(InIter(ia), InIter(ia+N), OutIter(ib), Pred());
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dcopy_if.pass.cpp16 // copy_if(InIter first, InIter last, OutIter result, Pred pred);
38 OutIter r = std::copy_if(InIter(ia), InIter(ia+N), OutIter(ib), Pred());
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DSTLExtras.h846 /// 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);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
H A DSTLExtras.h858 /// 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);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
H A DSTLExtras.h858 /// 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);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
H A DSTLExtras.h860 /// 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);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
H A DSTLExtras.h860 /// 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);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
H A DSTLExtras.h860 /// 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);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
H A DSTLExtras.h860 /// 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);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DSTLExtras.h846 /// 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);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
H A DSTLExtras.h858 /// 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);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
H A DSTLExtras.h858 /// 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);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
H A DSTLExtras.h860 /// 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);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
H A DSTLExtras.h860 /// 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);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
H A DSTLExtras.h860 /// 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);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
H A DSTLExtras.h860 /// 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);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dalgorithmfwd.h53 copy_if (C++0x)
222 copy_if(_IIter, _IIter, _OIter, _Predicate);
H A Dstl_algo.h944 * copy_if() is stable, so the relative order of elements that are
950 copy_if(_InputIterator __first, _InputIterator __last, function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dalgorithmfwd.h53 copy_if (C++0x)
222 copy_if(_IIter, _IIter, _OIter, _Predicate);
H A Dstl_algo.h944 * copy_if() is stable, so the relative order of elements that are
950 copy_if(_InputIterator __first, _InputIterator __last, function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dalgorithmfwd.h53 copy_if (C++0x)
222 copy_if(_IIter, _IIter, _OIter, _Predicate);
H A Dstl_algo.h944 * copy_if() is stable, so the relative order of elements that are
950 copy_if(_InputIterator __first, _InputIterator __last, function

Completed in 219 milliseconds