/freebsd/contrib/llvm-project/libcxx/include/__ostream/ |
H A D | basic_ostream.h | 231 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 D | zip_view.h | 72 _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 D | invoke.h | 27 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 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 | not_fn.h | 45 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 auto not_fn(_Fn&& __f) { in not_fn()
|
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 | 35 __first_(__f) __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 | reference_wrapper.h | 50 type& __f = static_cast<_Up&&>(__u); in reference_wrapper() local
|
/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 | 35 _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 D | transform.h | 35 __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 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 | 30 …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 D | parallel_backend_tbb.h |
|
H A D | utils.h |
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | for_each.h | 24 for_each(_InputIterator __first,_InputIterator __last,_Function __f) for_each() argument
|
H A D | for_each_n.h | 27 for_each_n(_InputIterator __first,_Size __orig_n,_Function __f) for_each_n() argument
|
/freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
H A D | check_memory_order.h | 26 #define _LIBCPP_CHECK_EXCHANGE_MEMORY_ORDER(__m, __f) … argument
|
/freebsd/contrib/llvm-project/libcxx/include/__random/ |
H A D | discrete_distribution.h | 48 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 D | concepts.h | 52 requires(_Formatter& __f, in requires()
|
/freebsd/contrib/llvm-project/libcxx/include/__charconv/ |
H A D | from_chars_integral.h | 42 __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 D | common.h | 93 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint32_t __float_to_bits(const float __f) { in __float_to_bits() argument
|