| /llvm-project-15.0.7/pstl/include/pstl/internal/ |
| H A D | glue_algorithm_impl.h | 35 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first); in any_of() 65 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first); in for_each() 74 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first); in for_each_n() 86 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first); in find_if() 103 return std::find_if(std::forward<_ExecutionPolicy>(__exec), __first, __last, in find() 154 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first); in adjacent_find() 165 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first); in adjacent_find() 180 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first); in count() 192 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first); in count_if() 360 std::replace_if(std::forward<_ExecutionPolicy>(__exec), __first, __last, in replace() [all …]
|
| H A D | glue_algorithm_defs.h | 50 for_each_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n, _Function __f); 82 find_first_of(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, 87 find_first_of(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, 94 adjacent_find(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last); 153 swap_ranges(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, 208 generate_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size count, _Generator __g); 238 unique(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last); 289 partition_copy(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, 398 is_sorted(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last); 524 min_element(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last); [all …]
|
| H A D | glue_numeric_impl.h | 30 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in reduce() argument 39 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init) in reduce() argument 48 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last) in reduce() argument 62 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first1, __first2); in transform_reduce() 76 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first1, __first2); in transform_reduce() 87 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first); in transform_reduce() 99 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first, __result); in exclusive_scan() 112 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first, __result); in exclusive_scan() 159 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first, __result); in transform_exclusive_scan() 175 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first, __result); in transform_inclusive_scan() [all …]
|
| H A D | glue_memory_impl.h | 37 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first, __result); in uninitialized_copy() 163 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first); in uninitialized_fill() 191 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first); in uninitialized_fill_n() 200 __dispatch_tag, std::forward<_ExecutionPolicy>(__exec), __first, __n, in uninitialized_fill_n() 221 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first); in destroy() 234 destroy_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n) in destroy_n() argument 239 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first); in destroy_n() 260 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first); in uninitialized_default_construct() 278 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first); in uninitialized_default_construct_n() 299 auto __dispatch_tag = __pstl::__internal::__select_backend(__exec, __first); in uninitialized_value_construct() [all …]
|
| H A D | glue_memory_defs.h | 25 uninitialized_copy(_ExecutionPolicy&& __exec, _InputIterator __first, _InputIterator __last, _Forwa… 29 uninitialized_copy_n(_ExecutionPolicy&& __exec, _InputIterator __first, _Size __n, _ForwardIterator… 39 uninitialized_move_n(_ExecutionPolicy&& __exec, _InputIterator __first, _Size __n, _ForwardIterator… 45 uninitialized_fill(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, co… 49 uninitialized_fill_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n, const _Tp& __v… 55 destroy(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last); 59 destroy_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n); 65 uninitialized_default_construct(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterat… 69 uninitialized_default_construct_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n); 75 uninitialized_value_construct(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator… [all …]
|
| H A D | glue_numeric_defs.h | 26 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, 31 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init); 36 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last); 40 transform_reduce(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, 46 transform_reduce(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, 59 exclusive_scan(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, 64 exclusive_scan(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, 71 inclusive_scan(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, 76 inclusive_scan(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, 81 inclusive_scan(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, [all …]
|
| H A D | algorithm_impl.h | 868 [&__exec, __first, __last, __count, &__value, __pred]() in __pattern_search_n() 1134 [&__exec, __n, __first, __result, __pred, &__mask_buf]() in __pattern_copy_if() 1418 [&__exec, __n, __first, __result, __pred, &__mask_buf]() in __pattern_unique_copy() 1657 [&__exec, __n, __m, __first, __middle, __last, &__buf]() in __pattern_rotate() 1682 [&__exec, __n, __m, __first, __middle, __last, &__buf]() in __pattern_rotate() 2528 [&__exec, __first, __last, &__value]() in __pattern_fill() 2690 __tag, std::forward<_ExecutionPolicy>(__exec), __first, __last, in __pattern_remove_if() 3026 __backend_tag{}, std::forward<_ExecutionPolicy>(__exec), in __parallel_set_union_op() 3047 __backend_tag{}, std::forward<_ExecutionPolicy>(__exec), in __parallel_set_union_op() 3067 __backend_tag{}, std::forward<_ExecutionPolicy>(__exec), in __parallel_set_union_op() [all …]
|
| H A D | parallel_impl.h | 33 __parallel_find(_BackendTag __tag, _ExecutionPolicy&& __exec, _Index __first, _Index __last, _Brick… in __parallel_find() argument 41 __par_backend::__parallel_for(__tag, std::forward<_ExecutionPolicy>(__exec), __first, __last, in __parallel_find() 70 __parallel_or(_BackendTag __tag, _ExecutionPolicy&& __exec, _Index __first, _Index __last, _Brick _… in __parallel_or() argument 73 __par_backend::__parallel_for(__tag, std::forward<_ExecutionPolicy>(__exec), __first, __last, in __parallel_or()
|
| H A D | numeric_impl.h | 71 __pattern_transform_reduce(__parallel_tag<_IsVector> __tag, _ExecutionPolicy&& __exec, _RandomAcces… in __pattern_transform_reduce() argument 81 __backend_tag{}, std::forward<_ExecutionPolicy>(__exec), __first1, __last1, in __pattern_transform_reduce() 132 __pattern_transform_reduce(__parallel_tag<_IsVector> __tag, _ExecutionPolicy&& __exec, _RandomAcces… in __pattern_transform_reduce() argument 142 __backend_tag{}, std::forward<_ExecutionPolicy>(__exec), __first, __last, in __pattern_transform_reduce() 238 __pattern_transform_scan(__parallel_tag<_IsVector> __tag, _ExecutionPolicy&& __exec, _RandomAccessI… in __pattern_transform_scan() argument 250 __backend_tag{}, std::forward<_ExecutionPolicy>(__exec), __last - __first, in __pattern_transform_scan() 273 __pattern_transform_scan(__parallel_tag<_IsVector> __tag, _ExecutionPolicy&& __exec, _RandomAccessI… in __pattern_transform_scan() argument 290 __backend_tag{}, std::forward<_ExecutionPolicy>(__exec), __n, __init, in __pattern_transform_scan() 354 __pattern_adjacent_difference(__parallel_tag<_IsVector> __tag, _ExecutionPolicy&& __exec, in __pattern_adjacent_difference() argument 365 …__par_backend::__parallel_for(__backend_tag{}, std::forward<_ExecutionPolicy>(__exec), __first, __… in __pattern_adjacent_difference()
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | regex.cpp | 382 __match_any_but_newline<char>::__exec(__state& __s) const in __exec() function in __match_any_but_newline 409 __match_any_but_newline<wchar_t>::__exec(__state& __s) const in __exec() function in __match_any_but_newline
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | regex | 1468 virtual void __exec(__state&) const; 1534 virtual void __exec(__state&) const; 1560 virtual void __exec(__state&) const; 1586 virtual void __exec(__state&) const; 1786 virtual void __exec(__state&) const; 1814 virtual void __exec(__state&) const; 1843 virtual void __exec(__state&) const; 1894 virtual void __exec(__state&) const; 1949 virtual void __exec(__state&) const; 2004 virtual void __exec(__state&) const; [all …]
|