Home
last modified time | relevance | path

Searched refs:delete_treap (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dbbt.cc171 delete_treap (gfc_bbt *old, gfc_bbt *t, compare_fn compare) in delete_treap() function
181 t->left = delete_treap (old, t->left, compare); in delete_treap()
183 t->right = delete_treap (old, t->right, compare); in delete_treap()
197 *t = delete_treap ((gfc_bbt *) old, *t, compare); in gfc_delete_bbt()
H A DChangeLog-20032303 (delete_treap): Likewise. Also fix a potential bug when calling it.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dbbt.c171 delete_treap (gfc_bbt *old, gfc_bbt *t, compare_fn compare) in delete_treap() function
181 t->left = delete_treap (old, t->left, compare); in delete_treap()
183 t->right = delete_treap (old, t->right, compare); in delete_treap()
197 *t = delete_treap ((gfc_bbt *) old, *t, compare); in gfc_delete_bbt()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dunit.c292 delete_treap (gfc_unit *old, gfc_unit *t) in delete_treap() function
302 t->left = delete_treap (old, t->left); in delete_treap()
304 t->right = delete_treap (old, t->right); in delete_treap()
317 unit_root = delete_treap (old, unit_root); in delete_unit()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunit.c292 delete_treap (gfc_unit *old, gfc_unit *t) in delete_treap() function
302 t->left = delete_treap (old, t->left); in delete_treap()
304 t->right = delete_treap (old, t->right); in delete_treap()
317 unit_root = delete_treap (old, unit_root); in delete_unit()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2004930 insert_unit, delete_root, delete_treap, delete_unit, find_unit,