Searched refs:__next_node (Results 1 – 2 of 2) sorted by relevance
232 #define next_node(n, src) __next_node((n), &(src))233 static inline int __next_node(int n, const nodemask_t *srcp) in __next_node() function
519 _Node_base* __next_node = __pos._M_node->_M_next;522 __prev_node->_M_next = __next_node;523 __next_node->_M_prev = __prev_node;526 return iterator(__next_node);