Searched refs:delete_treap (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | bbt.cc | 171 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 D | ChangeLog-2003 | 2303 (delete_treap): Likewise. Also fix a potential bug when calling it.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | bbt.c | 171 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 D | unit.c | 292 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 D | unit.c | 292 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 D | ChangeLog-2004 | 930 insert_unit, delete_root, delete_treap, delete_unit, find_unit,
|