Lines Matching refs:__tmp
559 any __tmp;
560 __rhs.__call(_Action::_Move, &__tmp);
562 __tmp.__call(_Action::_Move, this);
601 auto __tmp = _VSTD::any_cast<add_const_t<_RawValueType>>(&__v);
602 if (__tmp == nullptr)
604 return static_cast<_ValueType>(*__tmp);
616 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v);
617 if (__tmp == nullptr)
619 return static_cast<_ValueType>(*__tmp);
631 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v);
632 if (__tmp == nullptr)
634 return static_cast<_ValueType>(_VSTD::move(*__tmp));