Home
last modified time | relevance | path

Searched refs:_M_tmp_buf (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dropeimpl.h102 (*__fn)(__buf_start_pos - __leaf_pos, __len, __x._M_tmp_buf); in _S_setbuf()
103 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos); in _S_setbuf()
104 __x._M_buf_start = __x._M_tmp_buf; in _S_setbuf()
105 __x._M_buf_end = __x._M_tmp_buf + __len; in _S_setbuf()
H A Drope1060 _CharT _M_tmp_buf[_S_iterator_buf_len];
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dropeimpl.h103 (*__fn)(__buf_start_pos - __leaf_pos, __len, __x._M_tmp_buf); in _S_setbuf()
104 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos); in _S_setbuf()
105 __x._M_buf_start = __x._M_tmp_buf; in _S_setbuf()
106 __x._M_buf_end = __x._M_tmp_buf + __len; in _S_setbuf()
H A Dstl_rope.h886 _CharT _M_tmp_buf[_S_iterator_buf_len]; variable