Home | History | Annotate | Download | only in bits

Lines Matching refs:_S_empty_rep

173         _S_empty_rep()
227 if (__builtin_expect(this != &_S_empty_rep(), false))
241 if (__builtin_expect(this != &_S_empty_rep(), false))
406 _S_empty_rep()
407 { return _Rep::_S_empty_rep(); }
2150 : _M_dataplus(_S_empty_rep()._M_refdata(), _Alloc()) { }