Lines Matching refs:__t
506 auto operator()(_T1&& __t, _T2&& __u) const
507 { return _VSTD::forward<_T1>(__t) + _VSTD::forward<_T2>(__u); }
531 auto operator()(_T1&& __t, _T2&& __u) const
532 { return _VSTD::forward<_T1>(__t) - _VSTD::forward<_T2>(__u); }
556 auto operator()(_T1&& __t, _T2&& __u) const
557 { return _VSTD::forward<_T1>(__t) * _VSTD::forward<_T2>(__u); }
581 auto operator()(_T1&& __t, _T2&& __u) const
582 { return _VSTD::forward<_T1>(__t) / _VSTD::forward<_T2>(__u); }
606 auto operator()(_T1&& __t, _T2&& __u) const
607 { return _VSTD::forward<_T1>(__t) % _VSTD::forward<_T2>(__u); }
656 auto operator()(_T1&& __t, _T2&& __u) const
657 { return _VSTD::forward<_T1>(__t) == _VSTD::forward<_T2>(__u); }
681 auto operator()(_T1&& __t, _T2&& __u) const
682 { return _VSTD::forward<_T1>(__t) != _VSTD::forward<_T2>(__u); }
706 auto operator()(_T1&& __t, _T2&& __u) const
707 { return _VSTD::forward<_T1>(__t) > _VSTD::forward<_T2>(__u); }
733 auto operator()(_T1&& __t, _T2&& __u) const
734 { return _VSTD::forward<_T1>(__t) >= _VSTD::forward<_T2>(__u); }
758 auto operator()(_T1&& __t, _T2&& __u) const
759 { return _VSTD::forward<_T1>(__t) <= _VSTD::forward<_T2>(__u); }
783 auto operator()(_T1&& __t, _T2&& __u) const
784 { return _VSTD::forward<_T1>(__t) && _VSTD::forward<_T2>(__u); }
808 auto operator()(_T1&& __t, _T2&& __u) const
809 { return _VSTD::forward<_T1>(__t) || _VSTD::forward<_T2>(__u); }
858 auto operator()(_T1&& __t, _T2&& __u) const
859 { return _VSTD::forward<_T1>(__t) & _VSTD::forward<_T2>(__u); }
883 auto operator()(_T1&& __t, _T2&& __u) const
884 { return _VSTD::forward<_T1>(__t) | _VSTD::forward<_T2>(__u); }
908 auto operator()(_T1&& __t, _T2&& __u) const
909 { return _VSTD::forward<_T1>(__t) ^ _VSTD::forward<_T2>(__u); }
1718 __base* __t = (__base*)&__tempbuf;
1719 __f_->__clone(__t);
1726 __t->__clone((__base*)&__f.__buf_);
1727 __t->destroy();
1851 __mu(reference_wrapper<_Tp> __t, _Uj&)
1853 return __t.get();
2363 long double __t;
2376 __u.__t = __v;
2382 long double __t;
2391 __u.__t = __v;