Home | History | Annotate | Download | only in include

Lines Matching full:__new_data

2890         pointer __new_data, __p;
2896 __new_data = __get_short_pointer();
2902 __new_data = __alloc_traits::allocate(__alloc(), __res_arg+1);
2909 __new_data = __alloc_traits::allocate(__alloc(), __res_arg+1);
2917 if (__new_data == nullptr)
2925 traits_type::copy(_VSTD::__to_raw_pointer(__new_data),
2933 __set_long_pointer(__new_data);