Lines Matching refs:addressof
214 ::new(_VSTD::addressof(__val_)) value_type(__x.__val_);
223 ::new(_VSTD::addressof(__val_)) value_type(_VSTD::move(__x.__val_));
265 ::new(_VSTD::addressof(__val_)) value_type(__x.__val_);
274 ::new(_VSTD::addressof(__val_)) value_type(_VSTD::move(__x.__val_));
371 ::new(_VSTD::addressof(this->__val_)) value_type(__opt.__val_);
393 ::new(_VSTD::addressof(this->__val_)) value_type(_VSTD::move(__opt.__val_));
415 ::new(_VSTD::addressof(this->__val_)) value_type(_VSTD::forward<_Up>(__v));
432 ::new(_VSTD::addressof(this->__val_)) value_type(_VSTD::forward<_Args>(__args)...);
447 ::new(_VSTD::addressof(this->__val_)) value_type(__il, _VSTD::forward<_Args>(__args)...);
467 ::new(_VSTD::addressof(__opt.__val_)) value_type(_VSTD::move(this->__val_));
472 ::new(_VSTD::addressof(this->__val_)) value_type(_VSTD::move(__opt.__val_));
493 return _VSTD::addressof(this->__val_);
561 return _VSTD::addressof(this->__val_);