/openbsd-src/gnu/llvm/libcxx/include/__ranges/ |
H A D | zip_view.h | 68 _LIBCPP_HIDE_FROM_ABI constexpr auto __tuple_transform(_Fun&& __f, _Tuple&& __tuple) { in __tuple_transform() 78 _LIBCPP_HIDE_FROM_ABI constexpr void __tuple_for_each(_Fun&& __f, _Tuple&& __tuple) { in __tuple_for_each() 88 __tuple_zip_transform(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&& __tuple2, index_sequence<_Indices..… in __tuple_zip_transform() 94 _LIBCPP_HIDE_FROM_ABI constexpr auto __tuple_zip_transform(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&… in __tuple_zip_transform() 100 _LIBCPP_HIDE_FROM_ABI constexpr void __tuple_zip_for_each(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&&… in __tuple_zip_for_each() 108 _LIBCPP_HIDE_FROM_ABI constexpr auto __tuple_zip_for_each(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&&… in __tuple_zip_for_each()
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cmath.h | 472 __capture_isfinite(_Tp __f) { return isfinite(__f); } in __capture_isfinite() 476 __capture_isinf(_Tp __f) { return isinf(__f); } in __capture_isinf() 480 __capture_isnan(_Tp __f) { return isnan(__f); } in __capture_isnan() 484 __capture_isnormal(_Tp __f) { return isnormal(__f); } in __capture_isnormal() 488 __capture_signbit(_Tp __f) { return signbit(__f); } in __capture_signbit() 543 isfinite(_Tp __f) { return ::__gnu_cxx::__capture_isfinite(__f); } in isfinite() 547 isinf(_Tp __f) { return ::__gnu_cxx::__capture_isinf(__f); } in isinf() 551 isnan(_Tp __f) { return ::__gnu_cxx::__capture_isnan(__f); } in isnan() 555 isnormal(_Tp __f) { return ::__gnu_cxx::__capture_isnormal(__f); } in isnormal() 559 signbit(_Tp __f) { return ::__gnu_cxx::__capture_signbit(__f); } in signbit()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cmath.h | 698 __capture_fpclassify(_Tp __f) { return fpclassify(__f); } in __capture_fpclassify() 702 __capture_isfinite(_Tp __f) { return isfinite(__f); } in __capture_isfinite() 706 __capture_isinf(_Tp __f) { return isinf(__f); } in __capture_isinf() 710 __capture_isnan(_Tp __f) { return isnan(__f); } in __capture_isnan() 714 __capture_isnormal(_Tp __f) { return isnormal(__f); } in __capture_isnormal() 718 __capture_signbit(_Tp __f) { return signbit(__f); } in __capture_signbit() 767 fpclassify(_Tp __f) { return __capture_fpclassify(__f); } in fpclassify() 771 isfinite(_Tp __f) { return __capture_isfinite(__f); } in isfinite() 775 isinf(_Tp __f) { return __capture_isinf(__f); } in isinf() 779 isnan(_Tp __f) { return __capture_isnan(__f); } in isnan() [all …]
|
/openbsd-src/gnu/gcc/fixincludes/tests/base/sys/ |
H A D | stat.h | 27 static int stat(const char *__f, struct stat *__p) { in stat() 38 static int stat(__f, __p) in stat() argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/ |
H A D | stat.h | 32 static int stat(const char *__f, struct stat *__p) { in stat() 43 static int stat(__f, __p) in stat() argument
|
/openbsd-src/gnu/llvm/libcxx/include/__filesystem/ |
H A D | u8path.h | 39 u8path(_InputIt __f, _InputIt __l) { in u8path() 63 u8path(_InputIt __f, _NullSentinel) { in u8path()
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/debug/ |
H A D | hash_multiset.h | 93 hash_multiset(_InputIterator __f, _InputIterator __l) in hash_multiset() 98 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n) in hash_multiset() 103 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, in hash_multiset() 112 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base()
|
H A D | hash_set.h | 92 hash_set(_InputIterator __f, _InputIterator __l) in hash_set() 96 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) in hash_set() 100 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, in hash_set() 108 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base()
|
H A D | hash_multimap.h | 94 hash_multimap(_InputIterator __f, _InputIterator __l) in hash_multimap() 98 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n) in hash_multimap() 102 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n, in hash_multimap() 110 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base()
|
H A D | hash_map.h | 95 hash_map(_InputIterator __f, _InputIterator __l) in hash_map() 99 hash_map(_InputIterator __f, _InputIterator __l, size_type __n) in hash_map() 103 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, in hash_map() 111 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base()
|
/openbsd-src/gnu/llvm/libcxx/include/__support/win32/ |
H A D | locale_win32.h | 264 #define sscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ ) argument 265 #define sprintf_l( __s, __l, __f, ... ) _sprintf_l( __s, __f, __l, __VA_ARGS__ ) argument 266 #define vsprintf_l( __s, __l, __f, ... ) _vsprintf_l( __s, __f, __l, __VA_ARGS__ ) argument 267 #define vsnprintf_l( __s, __n, __l, __f, ... ) _vsnprintf_l( __s, __n, __f, __l, __VA_ARGS__ ) argument
|
/openbsd-src/gnu/gcc/libstdc++-v3/config/locale/generic/ |
H A D | c_locale.cc | 60 float __f = strtof(__s, &__sanity); in _GLIBCXX_BEGIN_NAMESPACE() local 63 float __f = static_cast<float>(__d); in _GLIBCXX_BEGIN_NAMESPACE() local
|
/openbsd-src/gnu/llvm/libcxx/include/__functional/ |
H A D | mem_fun_ref.h | 52 mem_fun(_Sp (_Tp::*__f)()) in mem_fun() 88 mem_fun_ref(_Sp (_Tp::*__f)()) in mem_fun_ref()
|
H A D | not_fn.h | 46 _LIBCPP_CONSTEXPR_SINCE_CXX20 auto not_fn(_Fn&& __f) { in not_fn()
|
H A D | bind_front.h | 50 constexpr auto bind_front(_Fn&& __f, _Args&&... __args) { in bind_front()
|
H A D | default_searcher.h | 35 : __first_(__f), __last_(__l), __pred_(__p) {} in __first_() argument
|
H A D | mem_fn.h | 37 __mem_fn(type __f) _NOEXCEPT : __f_(__f) {} in __mem_fn()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/io/ |
H A D | basic_file_libio.h | 397 __basic_file<_CharT>::sys_open(__c_file_type* __f, in sys_open() 434 __c_file_type* __f; in open() local
|
/openbsd-src/gnu/llvm/libcxx/include/__random/ |
H A D | discrete_distribution.h | 48 param_type(_InputIterator __f, _InputIterator __l) in param_type() 95 discrete_distribution(_InputIterator __f, _InputIterator __l) in discrete_distribution()
|
/openbsd-src/gnu/llvm/libcxx/include/__algorithm/ |
H A D | for_each.h | 24 _Function __f) { in for_each()
|
H A D | for_each_n.h | 28 … _Function __f) { in for_each_n()
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | ropeimpl.h | 400 _Rope_RopeFunction<_CharT, _Alloc>* __f in _M_free_tree() local 810 _RopeFunction* __f = (_RopeFunction*)__base; in _S_substring() local 963 _RopeFunction* __f = (_RopeFunction*)__r; in _S_apply_to_pieces() local 990 char __f = __o.fill(); in _Rope_fill() local 1102 _RopeFunction* __f = (_RopeFunction*)__r; in _S_flatten() local 1356 _RopeFunction* __f = (_RopeFunction*)__r; in _S_fetch() local
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/ |
H A D | ropeimpl.h | 374 _Rope_RopeFunction<_CharT,_Alloc>* __f in _M_free_tree() local 744 _RopeFunction* __f = (_RopeFunction*)__base; in _S_substring() local 874 _RopeFunction* __f = (_RopeFunction*)__r; in _S_apply_to_pieces() local 899 char __f = __o.fill(); in _Rope_fill() local 995 _RopeFunction* __f = (_RopeFunction*)__r; in _S_flatten() local 1223 _RopeFunction* __f = (_RopeFunction*)__r; in _S_fetch() local
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/locale/generic/ |
H A D | c_locale.cc | 128 float __f = strtof(__s, &__sanity); in __convert_to_v() local 131 float __f = static_cast<float>(__d); in __convert_to_v() local
|
/openbsd-src/gnu/llvm/libcxx/include/__format/ |
H A D | concepts.h | 50 requires(formatter<remove_cvref_t<_Tp>, _CharT> __f, in requires()
|