Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/libcxx/include/__ranges/
H A Dzip_view.h71 __tuple_transform(_Fun && __f,_Tuple && __tuple) __tuple_transform() argument
81 __tuple_for_each(_Fun && __f,_Tuple && __tuple) __tuple_for_each() argument
94 __tuple_zip_transform(_Fun && __f,_Tuple1 && __tuple1,_Tuple2 && __tuple2,index_sequence<_Indices...>) __tuple_zip_transform() argument
101 __tuple_zip_transform(_Fun && __f,_Tuple1 && __tuple1,_Tuple2 && __tuple2) __tuple_zip_transform() argument
111 __tuple_zip_for_each(_Fun && __f,_Tuple1 && __tuple1,_Tuple2 && __tuple2,index_sequence<_Indices...>) __tuple_zip_for_each() argument
118 __tuple_zip_for_each(_Fun && __f,_Tuple1 && __tuple1,_Tuple2 && __tuple2) __tuple_zip_for_each() argument
[all...]
H A Dnon_propagating_cache.h86 _LIBCPP_HIDE_FROM_ABI constexpr _Tp& __emplace_from(_Fn const& __f) { in __emplace_from()
/freebsd-src/contrib/llvm-project/libcxx/include/__functional/
H A Dinvoke.h27 invoke(_Fn&& __f, _Args&&... __args) noexcept(is_nothrow_invocable_v<_Fn, _Args...>) { in invoke()
37 invoke_r(_Fn&& __f, _Args&&... __args) noexcept(is_nothrow_invocable_r_v<_Result, _Fn, _Args...>) { in invoke_r()
H A Dmem_fun_ref.h44 _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI mem_fun_t<_Sp, _Tp> mem_fun(_Sp (_Tp::*__f)()) { in mem_fun() argument
72 _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI mem_fun_ref_t<_Sp, _Tp> mem_fun_ref(_Sp (_Tp::*__f)()) { in mem_fun_ref() argument
[all...]
H A Dnot_fn.h46 return __not_fn_t<decay_t<_Fn>>(std::forward<_Fn>(__f)); in not_fn() argument
H A Dbind_front.h48 bind_front(_Fn && __f,_Args &&...__args) bind_front() argument
H A Dmem_fn.h35 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 __mem_fn(type __f) _NOEXCEPT : __f_(__f) {} in __mem_fn() argument
H A Ddefault_searcher.h34 : __first_(__f), __last_(__l), __pred_(__p) {} in __first_() argument
H A Dreference_wrapper.h46 type& __f = static_cast<_Up&&>(__u); reference_wrapper() local
H A Dboyer_moore_searcher.h150 __search(_RandomAccessIterator2 __f, _RandomAccessIterator2 __l) const { in __search()
281 __search(_RandomAccessIterator2 __f, _RandomAccessIterator2 __l) const { in __search()
/freebsd-src/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-src/contrib/llvm-project/libcxx/include/__filesystem/
H A Du8path.h36 u8path(_InputIt __f,_InputIt __l) u8path() argument
58 u8path(_InputIt __f,_NullSentinel) u8path() argument
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/
H A Dtransform.h
H A Dtransform_reduce.h
H A Dfor_each.h
H A Dany_of.h
/freebsd-src/contrib/llvm-project/libcxx/include/__mutex/
H A Donce_flag.h87 _LIBCPP_HIDE_FROM_ABI explicit __call_once_param(_Fp& __f) : __f_(__f) {} in __call_once_param()
108 _LIBCPP_HIDE_FROM_ABI explicit __call_once_param(_Fp& __f) : __f_(__f) {} in __call_once_param()
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfor_each_n.h26 for_each_n(_InputIterator __first, _Size __orig_n, _Function __f) { in for_each_n()
H A Dfor_each.h32 for_each(_InputIterator __first, _InputIterator __last, _Function __f) { in for_each()
/freebsd-src/contrib/llvm-project/libcxx/include/__atomic/
H A Dcheck_memory_order.h26 #define _LIBCPP_CHECK_EXCHANGE_MEMORY_ORDER(__m, __f) \ argument
/freebsd-src/contrib/llvm-project/libcxx/include/__random/
H A Ddiscrete_distribution.h46 _LIBCPP_HIDE_FROM_ABI param_type(_InputIterator __f, _InputIterator __l) : __p_(__f, __l) { in param_type()
83 …_LIBCPP_HIDE_FROM_ABI discrete_distribution(_InputIterator __f, _InputIterator __l) : __p_(__f, __… in discrete_distribution()
/freebsd-src/contrib/llvm-project/libcxx/include/__format/
H A Dconcepts.h50 requires(_Formatter & __f,const _Formatter & __cf,_Tp && __t,_Context __fc,basic_format_parse_context<typename _Context::char_type> __pc) requires() argument
/freebsd-src/contrib/llvm-project/libcxx/include/__charconv/
H A Dfrom_chars_integral.h41 __sign_combinator(_It __first,_It __last,_Tp & __value,_Fn __f,_Ts...__args) __sign_combinator() argument
98 __subject_seq_combinator(_It __first,_It __last,_Tp & __value,_Fn __f,_Ts...__args) __subject_seq_combinator() argument
/freebsd-src/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()
/freebsd-src/contrib/llvm-project/libcxx/include/__numeric/
H A Dmidpoint.h62 _LIBCPP_HIDE_FROM_ABI constexpr _Fp __fp_abs(_Fp __f) { in __fp_abs() argument

12