Home
last modified time | relevance | path

Searched defs:__f (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__ostream/
H A Dbasic_ostream.h219 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 Dzip_view.h62 _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 Dfor_each_n.h44 __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 Dfor_each.h32 __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 Dinvoke.h28 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 Dmem_fun_ref.h44 …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 Dbind_front.h46 _LIBCPP_HIDE_FROM_ABI constexpr auto bind_front(_Fn&& __f, _Args&&... __args) { in bind_front()
H A Ddefault_searcher.h34 : __first_(__f), __last_(__l), __pred_(__p) {} in __first_() argument
H A Dmem_fn.h35 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 __mem_fn(type __f) _NOEXCEPT : __f_(__f) {} in __mem_fn()
H A Dnot_fn.h47 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 auto not_fn(_Fn&& __f) { in not_fn()
/freebsd/include/xlocale/
H A D_ctype.h76 __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 Dparallel_for.h
H A Dparallel_for_each.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Du8path.h30 _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 Dtransform.h37 __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 Dtransform_reduce.h47 __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 Dfor_each.h32 …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 Dmem_fun_ref.h42 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 Dmem_fn.h35 _LIBCPP_HIDE_FROM_ABI __mem_fn(type __f) _NOEXCEPT : __f_(__f) {} in __mem_fn()
/freebsd/contrib/llvm-project/libcxx/include/__mutex/
H A Donce_flag.h88 _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 Dutils.h
H A Dparallel_backend_tbb.h
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dfor_each.h29 …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 Ddiscrete_distribution.h46 _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 Dcheck_memory_order.h26 #define _LIBCPP_CHECK_EXCHANGE_MEMORY_ORDER(__m, __f) … argument

123