Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h231 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable
252 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable
278 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable
299 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable
325 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable
345 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable
365 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable
385 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable
405 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable
425 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); variable
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dzip_view.h72 _LIBCPP_HIDE_FROM_ABI constexpr auto __tuple_transform(_Fun&& __f, _Tuple&& __tuple) { in __tuple_transform()
82 _LIBCPP_HIDE_FROM_ABI constexpr void __tuple_for_each(_Fun&& __f, _Tuple&& __tuple) { in __tuple_for_each()
95 __tuple_zip_transform(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&& __tuple2, index_sequence<_Indices..… in __tuple_zip_transform()
102 _LIBCPP_HIDE_FROM_ABI constexpr auto __tuple_zip_transform(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&… in __tuple_zip_transform()
112 __tuple_zip_for_each(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&& __tuple2, index_sequence<_Indices...… in __tuple_zip_for_each()
119 _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/__functional/
H A Dinvoke.h27 invoke(_Fn&& __f, _Args&&... __args) noexcept(is_nothrow_invocable_v<_Fn, _Args...>) { in invoke() argument
39 static_cast<void>(std::invoke(std::forward<_Fn>(__f), std::forward<_Args>(__args)...)); in invoke_r() argument
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 Dnot_fn.h45 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 auto not_fn(_Fn&& __f) { in not_fn()
H A Dbind_front.h46 _LIBCPP_HIDE_FROM_ABI constexpr auto bind_front(_Fn&& __f, _Args&&... __args) { in bind_front()
H A Ddefault_searcher.h35 __first_(__f) __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 Dreference_wrapper.h50 type& __f = static_cast<_Up&&>(__u); in reference_wrapper() local
/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.h35 _LIBCPP_HIDE_FROM_ABI _LIBCPP_DEPRECATED_WITH_CHAR8_T path u8path(_InputIt __f, _InputIt __l) { in u8path()
57 _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.h35 __simd_transform(_Iterator1 __first1, _DifferenceType __n, _Iterator2 __first2, _Function __f) noex… in __simd_transform()
44 … __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.h30 …ROM_ABI _Iterator __simd_for_each(_Iterator __first, _DifferenceType __n, _Function __f) noexcept { in __simd_for_each()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dparallel_backend_tbb.h
H A Dutils.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfor_each.h24 for_each(_InputIterator __first,_InputIterator __last,_Function __f) for_each() argument
H A Dfor_each_n.h27 for_each_n(_InputIterator __first,_Size __orig_n,_Function __f) for_each_n() argument
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Dcheck_memory_order.h26 #define _LIBCPP_CHECK_EXCHANGE_MEMORY_ORDER(__m, __f) … argument
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Ddiscrete_distribution.h48 param_type(_InputIterator __f,_InputIterator __l) param_type() argument
95 discrete_distribution(_InputIterator __f,_InputIterator __l) discrete_distribution() argument
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dconcepts.h52 requires(_Formatter& __f, in requires()
/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dfrom_chars_integral.h42 __sign_combinator(_It __first, _It __last, _Tp& __value, _Fn __f, _Ts... __args) { in __sign_combinator()
99 __subject_seq_combinator(_It __first, _It __last, _Tp& __value, _Fn __f, _Ts... __args) { in __subject_seq_combinator()
/freebsd/contrib/llvm-project/libcxx/src/include/ryu/
H A Dcommon.h93 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint32_t __float_to_bits(const float __f) { in __float_to_bits() argument

12