Searched refs:__rest_buffer (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
H A D | ropeimpl.h | 1534 _CharT* __rest_buffer; in _GLIBCXX_VISIBILITY() local 1547 __rest_buffer = this->_Data_allocate(_S_rounded_up_size(__rest)); in _GLIBCXX_VISIBILITY() 1548 __uninitialized_fill_n_a(__rest_buffer, __rest, __c, in _GLIBCXX_VISIBILITY() 1550 _S_cond_store_eos(__rest_buffer[__rest]); in _GLIBCXX_VISIBILITY() 1552 { __remainder = _S_new_RopeLeaf(__rest_buffer, __rest, in _GLIBCXX_VISIBILITY() 1556 _RopeRep::__STL_FREE_STRING(__rest_buffer, __rest, in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
H A D | ropeimpl.h | 1535 _CharT* __rest_buffer; in _GLIBCXX_VISIBILITY() local 1548 __rest_buffer = this->_Data_allocate(_S_rounded_up_size(__rest)); in _GLIBCXX_VISIBILITY() 1549 __uninitialized_fill_n_a(__rest_buffer, __rest, __c, in _GLIBCXX_VISIBILITY() 1551 _S_cond_store_eos(__rest_buffer[__rest]); in _GLIBCXX_VISIBILITY() 1553 { __remainder = _S_new_RopeLeaf(__rest_buffer, __rest, in _GLIBCXX_VISIBILITY() 1557 _RopeRep::__STL_FREE_STRING(__rest_buffer, __rest, in _GLIBCXX_VISIBILITY()
|