Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dstl_tree.h1055 _Link_type __top = _M_clone_node(__x); in _M_copy() local
1056 __top->_M_parent = __p; in _M_copy()
1060 __top->_M_right = _M_copy(_S_right(__x), __top); in _M_copy()
1061 __p = __top; in _M_copy()
1074 __STL_UNWIND(_M_erase(__top)); in _M_copy()
1076 return __top; in _M_copy()