Searched defs:_Implementation (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | pstl.h | 45 …using _Implementation = __pstl::__dispatch<__pstl::__any_of, __pstl::__current_configuration, _Raw… in any_of() local 58 …using _Implementation = __pstl::__dispatch<__pstl::__all_of, __pstl::__current_configuration, _Raw… in all_of() local 71 …using _Implementation = __pstl::__dispatch<__pstl::__none_of, __pstl::__current_configuration, _Ra… in none_of() local 89 …using _Implementation = __pstl::__dispatch<__pstl::__copy, __pstl::__current_configuration, _RawPo… in copy() local 108 …using _Implementation = __pstl::__dispatch<__pstl::__copy_n, __pstl::__current_configuration, _Raw… in copy_n() local 122 …using _Implementation = __pstl::__dispatch<__pstl::__count_if, __pstl::__current_configuration, _R… in count_if() local 136 …using _Implementation = __pstl::__dispatch<__pstl::__count, __pstl::__current_configuration, _RawP… in count() local 155 …using _Implementation = __pstl::__dispatch<__pstl::__equal_3leg, __pstl::__current_configuration, … in equal() local 173 …using _Implementation = __pstl::__dispatch<__pstl::__equal_3leg, __pstl::__current_configuration, … in equal() local 197 …using _Implementation = __pstl::__dispatch<__pstl::__equal, __pstl::__current_configuration, _RawP… in equal() local [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__numeric/ |
H A D | pstl.h | 47 …using _Implementation = __pstl::__dispatch<__pstl::__reduce, __pstl::__current_configuration, _Raw… in reduce() local 64 …using _Implementation = __pstl::__dispatch<__pstl::__reduce, __pstl::__current_configuration, _Raw… in reduce() local 76 …using _Implementation = __pstl::__dispatch<__pstl::__reduce, __pstl::__current_configuration, _Raw… in reduce() local 103 using _Implementation = in transform_reduce() local 131 using _Implementation = in transform_reduce() local 158 …using _Implementation = __pstl::__dispatch<__pstl::__transform_reduce, __pstl::__current_configura… in transform_reduce() local
|