Searched refs:__func (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dcodecvt_specializations.h306 __iconv_adaptor(size_t(*__func)(iconv_t, _Tp, size_t*, char**, size_t*),
309 { return __func(__cd, (_Tp)__inbuf, __inbytes, __outbuf, __outbytes); }
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Ddebug.cpp41 bool __libcpp_set_debug_function(__libcpp_debug_function_type __func) { argument
42 __libcpp_debug_function = __func;

Completed in 139 milliseconds