Searched refs:__first_cut (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | stl_algo.h | 2453 _BidirectionalIterator __first_cut = __first; in _GLIBCXX_VISIBILITY() local 2460 std::advance(__first_cut, __len11); in _GLIBCXX_VISIBILITY() 2462 = std::__lower_bound(__middle, __last, *__first_cut, in _GLIBCXX_VISIBILITY() 2470 __first_cut in _GLIBCXX_VISIBILITY() 2473 __len11 = std::distance(__first, __first_cut); in _GLIBCXX_VISIBILITY() 2477 = std::__rotate_adaptive(__first_cut, __middle, __second_cut, in _GLIBCXX_VISIBILITY() 2480 std::__merge_adaptive(__first, __first_cut, __new_middle, __len11, in _GLIBCXX_VISIBILITY() 2509 _BidirectionalIterator __first_cut = __first; in _GLIBCXX_VISIBILITY() local 2516 std::advance(__first_cut, __len11); in _GLIBCXX_VISIBILITY() 2518 = std::__lower_bound(__middle, __last, *__first_cut, in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | stl_algo.h | 2417 _BidirectionalIterator __first_cut = __first; in _GLIBCXX_VISIBILITY() local 2424 std::advance(__first_cut, __len11); in _GLIBCXX_VISIBILITY() 2426 = std::__lower_bound(__middle, __last, *__first_cut, in _GLIBCXX_VISIBILITY() 2434 __first_cut in _GLIBCXX_VISIBILITY() 2437 __len11 = std::distance(__first, __first_cut); in _GLIBCXX_VISIBILITY() 2441 = std::__rotate_adaptive(__first_cut, __middle, __second_cut, in _GLIBCXX_VISIBILITY() 2444 std::__merge_adaptive(__first, __first_cut, __new_middle, __len11, in _GLIBCXX_VISIBILITY() 2473 _BidirectionalIterator __first_cut = __first; in _GLIBCXX_VISIBILITY() local 2480 std::advance(__first_cut, __len11); in _GLIBCXX_VISIBILITY() 2482 = std::__lower_bound(__middle, __last, *__first_cut, in _GLIBCXX_VISIBILITY() [all …]
|