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

/freebsd-11-stable/contrib/libstdc++/src/
H A Dios.cc113 ios_base::register_callback(event_callback __fn, int __index) argument
114 { _M_callbacks = new _Callback_list(__fn, __index, _M_callbacks); }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h186 // Defines an overload of __fn that accepts one integral argument, calls
187 // __fn((double)x), and returns __retty.
188 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \
193 __fn(__T __x) { \
194 return ::__fn((double)__x); \
197 // Defines an overload of __fn that accepts one two arithmetic arguments, calls
198 // __fn((double)x, (double)y), and returns a double.
202 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \
208 __fn(__T1 __x, __T2 __y) { \
209 return __fn((doubl
[all...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dios_base.h438 * @brief Add the callback __fn with parameter __index.
439 * @param __fn The function to add.
448 register_callback(event_callback __fn, int __index);
474 _Callback_list(ios_base::event_callback __fn, int __index, argument
476 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
H A Dstl_function.h418 bind1st(const _Operation& __fn, const _Tp& __x) argument
421 return binder1st<_Operation>(__fn, _Arg1_type(__x));
452 bind2nd(const _Operation& __fn, const _Tp& __x) argument
455 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Ddebug.cpp171 __libcpp_db::__insert_c(void* __c, __libcpp_db::_InsertConstruct *__fn) argument
204 __cbeg_[hc] = __fn(buf, __c, p);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1340 register int (*__fn)(void *) __asm__("x0") = fn;
1374 "r"(__fn), "r"(__stack), "r"(__flags), "r"(__arg),
1413 register int (*__fn)(void *) __asm__("r3") = fn;
1477 "r" (__fn),
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dropeimpl.h92 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT, local
102 (*__fn)(__buf_start_pos - __leaf_pos, __len, __x._M_tmp_buf);

Completed in 149 milliseconds