| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__ostream/ |
| H A D | basic_ostream.h | 219 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable 240 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable 266 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable 287 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable 313 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable 333 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable 353 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable 373 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable 393 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable 413 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | zip_view.h | 62 _LIBCPP_HIDE_FROM_ABI constexpr auto __tuple_transform(_Fun&& __f, _Tuple&& __tuple) { in __tuple_transform() 71 _LIBCPP_HIDE_FROM_ABI constexpr void __tuple_for_each(_Fun&& __f, _Tuple&& __tuple) { in __tuple_for_each() 84 __tuple_zip_transform(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&& __tuple2, index_sequence<_Indices..… in __tuple_zip_transform() 91 _LIBCPP_HIDE_FROM_ABI constexpr auto __tuple_zip_transform(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&… in __tuple_zip_transform() 101 __tuple_zip_for_each(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&& __tuple2, index_sequence<_Indices...… in __tuple_zip_for_each() 108 _LIBCPP_HIDE_FROM_ABI constexpr auto __tuple_zip_for_each(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&&… in __tuple_zip_for_each()
|
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | for_each_n.h | 44 __for_each_n(_InputIterator __first, _Size __orig_n, _Func& __f, _Proj& __proj) { in __for_each_n() 61 __for_each_n(_RandIter __first, _Size __orig_n, _Func& __f, _Proj& __proj) { in __for_each_n() 79 __for_each_n(_SegmentedIterator __first, _Size __orig_n, _Func& __f, _Proj& __proj) { in __for_each_n() 91 for_each_n(_InputIterator __first, _Size __orig_n, _Func __f) { in for_each_n()
|
| H A D | for_each.h | 32 __for_each(_InputIterator __first, _Sent __last, _Func& __f, _Proj& __proj) { in __for_each() 55 for_each(_InputIterator __first, _InputIterator __last, _Func __f) { in for_each()
|
| /freebsd/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | invoke.h | 28 invoke(_Fn&& __f, _Args&&... __args) noexcept(is_nothrow_invocable_v<_Fn, _Args...>) { in invoke() 38 invoke_r(_Fn&& __f, _Args&&... __args) noexcept(is_nothrow_invocable_r_v<_Result, _Fn, _Args...>) { in invoke_r()
|
| H A D | mem_fun_ref.h | 44 …P_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI mem_fun_t<_Sp, _Tp> mem_fun(_Sp (_Tp::*__f)()) { in mem_fun() 72 …ATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI mem_fun_ref_t<_Sp, _Tp> mem_fun_ref(_Sp (_Tp::*__f)()) { in mem_fun_ref()
|
| H A D | bind_front.h | 46 _LIBCPP_HIDE_FROM_ABI constexpr auto bind_front(_Fn&& __f, _Args&&... __args) { in bind_front()
|
| H A D | default_searcher.h | 34 : __first_(__f), __last_(__l), __pred_(__p) {} in __first_() argument
|
| H A D | mem_fn.h | 35 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 __mem_fn(type __f) _NOEXCEPT : __f_(__f) {} in __mem_fn()
|
| H A D | not_fn.h | 47 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 auto not_fn(_Fn&& __f) { in not_fn()
|
| /freebsd/include/xlocale/ |
| H A D | _ctype.h | 76 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __maskrune_l() 85 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __istype_l() 101 __sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __sbmaskrune_l() 110 __sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __sbistype_l()
|
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/omp/ |
| H A D | parallel_for.h | |
| H A D | parallel_for_each.h | |
| /freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | u8path.h | 30 _LIBCPP_HIDE_FROM_ABI _LIBCPP_DEPRECATED_WITH_CHAR8_T path u8path(_InputIt __f, _InputIt __l) { in u8path() 52 _LIBCPP_HIDE_FROM_ABI _LIBCPP_DEPRECATED_WITH_CHAR8_T path u8path(_InputIt __f, _NullSentinel) { in u8path()
|
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/ |
| H A D | transform.h | 37 __simd_transform(_Iterator1 __first1, _DifferenceType __n, _Iterator2 __first2, _Function __f) noex… in __simd_transform() 46 … __first1, _DifferenceType __n, _Iterator2 __first2, _Iterator3 __first3, _Function __f) noexcept { in __simd_transform()
|
| H A D | transform_reduce.h | 47 __simd_transform_reduce(_DifferenceType __n, _Tp __init, _BinaryOperation, _UnaryOperation __f) noe… in __simd_transform_reduce() 64 __simd_transform_reduce(_Size __n, _Tp __init, _BinaryOperation __binary_op, _UnaryOperation __f) n… in __simd_transform_reduce()
|
| H A D | for_each.h | 32 …ROM_ABI _Iterator __simd_for_each(_Iterator __first, _DifferenceType __n, _Function __f) noexcept { in __simd_for_each()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__functional/ |
| H A D | mem_fun_ref.h | 42 inline _LIBCPP_HIDE_FROM_ABI mem_fun_t<_Sp, _Tp> mem_fun(_Sp (_Tp::*__f)()) { in mem_fun() 70 inline _LIBCPP_HIDE_FROM_ABI mem_fun_ref_t<_Sp, _Tp> mem_fun_ref(_Sp (_Tp::*__f)()) { in mem_fun_ref()
|
| H A D | mem_fn.h | 35 _LIBCPP_HIDE_FROM_ABI __mem_fn(type __f) _NOEXCEPT : __f_(__f) {} in __mem_fn()
|
| /freebsd/contrib/llvm-project/libcxx/include/__mutex/ |
| H A D | once_flag.h | 88 _LIBCPP_HIDE_FROM_ABI explicit __call_once_param(_Fp& __f) : __f_(__f) {} in __call_once_param() 109 _LIBCPP_HIDE_FROM_ABI explicit __call_once_param(_Fp& __f) : __f_(__f) {} in __call_once_param()
|
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
| H A D | utils.h | |
| H A D | parallel_backend_tbb.h | |
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/ |
| H A D | for_each.h | 29 …PP_HIDE_FROM_ABI _Function for_each(_InputIterator __first, _InputIterator __last, _Function __f) { in for_each()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/ |
| H A D | discrete_distribution.h | 46 _LIBCPP_HIDE_FROM_ABI param_type(_InputIterator __f, _InputIterator __l) : __p_(__f, __l) { in param_type() 80 …_LIBCPP_HIDE_FROM_ABI discrete_distribution(_InputIterator __f, _InputIterator __l) : __p_(__f, __… in discrete_distribution()
|
| /freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
| H A D | check_memory_order.h | 26 #define _LIBCPP_CHECK_EXCHANGE_MEMORY_ORDER(__m, __f) … argument
|