/llvm-project/libcxx/include/__ranges/ |
H A D | zip_view.h | 102 __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 D | basic_ostream.h | 231 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 D | invoke.h | 27 invoke(_Fn && __f,_Args &&...__args) invoke() argument 37 invoke_r(_Fn && __f,_Args &&...__args) invoke_r() argument
|
H A D | not_fn.h | 45 not_fn(_Fn && __f) not_fn() argument
|
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 | 34 : __first_(__f), __last_(__l), __pred_(__p) {} in __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() 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 | reference_wrapper.h | 50 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 D | system-header.h | 3 void __f() {} in __f() function 14 reference_wrapper(type &__f) in reference_wrapper()
|
/llvm-project/pstl/include/pstl/internal/omp/ |
H A D | parallel_for.h | 25 __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 D | parallel_for_each.h | 23 __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 D | u8path.h | 35 _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 D | parallel_impl.h | 33 …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 D | utils.h | 43 __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 D | reserved-identifier-invert.cpp | 11 void __f() {} in __f() function 35 reference_wrapper(type &__f) in reference_wrapper()
|
/llvm-project/libcxx/include/__pstl/cpu_algos/ |
H A D | transform.h | 35 __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 D | transform_reduce.h | 47 __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 D | for_each.h | 30 __simd_for_each(_Iterator __first,_DifferenceType __n,_Function __f) __simd_for_each() argument
|
/llvm-project/libcxx/include/__algorithm/ |
H A D | for_each_n.h | 26 for_each_n(_InputIterator __first, _Size __orig_n, _Function __f) { in for_each_n()
|
H A D | for_each.h | 32 for_each(_InputIterator __first,_InputIterator __last,_Function __f) for_each() argument
|
/llvm-project/libcxx/include/__atomic/ |
H A D | check_memory_order.h | 26 #define _LIBCPP_CHECK_EXCHANGE_MEMORY_ORDER(__m, __f) … argument
|
/llvm-project/libcxx/include/__mutex/ |
H A D | once_flag.h | 87 _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 D | concepts.h | 52 requires(_Formatter& __f, in requires() argument
|
/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()
|