Searched refs:__new_data (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | ropeimpl.h | 435 _CharT* __new_data = (_CharT*) in _S_leaf_concat_char_iter() local 439 uninitialized_copy_n(__r->_M_data, __old_len, __new_data); in _S_leaf_concat_char_iter() 440 uninitialized_copy_n(__iter, __len, __new_data + __old_len); in _S_leaf_concat_char_iter() 441 _S_cond_store_eos(__new_data[__old_len + __len]); in _S_leaf_concat_char_iter() 444 __result = _S_new_RopeLeaf(__new_data, __old_len + __len, in _S_leaf_concat_char_iter() 449 _RopeRep::__STL_FREE_STRING(__new_data, __old_len + __len, in _S_leaf_concat_char_iter()
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | string | 3151 pointer __new_data, __p; 3157 __new_data = __get_short_pointer(); 3163 __new_data = __alloc_traits::allocate(__alloc(), __res_arg+1); 3170 __new_data = __alloc_traits::allocate(__alloc(), __res_arg+1); 3178 if (__new_data == nullptr) 3186 traits_type::copy(_VSTD::__to_raw_pointer(__new_data), 3194 __set_long_pointer(__new_data);
|