HomeSort by: relevance | last modified time | path
    Searched refs:_right (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/mip/
node.h 91 struct node *_right; member in union:node::__anon7946::__anon7947::__anon7949
123 #define n_right n_f.n_u.n_r._right
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
rbtree.d 88 private Node _right;
124 return _right;
163 _right = newNode;
171 // performs rotate-right operation, where this is T, _right is R, _left is
201 Node tmp = _left._right;
212 // assumes _right is non null
214 // performs rotate-left operation, where this is T, _right is R, _left is
235 assert(_right !is null, "right node must not be null");
239 // sets _right._parent also
241 parent.left = _right;
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pass1.h 254 struct p1node *_right; member in union:p1node::__anon7913::__anon7914::__anon7916

Completed in 25 milliseconds