Home
last modified time | relevance | path

Searched refs:__base_buffer (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/
Dropeimpl.h1410 _CharT* __base_buffer = in rope() local
1414 uninitialized_fill_n(__base_buffer, __exponentiate_threshold, __c); in rope()
1415 _S_cond_store_eos(__base_buffer[__exponentiate_threshold]); in rope()
1417 __base_leaf = _S_new_RopeLeaf(__base_buffer, in rope()
1422 _RopeRep::__STL_FREE_STRING(__base_buffer, in rope()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dropeimpl.h1566 _CharT* __base_buffer = in rope() local
1570 __uninitialized_fill_n_a(__base_buffer, __exponentiate_threshold, __c, in rope()
1572 _S_cond_store_eos(__base_buffer[__exponentiate_threshold]); in rope()
1575 __base_leaf = _S_new_RopeLeaf(__base_buffer, in rope()
1580 _RopeRep::__STL_FREE_STRING(__base_buffer, in rope()