HomeSort by: relevance | last modified time | path
    Searched defs:__destroy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_construct.h 160 __destroy(_ForwardIterator __first, _ForwardIterator __last) function in struct:_Destroy_aux
172 __destroy(_ForwardIterator, _ForwardIterator) { } function in struct:_Destroy_aux
193 return std::_Destroy_aux<false>::__destroy(__first, __last);
196 __destroy(__first, __last);
stl_construct.h 160 __destroy(_ForwardIterator __first, _ForwardIterator __last) function in struct:_Destroy_aux
172 __destroy(_ForwardIterator, _ForwardIterator) { } function in struct:_Destroy_aux
193 return std::_Destroy_aux<false>::__destroy(__first, __last);
196 __destroy(__first, __last);

Completed in 94 milliseconds