Searched refs:__new_data (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| D | ropeimpl.h | 409 _CharT* __new_data = (_CharT*) in _S_leaf_concat_char_iter() local 413 uninitialized_copy_n(__r->_M_data, __old_len, __new_data); in _S_leaf_concat_char_iter() 414 uninitialized_copy_n(__iter, __len, __new_data + __old_len); in _S_leaf_concat_char_iter() 415 _S_cond_store_eos(__new_data[__old_len + __len]); in _S_leaf_concat_char_iter() 417 __result = _S_new_RopeLeaf(__new_data, __old_len + __len, in _S_leaf_concat_char_iter() 422 _RopeRep::__STL_FREE_STRING(__new_data, __old_len + __len, in _S_leaf_concat_char_iter()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| 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()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | string | 3350 pointer __new_data, __p; 3356 __new_data = __get_short_pointer(); 3363 __new_data = __allocation.ptr; 3373 __new_data = __allocation.ptr; 3382 if (__new_data == nullptr) 3386 __begin_lifetime(__new_data, __target_capacity + 1); 3391 traits_type::copy(std::__to_address(__new_data), 3399 __set_long_pointer(__new_data);
|