Home
last modified time | relevance | path

Searched refs:__fn (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Headers/
D__clang_cuda_cmath.h217 #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.h448 #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/
Dios.cc113 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/
Dstl_function.h418 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()
Dios_base.h448 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/
Dios_base.h361 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()
Dstl_function.h376 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/
Dios.cc333 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/
Dsanitizer_linux.cpp1427 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/
Ddebug.cpp152 __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__debug174 void __insert_c(void* __c, _InsertConstruct* __fn);
Dios322 void register_callback(event_callback __fn, int __index);
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/
Dstl_rope.h694 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);
Dropeimpl.h91 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/
Dropeimpl.h92 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()
Drope838 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);