Searched refs:__fn (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/include/backward/
H A Dbinders.h135 bind1st(const _Operation& __fn, const _Tp& __x) argument
138 return binder1st<_Operation>(__fn, _Arg1_type(__x));
170 bind2nd(const _Operation& __fn, const _Tp& __x) argument
173 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dlocale_conv.h57 size_t& __count, _Fn __fn)
76 __result = (__cvt.*__fn)(__state, __next, __last, __next,
113 _ConvFn __fn = &codecvt<_CharT, char, _State>::in;
115 __count, __fn);
142 _ConvFn __fn = &codecvt<_CharT, char, _State>::out;
144 __count, __fn);
55 __do_str_codecvt(const _InChar* __first, const _InChar* __last, _OutStr& __outstr, const _Codecvt& __cvt, _State& __state, size_t& __count, _Fn __fn) argument
H A Dios_base.h507 * @brief Add the callback __fn with parameter __index.
508 * @param __fn The function to add.
517 register_callback(event_callback __fn, int __index);
536 _Callback_list(ios_base::event_callback __fn, int __index, argument
538 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dios.cc109 ios_base::register_callback(event_callback __fn, int __index) argument
110 { _M_callbacks = new _Callback_list(__fn, __index, _M_callbacks); }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Ddump1.C712 _Task_state(_Fn&& __fn, const _Alloc& __a) argument
713 : _Task_state_base<_Res(_Args...)>(__a), _M_impl(std::move(__fn), __a)
724 _Impl(_Fn&& __fn, const _Alloc& __a) argument
725 : _Alloc(__a), _M_fn(std::move(__fn)) {}
731 __create_task_state(_Fn&& __fn, const _Alloc& __a) argument
734 return std::allocate_shared<_State>(__a, std::move(__fn), __a);
748 packaged_task(allocator_arg_t, const _Alloc& __a, _Fn&& __fn) argument
750 std::forward<_Fn>(__fn), __a))
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_rope.h675 char_producer<_CharT>* __fn = local
679 (*__fn)(__start_pos + _M_start, __req_len, __buffer);
1663 rope(char_producer<_CharT> *__fn, size_t __len, bool __delete_fn, argument
1668 0 : _S_new_RopeFunction(__fn, __len, __delete_fn, __a);
H A Dropeimpl.h52 char_producer<_CharT>* __fn = local
64 (*__fn)(__buf_start_pos - __leaf_pos, __len, __x._M_tmp_buf);
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dropeimpl.h88 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT, local
98 (*__fn)(__buf_start_pos - __leaf_pos, __len, __x._M_tmp_buf);

Completed in 299 milliseconds