Searched refs:grandparent (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/gcc/libiberty/
H A Dsplay-tree.c75 and grandparent, respectively, of NODE. */
78 splay_tree_splay_helper (sp, key, node, parent, grandparent)
83 splay_tree_node *grandparent;
121 /* First, handle the case where there is no grandparent (i.e.,
123 if (!grandparent)
141 if (n == (*parent)->left && *parent == (*grandparent)->left)
145 (*grandparent)->left = p->right;
146 p->right = *grandparent;
149 *grandparent = n;
152 else if (n == (*parent)->right && *parent == (*grandparent)
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Ddwarfout.c1325 register tree grandparent = BLOCK_SUPERCONTEXT (parent);
1327 if (TREE_CODE (grandparent) == FUNCTION_DECL)
1317 register tree grandparent = BLOCK_SUPERCONTEXT (parent); local
H A Ddwarf2out.c6246 register tree grandparent = BLOCK_SUPERCONTEXT (parent);
6248 if (TREE_CODE (grandparent) == FUNCTION_DECL)
6238 register tree grandparent = BLOCK_SUPERCONTEXT (parent); local

Completed in 65 milliseconds