Home
last modified time | relevance | path

Searched refs:_Function (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dfor_each.h21 template <class _InputIterator, class _Function>
22 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_AFTER_CXX17 _Function for_each(_InputIterator __… in for_each()
24 _Function __f) { in for_each()
H A Dfor_each_n.h24 template <class _InputIterator, class _Size, class _Function>
27_Function __f) { in for_each_n()
/llvm-project-15.0.7/pstl/include/pstl/internal/
H A Dalgorithm_fwd.h54 template <class _ForwardIterator, class _Function>
58 template <class _RandomAccessIterator, class _Function>
83 template <class _ForwardIterator, class _Size, class _Function>
134 class _Function>
137 _RandomAccessIterator2, _Function);
140 class _Function>
145 class _RandomAccessIterator2, class _Function>
148 _Function);
188 class _Function>
191 _Function) noexcept;
[all …]
H A Dalgorithm_impl.h94 template <class _ForwardIterator, class _Function>
101 template <class _RandomAccessIterator, class _Function>
185 _Function __f) in __pattern_walk1_n()
234 _Function __f, in __brick_walk2()
267 class _Function>
286 class _Function>
289 _Function __f) noexcept in __pattern_walk2_n()
295 class _RandomAccessIterator2, class _Function>
383 class _Function>
392 class _RandomAccessIterator3, class _Function>
[all …]
H A Dunseq_backend_simd.h31 template <class _Iterator, class _DifferenceType, class _Function>
33 __simd_walk_1(_Iterator __first, _DifferenceType __n, _Function __f) noexcept in __simd_walk_1()
42 template <class _Iterator1, class _DifferenceType, class _Iterator2, class _Function>
44 __simd_walk_2(_Iterator1 __first1, _DifferenceType __n, _Iterator2 __first2, _Function __f) noexcept in __simd_walk_2()
52 …late <class _Iterator1, class _DifferenceType, class _Iterator2, class _Iterator3, class _Function>
55 _Function __f) noexcept in __simd_walk_3()
H A Dglue_algorithm_defs.h44 template <class _ExecutionPolicy, class _ForwardIterator, class _Function>
46 for_each(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Function __…
48 template <class _ExecutionPolicy, class _ForwardIterator, class _Size, class _Function>
50 for_each_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n, _Function __f);
H A Dglue_algorithm_impl.h61 template <class _ExecutionPolicy, class _ForwardIterator, class _Function>
63 for_each(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Function __… in for_each()
70 template <class _ExecutionPolicy, class _ForwardIterator, class _Size, class _Function>
72 for_each_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n, _Function __f) in for_each_n()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dreserved-identifier.cpp29 void _Function() {} in _Function() function