Searched defs:__f (Results 1 - 25 of 68) sorted by relevance

123

/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocalefwd.h188 __check_facet(const _Facet* __f) argument
/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dfor_each.h22 for_each(_InputIterator __first, _InputIterator __last, _Function __f) argument
H A Dfor_each_n.h26 for_each_n(_InputIterator __first, _Size __orig_n, _Function __f) argument
/openbsd-current/gnu/llvm/libcxx/include/__functional/
H A Dnot_fn.h46 _LIBCPP_CONSTEXPR_SINCE_CXX20 auto not_fn(_Fn&& __f) { argument
H A Dpointer_to_unary_function.h30 _LIBCPP_INLINE_VISIBILITY explicit pointer_to_unary_function(_Result (*__f)(_Arg)) argument
39 ptr_fun(_Result (*__f)(_Arg)) argument
H A Dbind_front.h50 constexpr auto bind_front(_Fn&& __f, _Args&&... __args) { argument
H A Dpointer_to_binary_function.h30 _LIBCPP_INLINE_VISIBILITY explicit pointer_to_binary_function(_Result (*__f)(_Arg1, _Arg2)) argument
39 ptr_fun(_Result (*__f)(_Arg1,_Arg2)) argument
H A Dreference_wrapper.h44 type& __f = static_cast<_Up&&>(__u); local
H A Ddefault_searcher.h33 default_searcher(_ForwardIterator __f, _ForwardIterator __l, argument
40 operator () (_ForwardIterator2 __f, _ForwardIterator2 __l) const argument
/openbsd-current/gnu/gcc/fixincludes/tests/base/sys/
H A Dstat.h27 static int stat(const char *__f, struct stat *__p) { argument
39 char *__f; variable
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/
H A Dstat.h32 static int stat(const char *__f, struct stat *__p) { argument
44 char *__f; variable
/openbsd-current/gnu/llvm/libcxx/include/__filesystem/
H A Du8path.h39 u8path(_InputIt __f, _InputIt __l) { argument
63 u8path(_InputIt __f, _NullSentinel) { argument
/openbsd-current/gnu/llvm/libcxx/include/__ranges/
H A Drange_adaptor.h45 constexpr explicit __range_adaptor_closure_t(_Fn&& __f) : _Fn(std::move(__f)) { } argument
H A Dzip_view.h68 _LIBCPP_HIDE_FROM_ABI constexpr auto __tuple_transform(_Fun&& __f, _Tuple&& __tuple) { argument
78 _LIBCPP_HIDE_FROM_ABI constexpr void __tuple_for_each(_Fun&& __f, _Tuple&& __tuple) { argument
88 __tuple_zip_transform(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&& __tuple2, index_sequence<_Indices...>) { argument
94 _LIBCPP_HIDE_FROM_ABI constexpr auto __tuple_zip_transform(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&& __tuple2) { argument
100 _LIBCPP_HIDE_FROM_ABI constexpr void __tuple_zip_for_each(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&& __tuple2, argument
108 __tuple_zip_for_each(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&& __tuple2) argument
[all...]
H A Dnon_propagating_cache.h50 constexpr explicit __wrapper(__from_tag, _Fn const& __f) : __t_(__f()) { } argument
96 constexpr _Tp& __emplace_from(_Fn const& __f) { argument
/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/gnu/
H A Dc_locale.cc52 float __f = __strtof_l(__s, &__sanity, __cloc); local
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Dstdio_filebuf.h145 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
/openbsd-current/gnu/llvm/libcxx/include/__thread/
H A Dpoll_with_backoff.h39 bool __libcpp_thread_poll_with_backoff(_Fn&& __f, _BFn&& __bf, chrono::nanoseconds __max_elapsed = chrono::nanoseconds::zero()) { argument
/openbsd-current/gnu/llvm/libcxx/src/include/ryu/
H A Dcommon.h92 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint32_t __float_to_bits(const float __f) { argument
/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/generic/
H A Dc_locale.cc60 float __f = strtof(__s, &__sanity); local
63 float __f = static_cast<float>(__d); local
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dc_locale.cc125 float __f = __strtof_l(__s, &__sanity, __cloc); local
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dstdio_filebuf.h145 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_iomanip.h72 operator>>(basic_istream<_CharT,_Traits>& __is, _Resetiosflags __f) argument
80 operator<<(basic_ostream<_CharT,_Traits>& __os, _Resetiosflags __f) argument
106 operator>>(basic_istream<_CharT,_Traits>& __is, _Setiosflags __f) argument
114 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setiosflags __f) argument
141 operator>>(basic_istream<_CharT,_Traits>& __is, _Setbase __f) argument
152 operator <<(basic_ostream<_CharT,_Traits>& __os, _Setbase __f) argument
183 operator >>(basic_istream<_CharT,_Traits>& __is, _Setfill<_CharT> __f) argument
191 operator <<(basic_ostream<_CharT,_Traits>& __os, _Setfill<_CharT> __f) argument
217 operator >>(basic_istream<_CharT,_Traits>& __is, _Setprecision __f) argument
225 operator <<(basic_ostream<_CharT,_Traits>& __os, _Setprecision __f) argument
251 operator >>(basic_istream<_CharT,_Traits>& __is, _Setw __f) argument
259 operator <<(basic_ostream<_CharT,_Traits>& __os, _Setw __f) argument
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/generic/
H A Dc_locale.cc128 float __f = strtof(__s, &__sanity); local
131 float __f = static_cast<float>(__d); local
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_iomanip.h73 operator>>(basic_istream<_CharT,_Traits>& __is, _Resetiosflags __f) argument
81 operator<<(basic_ostream<_CharT,_Traits>& __os, _Resetiosflags __f) argument
107 operator>>(basic_istream<_CharT,_Traits>& __is, _Setiosflags __f) argument
115 operator<<(basic_ostream<_CharT,_Traits>& __os, _Setiosflags __f) argument
142 operator>>(basic_istream<_CharT,_Traits>& __is, _Setbase __f) argument
153 operator <<(basic_ostream<_CharT,_Traits>& __os, _Setbase __f) argument
184 operator >>(basic_istream<_CharT,_Traits>& __is, _Setfill<_CharT> __f) argument
192 operator <<(basic_ostream<_CharT,_Traits>& __os, _Setfill<_CharT> __f) argument
218 operator >>(basic_istream<_CharT,_Traits>& __is, _Setprecision __f) argument
226 operator <<(basic_ostream<_CharT,_Traits>& __os, _Setprecision __f) argument
252 operator >>(basic_istream<_CharT,_Traits>& __is, _Setw __f) argument
260 operator <<(basic_ostream<_CharT,_Traits>& __os, _Setw __f) argument
[all...]

Completed in 375 milliseconds

123