Searched defs:forward (Results 1 - 25 of 46) sorted by relevance

12

/openbsd-current/lib/libc/arch/mips64/string/
H A Dbcopy.S59 forward: label
/openbsd-current/gnu/llvm/libcxx/include/__functional/
H A Dcompose.h32 -> decltype( _VSTD::invoke(_VSTD::forward<_Fn1>(__f1), _VSTD::invoke(_VSTD::forward<_Fn2>(__f2), _VSTD::forward<_Args>(__args)...))) function in class:__compose_op::_VSTD
45 -> decltype( __compose_t<decay_t<_Fn1>, decay_t<_Fn2>>(_VSTD::forward<_Fn1>(__f1), _VSTD::forward<_Fn2>(__f2))) function in class:_VSTD
[all...]
H A Dbind_back.h37 -> decltype( _VSTD::invoke(_VSTD::forward<_Fn>(__f), _VSTD::forward<_Args>(__args)..., _VSTD::get<_Ip>(_VSTD::forward<_BoundArgs>(__bound_args))...)) function in class:__bind_back_op::_VSTD
57 -> decltype( __bind_back_t<decay_t<_Fn>, tuple<decay_t<_Args>...>>(_VSTD::forward<_Fn>(__f), _VSTD::forward_as_tuple(_VSTD::forward<_Args>(__args)...))) function in class:_VSTD
[all...]
H A Doperations.h49 -> decltype( _VSTD::forward<_T1>(__t) + _VSTD::forward<_T2>(__u)) function in class:plus::_VSTD
78 -> decltype( _VSTD::forward<_T function in class:minus::_VSTD
107 -> decltype( _VSTD::forward<_T1>(__t) * _VSTD::forward<_T2>(__u)) function in class:multiplies::_VSTD
136 -> decltype( _VSTD::forward<_T1>(__t) / _VSTD::forward<_T2>(__u)) function in class:divides::_VSTD
165 -> decltype( _VSTD::forward<_T1>(__t) % _VSTD::forward<_T2>(__u)) function in class:modulus::_VSTD
225 -> decltype( _VSTD::forward<_T1>(__t) & _VSTD::forward<_T2>(__u)) function in class:bit_and::_VSTD
249 -> decltype( ~_VSTD::forward<_Tp>(__x)) function in struct:bit_not
278 -> decltype( _VSTD::forward<_T1>(__t) | _VSTD::forward<_T2>(__u)) function in class:bit_or::_VSTD
307 -> decltype( _VSTD::forward<_T1>(__t) ^ _VSTD::forward<_T2>(__u)) function in class:bit_xor::_VSTD
396 -> decltype( _VSTD::forward<_T1>(__t) < _VSTD::forward<_T2>(__u)) function in class:less::_VSTD
483 -> decltype( _VSTD::forward<_T1>(__t) > _VSTD::forward<_T2>(__u)) function in class:greater::_VSTD
514 -> decltype( _VSTD::forward<_T1>(__t) && _VSTD::forward<_T2>(__u)) function in class:logical_and::_VSTD
572 -> decltype( _VSTD::forward<_T1>(__t) || _VSTD::forward<_T2>(__u)) function in class:logical_or::_VSTD
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__compare/
H A Dcompare_partial_order_fallback.h36 -> decltype( _VSTD::partial_order(_VSTD::forward<_Tp>(__t), _VSTD::forward<_Up>(__u))) function in class:__compare_partial_order_fallback::__fn::_VSTD
[all...]
H A Dcompare_strong_order_fallback.h36 -> decltype( _VSTD::strong_order(_VSTD::forward<_Tp>(__t), _VSTD::forward<_Up>(__u))) function in class:__compare_strong_order_fallback::__fn::_VSTD
[all...]
H A Dcompare_weak_order_fallback.h36 -> decltype( _VSTD::weak_order(_VSTD::forward<_Tp>(__t), _VSTD::forward<_Up>(__u))) function in class:__compare_weak_order_fallback::__fn::_VSTD
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__ranges/
H A Dcounted.h66 -> decltype( __go(std::forward<_It>(__it), std::forward<_Diff>(__count))) function in class:ranges::views::__counted::__fn::std
H A Dtake_while_view.h153 -> decltype(/*--*/ take_while_view(std::forward<_Range>(__range), std::forward<_Pred>(__pred))) { function in class:ranges::views::__take_while::__fn::std
H A Ddrop_while_view.h105 -> decltype(/*--*/ drop_while_view(std::forward<_Range>(__range), std::forward<_Pred>(__pred))) { function in class:ranges::views::__drop_while::__fn::std
H A Dtake_view.h269 ranges::begin(__rng) + std::min<_Dist>(ranges::distance(__rng), std::forward<_Np>(__n)) function in class:ranges::views::__take::__fn::std
317 -> decltype( take_view(std::forward<_Range>(__range), std::forward<_Np>(__n))) function in class:ranges::views::__take::__fn::std
[all...]
H A Dtransform_view.h419 -> decltype( transform_view(std::forward<_Range>(__range), std::forward<_Fn>(__f))) function in class:ranges::views::__transform::__fn::std
H A Dfilter_view.h241 -> decltype( filter_view(std::forward<_Range>(__range), std::forward<_Pred>(__pred))) function in class:ranges::views::__filter::__fn::std
H A Diota_view.h395 -> decltype( ranges::iota_view(std::forward<_Start>(__start), std::forward<_BoundSentinel>(__bound_sentinel))) function in class:ranges::views::__iota::__fn::std
[all...]
H A Ddrop_view.h253 std::min<_Dist>(ranges::distance(__rng), std::forward<_Np>(__n))) function in class:ranges::views::__drop::__fn::std
282 -> decltype( drop_view(std::forward<_Range>(__range), std::forward<_Np>(__n))) function in class:ranges::views::__drop::__fn::std
[all...]
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dpat_re_eval.t716 sub forward { subroutine
/openbsd-current/gnu/llvm/libcxx/include/__iterator/
H A Diter_move.h86 -> decltype( *std::forward<_Ip>(__i)) function in struct:ranges::__iter_move::__fn
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_type_traits.h81 WARN_UNUSED_RESULT inline constexpr T&& forward( function in namespace:__sanitizer
87 WARN_UNUSED_RESULT inline constexpr T&& forward( function in namespace:__sanitizer
/openbsd-current/usr.bin/less/
H A Dforwback.c287 forward(int n, int force, int only_last) function
/openbsd-current/usr.bin/tail/
H A Dforward.c79 forward(struct tailfile *tf, int nfiles, enum STYLE style, off_t origoff) function
/openbsd-current/sys/arch/i386/pci/
H A Dpci_machdep.h54 u_int8_t forward; member in struct:i386_pci_tag_u::__anon3
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroidRemoteGDBServer.cpp191 auto forward = [&](const uint16_t local, const uint16_t remote) { local
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h107 void forward(MachineBasicBlock::iterator I) { function in class:llvm::RegScavenger
/openbsd-current/usr.bin/mail/
H A Dcollect.c509 forward(char *ms, FILE *fp, char *fn, int f) function
/openbsd-current/sys/uvm/
H A Duvm_pager.c354 int center_idx, forward, incr; local
[all...]

Completed in 313 milliseconds

12