Searched defs:__buffer_end (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_algo.h | 3305 _BidirectionalIter2 __buffer_end; in __rotate_adaptive() local 3406 _Pointer __buffer_end = copy(__first, __middle, __buffer); in __merge_adaptive() local 3410 _Pointer __buffer_end = copy(__middle, __last, __buffer); in __merge_adaptive() local 3457 _Pointer __buffer_end = copy(__first, __middle, __buffer); in __merge_adaptive() local 3461 _Pointer __buffer_end = copy(__middle, __last, __buffer); in __merge_adaptive() local
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | stl_algo.h | 3553 _BidirectionalIterator2 __buffer_end; in __rotate_adaptive() local 3590 _Pointer __buffer_end = std::copy(__first, __middle, __buffer); in __merge_adaptive() local 3595 _Pointer __buffer_end = std::copy(__middle, __last, __buffer); in __merge_adaptive() local 3650 _Pointer __buffer_end = std::copy(__first, __middle, __buffer); in __merge_adaptive() local 3655 _Pointer __buffer_end = std::copy(__middle, __last, __buffer); in __merge_adaptive() local
|