Home | History | Annotate | Download | only in bits

Lines Matching refs:__result

979 	  pointer __result = this->_M_allocate(__n);
982 std::__uninitialized_copy_a(__first, __last, __result,
984 return __result;
988 _M_deallocate(__result, __n);