Home | History | Annotate | Download | only in stl

Lines Matching refs:__x_copy

469   value_type __x_copy = __x;
481 uninitialized_fill(__dst, __src, __x_copy);
498 uninitialized_fill(__pos, __pos + __n, __x_copy);
511 value_type __x_copy = __x;
522 _STLP_STD::fill(__pos - difference_type(__n), __pos, __x_copy);
527 this->_M_start, __x_copy);
529 fill(__old_start, __pos, __x_copy);
546 fill(__pos, __pos + difference_type(__n), __x_copy);
550 __x_copy, __pos, this->_M_finish);
552 fill(__pos, __old_finish, __x_copy);