Home
last modified time | relevance | path

Searched refs:__j2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dstable_sort.h53 value_type* __j2 = __last2; in __insertion_sort_move() local
54 value_type* __i2 = __j2; in __insertion_sort_move()
56 ::new ((void*)__j2) value_type(std::move(*__i2)); in __insertion_sort_move()
58 for (--__j2; __i2 != __first2 && __comp(*__first1, *--__i2); --__j2) in __insertion_sort_move()
59 *__j2 = std::move(*__i2); in __insertion_sort_move()
60 *__j2 = _Ops::__iter_move(__first1); in __insertion_sort_move()
62 ::new ((void*)__j2) value_type(_Ops::__iter_move(__first1)); in __insertion_sort_move()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstring1660 replace(const_iterator __i1, const_iterator __i2, _InputIterator __j1, _InputIterator __j2);
3190 const_iterator __i1, const_iterator __i2, _InputIterator __j1, _InputIterator __j2) {
3191 const basic_string __temp(__j1, __j2, __alloc());