Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dropeimpl.h192 size_t __node_start_pos = __x._M_leaf_pos; in _GLIBCXX_VISIBILITY() local
196 if (__x._M_current_pos - __node_start_pos < __len) in _GLIBCXX_VISIBILITY()
211 __node_start_pos -= __c->_M_left->_M_size; in _GLIBCXX_VISIBILITY()
225 __node_start_pos += __c->_M_left->_M_size; in _GLIBCXX_VISIBILITY()
246 __x._M_leaf_pos = __node_start_pos; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dropeimpl.h192 size_t __node_start_pos = __x._M_leaf_pos; in _GLIBCXX_VISIBILITY() local
196 if (__x._M_current_pos - __node_start_pos < __len) in _GLIBCXX_VISIBILITY()
211 __node_start_pos -= __c->_M_left->_M_size; in _GLIBCXX_VISIBILITY()
225 __node_start_pos += __c->_M_left->_M_size; in _GLIBCXX_VISIBILITY()
246 __x._M_leaf_pos = __node_start_pos; in _GLIBCXX_VISIBILITY()