Searched refs:for_each (Results 1 - 21 of 21) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcall1.C10 for_each(const Field& p, IsCompressed, C) function
15 template bool for_each<int>(const Field& p, IsCompressed, int);
H A Dcall2.C9 for_each(const Field& p, IsCompressed, C) function
14 template bool for_each<int>(const Field& p, IsCompressed, int);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dinline-3.C23 std::for_each (argv, argv + argc, inline_me);
24 std::for_each (argv, argv + argc, inline_me_too);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Dinline-3.C23 std::for_each (argv, argv + argc, inline_me);
24 std::for_each (argv, argv + argc, inline_me_too);
H A Dpr63587-2.C83 for_each (F f) function in namespace:boost
116 for_each<int, make_identity> (
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/for_each/requirements/explicit_instantiation/
H A D2.cc35 template function_type for_each(iterator_type, iterator_type,
H A Dpod.cc34 template function_type for_each(iterator_type, iterator_type,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/function_objects/binders/
H A D3113.cc23 #include <algorithm> // for_each
38 std::for_each(coll.begin(), coll.end(),
41 std::for_each(coll.begin(), coll.end(),
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dpr29610.C22 int for_each(vector&, SliceWindowFunc);
25 inline int Painter::for_each(vector &layout, SliceWindowFunc func) function in class:Painter
36 for_each(*g(t2(2)), &Painter::redraw_window);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-this14.C5 void for_each(const Iterator first, const Iterator last, Func func) function
40 for_each(arr, arr + 3, [&](helper<foo>::type i) {
41 for_each(arr, arr + 3, [&](helper<decltype(foo_)>::type j) { });
H A Dlambda-pass.C21 std::for_each(A, A+4, [&sum] (int n) -> void { sum += n; });
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/for_each/
H A D1.cc58 Function f_res = std::for_each(con.begin(), con.end(), std::move(f));
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dalgo.h38 using __STD::for_each;
H A Dstl_algo.h79 // for_each. Apply a function to every element of a range.
81 _Function for_each(_InputIter __first, _InputIter __last, _Function __f) { function
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dalgorithmfwd.h211 for_each(_IIter, _IIter, _Function);
215 for_each(_IIter, _IIter, _Function, __gnu_parallel::sequential_tag);
219 for_each(_Iterator, _Iterator, _Function, __gnu_parallel::_Parallelism);
H A Dalgo.h51 #include <parallel/for_each.h>
68 for_each(_IIter __begin, _IIter __end, _Function __f, function in namespace:__parallel
70 { return _GLIBCXX_STD_A::for_each(__begin, __end, __f); }
78 { return for_each(__begin, __end, __f, __gnu_parallel::sequential_tag()); }
102 return for_each(__begin, __end, __f, __gnu_parallel::sequential_tag());
108 for_each(_Iterator __begin, _Iterator __end, _Function __f, function in namespace:__parallel
119 for_each(_Iterator __begin, _Iterator __end, _Function __f) function in namespace:__parallel
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc27 for_each(_IIter, _IIter, _Funct);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h66 for_each
267 // for_each
656 for_each(_IIter, _IIter, _Funct);
H A Dstl_algo.h193 // for_each
3761 for_each(_InputIterator __first, _InputIterator __last, _Function __f) function
/haiku-buildtools/gcc/libstdc++-v3/include/
H A DMakefile.am798 ${parallel_srcdir}/for_each.h \
H A DMakefile.in1080 ${parallel_srcdir}/for_each.h \

Completed in 147 milliseconds