Home
last modified time | relevance | path

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

/art/compiler/utils/
Dintrusive_forward_list.h268 const_iterator before_last = first; in splice_after() local
269 while (++const_iterator(before_last) != last) { in splice_after()
270 ++before_last; in splice_after()
276 before_last.hook_->next_hook = position.hook_->next_hook; in splice_after()