Searched refs:__section (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| D | ropeimpl.h | 713 const _CharT* __section = __l->_M_data + __start; in _S_substring() local 714 __result = _S_new_RopeLeaf(__section, __result_len, in _S_substring() 745 _CharT* __section; in _S_substring() local 751 __section = (_CharT*) in _S_substring() 754 (*(__f->_M_fn))(__start, __result_len, __section); in _S_substring() 759 __section, __result_len, __base->get_allocator()); in _S_substring() 762 _S_cond_store_eos(__section[__result_len]); in _S_substring() 763 return _S_new_RopeLeaf(__section, __result_len, in _S_substring()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | ropeimpl.h | 776 const _CharT* __section = __l->_M_data + __start; in _S_substring() local 777 __result = _S_new_RopeLeaf(__section, __result_len, in _S_substring() 811 _CharT* __section; in _S_substring() local 819 __section = (_CharT*) in _S_substring() 822 { (*(__f->_M_fn))(__start, __result_len, __section); } in _S_substring() 825 _RopeRep::__STL_FREE_STRING(__section, __result_len, in _S_substring() 829 _S_cond_store_eos(__section[__result_len]); in _S_substring() 830 return _S_new_RopeLeaf(__section, __result_len, in _S_substring()
|