Lines Matching refs:__fn
17327 extern int clone (int (*__fn) (void *__arg), void *__child_stack,
20189 bind1st(const _Operation& __fn, const _Tp& __x)
20192 return binder1st<_Operation>(__fn, _Arg1_type(__x));
20224 bind2nd(const _Operation& __fn, const _Tp& __x)
20227 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
26277 register_callback(event_callback __fn, int __index);
26296 _Callback_list(ios_base::event_callback __fn, int __index,
26298 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
29256 const basic_string<_CharT>& __fn = __np.falsename();
29257 _M_falsename_size = __fn.size();
29259 __fn.copy(__falsename, _M_falsename_size);
54575 __invoke(_Callable&& __fn, _Args&&... __args)
54580 return std::__invoke_impl<__type>(__tag{}, std::forward<_Callable>(__fn),