Home | History | Annotate | Download | only in bits

Lines Matching defs:__result

1138 	  pointer __result = this->_M_allocate(__n);
1141 std::__uninitialized_copy_a(__first, __last, __result,
1143 return __result;
1147 _M_deallocate(__result, __n);