Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/libstdc++/include/ext/
Dropeimpl.h435 _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-10-stable/contrib/libc++/include/
Dstring3205 pointer __new_data, __p;
3211 __new_data = __get_short_pointer();
3217 __new_data = __alloc_traits::allocate(__alloc(), __res_arg+1);
3224 __new_data = __alloc_traits::allocate(__alloc(), __res_arg+1);
3232 if (__new_data == nullptr)
3240 traits_type::copy(_VSTD::__to_raw_pointer(__new_data),
3248 __set_long_pointer(__new_data);