| /openbsd/src/gnu/llvm/clang/lib/Headers/ |
| D | __clang_cuda_cmath.h | 217 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \ 222 __fn(__T __x) { \ 223 return ::__fn((double)__x); \ 231 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \ 237 __fn(__T1 __x, __T2 __y) { \ 238 return __fn((double)__x, (double)__y); \
|
| D | __clang_hip_cmath.h | 448 #define __HIP_OVERLOAD1(__retty, __fn) \ 452 __fn(__T __x) { \ 453 return ::__fn((double)__x); \ 460 #define __HIP_OVERLOAD2(__retty, __fn) \ 465 __fn(__T1 __x, __T2 __y) { \ 467 return __fn((__result_type)__x, (__result_type)__y); \ 470 #define __HIP_OVERLOAD2(__retty, __fn) \ 476 __fn(__T1 __x, __T2 __y) { \ 477 return __fn((double)__x, (double)__y); \
|
| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | ios.cc | 113 ios_base::register_callback(event_callback __fn, int __index) in register_callback() argument 114 { _M_callbacks = new _Callback_list(__fn, __index, _M_callbacks); } in register_callback()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | stl_function.h | 418 bind1st(const _Operation& __fn, const _Tp& __x) in bind1st() argument 421 return binder1st<_Operation>(__fn, _Arg1_type(__x)); in bind1st() 452 bind2nd(const _Operation& __fn, const _Tp& __x) in bind2nd() argument 455 return binder2nd<_Operation>(__fn, _Arg2_type(__x)); in bind2nd()
|
| D | ios_base.h | 448 register_callback(event_callback __fn, int __index); 474 _Callback_list(ios_base::event_callback __fn, int __index, in _Callback_list() 476 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { } in _Callback_list()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | ios_base.h | 361 register_callback(event_callback __fn, int __index); 387 _Callback_list(ios_base::event_callback __fn, int __index, in _Callback_list() 389 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { } in _Callback_list()
|
| D | stl_function.h | 376 bind1st(const _Operation& __fn, const _Tp& __x) in bind1st() argument 379 return binder1st<_Operation>(__fn, _Arg1_type(__x)); in bind1st() 410 bind2nd(const _Operation& __fn, const _Tp& __x) in bind2nd() argument 413 return binder2nd<_Operation>(__fn, _Arg2_type(__x)); in bind2nd()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/src/ |
| D | ios.cc | 333 ios_base::register_callback(event_callback __fn, int __index) in register_callback() argument 334 { _M_callbacks = new _Callback_list(__fn, __index, _M_callbacks); } in register_callback()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_linux.cpp | 1427 register int (*__fn)(void *) __asm__("a5") = fn; in internal_clone() local 1450 "r"(__fn), "r"(__arg), "r"(nr_clone), "i"(__NR_exit) in internal_clone() 1465 register int (*__fn)(void *) __asm__("x0") = fn; in internal_clone() local 1499 "r"(__fn), "r"(__stack), "r"(__flags), "r"(__arg), in internal_clone() 1519 register int (*__fn)(void *) __asm__("$a5") = fn; in internal_clone() local 1542 "r"(__fn), "r"(__arg), "r"(nr_clone), "i"(__NR_exit) in internal_clone() 1579 register int (*__fn)(void *) __asm__("r3") = fn; in internal_clone() local 1643 "r" (__fn), in internal_clone()
|
| /openbsd/src/gnu/llvm/libcxx/src/ |
| D | debug.cpp | 152 __libcpp_db::__insert_c(void* __c, __libcpp_db::_InsertConstruct *__fn) in __insert_c() argument 185 __cbeg_[hc] = __fn(buf, __c, p); in __insert_c()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | __debug | 174 void __insert_c(void* __c, _InsertConstruct* __fn);
|
| D | ios | 322 void register_callback(event_callback __fn, int __index);
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| D | stl_rope.h | 694 char_producer<_CharT>* __fn = in operator() local 696 (*__fn)(__start_pos + _M_start, __req_len, __buffer); in operator() 1575 rope(char_producer<_CharT> *__fn, size_t __len, bool __delete_fn, 1580 0 : _S_new_RopeFunction(__fn, __len, __delete_fn, __a);
|
| D | ropeimpl.h | 91 char_producer<_CharT>* __fn = in _S_setbuf() local 103 (*__fn)(__buf_start_pos - __leaf_pos, __len, __x._M_tmp_buf); in _S_setbuf()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | ropeimpl.h | 92 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT, in _S_setbuf() local 102 (*__fn)(__buf_start_pos - __leaf_pos, __len, __x._M_tmp_buf); in _S_setbuf()
|
| D | rope | 838 char_producer<_CharT>* __fn = 840 (*__fn)(__start_pos + _M_start, __req_len, __buffer); 1823 rope(char_producer<_CharT> *__fn, size_t __len, bool __delete_fn, 1828 0 : _S_new_RopeFunction(__fn, __len, __delete_fn, __a);
|