Home
last modified time | relevance | path

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

123

/llvm-project/libcxx/include/__ranges/
H A Dzip_view.h102 __f, st argument
72 __tuple_transform(_Fun && __f,_Tuple && __tuple) __tuple_transform() argument
82 __tuple_for_each(_Fun && __f,_Tuple && __tuple) __tuple_for_each() argument
95 __tuple_zip_transform(_Fun && __f,_Tuple1 && __tuple1,_Tuple2 && __tuple2,index_sequence<_Indices...>) __tuple_zip_transform() argument
112 __tuple_zip_for_each(_Fun && __f,_Tuple1 && __tuple1,_Tuple2 && __tuple2,index_sequence<_Indices...>) __tuple_zip_for_each() argument
119 __tuple_zip_for_each(_Fun && __f,_Tuple1 && __tuple1,_Tuple2 && __tuple2) __tuple_zip_for_each() argument
[all...]
/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h231 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); global() variable
252 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); global() variable
278 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); global() variable
299 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); global() variable
325 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); global() variable
345 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); global() variable
365 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); global() variable
385 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); global() variable
405 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); global() variable
425 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); global() variable
445 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); global() variable
465 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); global() variable
485 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); global() variable
/llvm-project/libcxx/include/__functional/
H A Dinvoke.h27 invoke(_Fn && __f,_Args &&...__args) invoke() argument
37 invoke_r(_Fn && __f,_Args &&...__args) invoke_r() argument
H A Dnot_fn.h45 not_fn(_Fn && __f) not_fn() argument
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() 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 Dreference_wrapper.h50 type& __f = static_cast<_Up&&>(__u); in reference_wrapper() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/Inputs/reserved-identifier/system/
H A Dsystem-header.h3 void __f() {} in __f() function
14 reference_wrapper(type &__f) in reference_wrapper()
/llvm-project/pstl/include/pstl/internal/omp/
H A Dparallel_for.h25 __parallel_for_body(_Index __first, _Index __last, _Fp __f) in __parallel_for_body()
45 …pstl::__internal::__openmp_backend_tag, _ExecutionPolicy&&, _Index __first, _Index __last, _Fp __f) in __parallel_for()
H A Dparallel_for_each.h23 __parallel_for_each_body(_ForwardIterator __first, _ForwardIterator __last, _Fp __f) in __parallel_for_each_body()
40 __parallel_for_each(_ExecutionPolicy&&, _ForwardIterator __first, _ForwardIterator __last, _Fp __f) in __parallel_for_each()
/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() argument
57 _LIBCPP_HIDE_FROM_ABI _LIBCPP_DEPRECATED_WITH_CHAR8_T path u8path(_InputIt __f, _NullSentinel) { in u8path() argument
/llvm-project/pstl/include/pstl/internal/
H A Dparallel_impl.h33 …allel_find(_BackendTag __tag, _ExecutionPolicy&& __exec, _Index __first, _Index __last, _Brick __f, in __parallel_find()
70 …arallel_or(_BackendTag __tag, _ExecutionPolicy&& __exec, _Index __first, _Index __last, _Brick __f) in __parallel_or()
H A Dutils.h43 __invoke_if(std::true_type, _Fp __f) in __invoke_if()
55 __invoke_if_not(std::false_type, _Fp __f) in __invoke_if_not()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dreserved-identifier-invert.cpp11 void __f() {} in __f() function
35 reference_wrapper(type &__f) in reference_wrapper()
/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dtransform.h35 __simd_transform(_Iterator1 __first1,_DifferenceType __n,_Iterator2 __first2,_Function __f) __simd_transform() argument
44 __simd_transform(_Iterator1 __first1,_DifferenceType __n,_Iterator2 __first2,_Iterator3 __first3,_Function __f) __simd_transform() argument
H A Dtransform_reduce.h47 __simd_transform_reduce(_DifferenceType __n, _Tp __init, _BinaryOperation, _UnaryOperation __f) noexcept { in __simd_transform_reduce() argument
64 __simd_transform_reduce(_Size __n, _Tp __init, _BinaryOperation __binary_op, _UnaryOperation __f) noexcept { in __simd_transform_reduce() argument
H A Dfor_each.h30 __simd_for_each(_Iterator __first,_DifferenceType __n,_Function __f) __simd_for_each() argument
/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) for_each() argument
/llvm-project/libcxx/include/__atomic/
H A Dcheck_memory_order.h26 #define _LIBCPP_CHECK_EXCHANGE_MEMORY_ORDER(__m, __f) … argument
/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() argument
108 _LIBCPP_HIDE_FROM_ABI explicit __call_once_param(_Fp& __f) : __f_(__f) {} in __call_once_param() argument
/llvm-project/libcxx/include/__format/
H A Dconcepts.h52 requires(_Formatter& __f, in requires() argument
/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()

123