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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rbtree.cc 31 t->rbt_nil = (rbt_string_node *) malloc (sizeof (rbt_string_node));
32 t->rbt_nil->color = RBT_BLACK;
33 t->rbt_root = t->rbt_nil;
44 nodeptr->left = t->rbt_nil;
45 nodeptr->right = t->rbt_nil;
60 if (right->left != t->rbt_nil)
66 if (node->par == t->rbt_nil)
87 if (left->right != t->rbt_nil)
93 if (node->par == t->rbt_nil)
111 struct rbt_string_node *trail = t->rbt_nil;
    [all...]
rbtree.h 38 rbt_nil points to a sentinel node, which is the parent of root
43 struct rbt_string_node *rbt_nil; member in struct:rbt_strings
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rbtree.cc 31 t->rbt_nil = (rbt_string_node *) malloc (sizeof (rbt_string_node));
32 t->rbt_nil->color = RBT_BLACK;
33 t->rbt_root = t->rbt_nil;
44 nodeptr->left = t->rbt_nil;
45 nodeptr->right = t->rbt_nil;
60 if (right->left != t->rbt_nil)
66 if (node->par == t->rbt_nil)
87 if (left->right != t->rbt_nil)
93 if (node->par == t->rbt_nil)
111 struct rbt_string_node *trail = t->rbt_nil;
    [all...]
rbtree.h 38 rbt_nil points to a sentinel node, which is the parent of root
43 struct rbt_string_node *rbt_nil; member in struct:rbt_strings

Completed in 24 milliseconds