Lines Matching refs:__tmp
571 any __tmp;
572 __rhs.__call(_Action::_Move, &__tmp);
574 __tmp.__call(_Action::_Move, this);
613 auto __tmp = _VSTD::any_cast<add_const_t<_RawValueType>>(&__v);
614 if (__tmp == nullptr)
616 return static_cast<_ValueType>(*__tmp);
628 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v);
629 if (__tmp == nullptr)
631 return static_cast<_ValueType>(*__tmp);
643 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v);
644 if (__tmp == nullptr)
646 return static_cast<_ValueType>(_VSTD::move(*__tmp));