Searched refs:__func (Results 26 - 34 of 34) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h301 __iconv_adaptor(size_t(*__func)(iconv_t, _Tp, size_t*, char**, size_t*),
304 { return __func(__cd, (_Tp)__inbuf, __inbytes, __outbuf, __outbytes); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h301 __iconv_adaptor(size_t(*__func)(iconv_t, _Tp, size_t*, char**, size_t*),
304 { return __func(__cd, (_Tp)__inbuf, __inbytes, __outbuf, __outbytes); }
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Ddebug.cpp41 bool __libcpp_set_debug_function(__libcpp_debug_function_type __func) { argument
42 __libcpp_debug_function = __func;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstd_function.h648 const _Functor* __func = __const_this->template target<_Functor>(); local
649 return const_cast<_Functor*>(__func);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstd_function.h635 const _Functor* __func = __const_this->template target<_Functor>(); local
638 return *const_cast<_Functor**>(&__func);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DPathTree.cc56 #define DBG(__func) __func
58 #define DBG(__func)
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DPathTree.cc56 #define DBG(__func) __func
58 #define DBG(__func)
/netbsd-current/sys/dev/ic/
H A Dath.c203 #define ATH_TASK_FUNC(__func) \
204 static void __CONCAT(__func, _si)(void *arg) \
206 __func(arg, 1); \
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dalgorithm_impl.h2673 auto __func = __par_backend::__serial_move_merge<decltype(__move_values), decltype(__move_sequences)>(
2675 __func(__f1, __l1, __f2, __l2, __f3, __comp);

Completed in 190 milliseconds

12