Home
last modified time | relevance | path

Searched refs:__func (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/libc++/include/
H A D__functional_03103 class __func<_Fp, _Alloc, _Rp()>
123 __func<_Fp, _Alloc, _Rp()>::__clone() const
143 __func<_Fp, _Alloc, _Rp()>::destroy()
161 __func<_Fp, _Alloc, _Rp()>::operator()()
180 __func<_Fp, _Alloc, _Rp()>::target_type() const
188 class __func<_Fp, _Alloc, _Rp(_A0)>
209 __func<_Fp, _Alloc, _Rp(_A0)>::__clone() const
229 __func<_Fp, _Alloc, _Rp(_A0)>::destroy()
274 class __func<_Fp, _Alloc, _Rp(_A0, _A1)>
315 __func<_Fp, _Alloc, _Rp(_A0, _A1)>::destroy()
[all …]
H A Dmutex660 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
665 _Gp __f(_VSTD::forward<_Callable>(__func), _VSTD::forward<_Args>(__args)...);
676 call_once(once_flag& __flag, _Callable& __func)
680 __call_once_param<_Callable> __p(__func);
688 call_once(once_flag& __flag, const _Callable& __func)
692 __call_once_param<const _Callable> __p(__func);
H A Dfunctional1577 class __func<_Fp, _Alloc, _Rp(_ArgTypes...)>
1583 explicit __func(_Fp&& __f)
1591 explicit __func(const _Fp& __f, _Alloc&& __a)
1595 explicit __func(_Fp&& __f, _Alloc&& __a)
1674 // __value_func creates a value-type from a __func.
1682 typedef __base<_Rp(_ArgTypes...)> __func;
1683 __func* __f_;
1687 return reinterpret_cast<__func*>(p);
1785 __func* __f = __f_;
1810 __func* __t = __as_base(&__tempbuf);
[all …]
H A D__threading_support175 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *),
326 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *),
329 return pthread_create(__t, 0, __func, __arg);
H A D__debug91 bool __libcpp_set_debug_function(__libcpp_debug_function_type __func);
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dcodecvt_specializations.h306 __iconv_adaptor(size_t(*__func)(iconv_t, _Tp, size_t*, char**, size_t*), in __iconv_adaptor()
309 { return __func(__cd, (_Tp)__inbuf, __inbytes, __outbuf, __outbytes); } in __iconv_adaptor()
/freebsd-12.1/contrib/libc++/src/
H A Ddebug.cpp33 bool __libcpp_set_debug_function(__libcpp_debug_function_type __func) { in __libcpp_set_debug_function() argument
34 __libcpp_debug_function = __func; in __libcpp_set_debug_function()