| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| bbt.cc | 97 insert (gfc_bbt *new_bbt, gfc_bbt *t, compare_fn compare) 130 gfc_insert_bbt (void *root, void *new_node, compare_fn compare) 172 delete_treap (gfc_bbt *old, gfc_bbt *t, compare_fn compare, gfc_bbt **removed) 201 according to the COMPARE_FN function. This updates the *ROOT pointer to 206 gfc_delete_bbt (void *root, void *old, compare_fn compare)
|
| gfortran.h | 3965 typedef int (*compare_fn) (void *, void *); typedef 3966 void gfc_insert_bbt (void *, void *, compare_fn); 3967 void * gfc_delete_bbt (void *, void *, compare_fn);
|
| module.cc | 304 compare_fn compare;
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| bbt.cc | 97 insert (gfc_bbt *new_bbt, gfc_bbt *t, compare_fn compare) 130 gfc_insert_bbt (void *root, void *new_node, compare_fn compare) 171 delete_treap (gfc_bbt *old, gfc_bbt *t, compare_fn compare) 192 gfc_delete_bbt (void *root, void *old, compare_fn compare)
|
| gfortran.h | 3833 typedef int (*compare_fn) (void *, void *); typedef 3834 void gfc_insert_bbt (void *, void *, compare_fn); 3835 void gfc_delete_bbt (void *, void *, compare_fn);
|
| module.cc | 304 compare_fn compare;
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| splay-tree.c | 269 /* Allocate a new splay tree, using COMPARE_FN to compare nodes, 275 splay_tree_new (splay_tree_compare_fn compare_fn, 280 (compare_fn, delete_key_fn, delete_value_fn, 285 /* Allocate a new splay tree, using COMPARE_FN to compare nodes, 290 splay_tree_new_with_allocator (splay_tree_compare_fn compare_fn, 298 splay_tree_new_typed_alloc (compare_fn, delete_key_fn, delete_value_fn, 306 (splay_tree_compare_fn @var{compare_fn}, @ 319 The splay tree will use @var{compare_fn} to compare nodes, 332 splay_tree_new_typed_alloc (splay_tree_compare_fn compare_fn, 344 sp->comp = compare_fn; [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| splay-tree.c | 269 /* Allocate a new splay tree, using COMPARE_FN to compare nodes, 275 splay_tree_new (splay_tree_compare_fn compare_fn, 280 (compare_fn, delete_key_fn, delete_value_fn, 285 /* Allocate a new splay tree, using COMPARE_FN to compare nodes, 290 splay_tree_new_with_allocator (splay_tree_compare_fn compare_fn, 298 splay_tree_new_typed_alloc (compare_fn, delete_key_fn, delete_value_fn, 306 (splay_tree_compare_fn @var{compare_fn}, @ 319 The splay tree will use @var{compare_fn} to compare nodes, 332 splay_tree_new_typed_alloc (splay_tree_compare_fn compare_fn, 344 sp->comp = compare_fn; [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| typed-splay-tree.h | 31 typedef int (*compare_fn) (key_type, key_type); typedef in class:typed_splay_tree 36 typed_splay_tree (compare_fn, 98 compare_fn comp; 111 typed_splay_tree (compare_fn compare_fn, 116 comp = compare_fn;
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| splay-tree.c | 269 /* Allocate a new splay tree, using COMPARE_FN to compare nodes, 275 splay_tree_new (splay_tree_compare_fn compare_fn, 280 (compare_fn, delete_key_fn, delete_value_fn, 285 /* Allocate a new splay tree, using COMPARE_FN to compare nodes, 290 splay_tree_new_with_allocator (splay_tree_compare_fn compare_fn, 298 splay_tree_new_typed_alloc (compare_fn, delete_key_fn, delete_value_fn, 306 (splay_tree_compare_fn @var{compare_fn}, @ 319 The splay tree will use @var{compare_fn} to compare nodes, 332 splay_tree_new_typed_alloc (splay_tree_compare_fn compare_fn, 344 sp->comp = compare_fn; [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| typed-splay-tree.h | 31 typedef int (*compare_fn) (key_type, key_type); typedef in class:typed_splay_tree 36 typed_splay_tree (compare_fn, 98 compare_fn comp; 111 typed_splay_tree (compare_fn compare_fn, 116 comp = compare_fn;
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| splay-tree.c | 269 /* Allocate a new splay tree, using COMPARE_FN to compare nodes, 275 splay_tree_new (splay_tree_compare_fn compare_fn, 280 (compare_fn, delete_key_fn, delete_value_fn, 285 /* Allocate a new splay tree, using COMPARE_FN to compare nodes, 290 splay_tree_new_with_allocator (splay_tree_compare_fn compare_fn, 298 splay_tree_new_typed_alloc (compare_fn, delete_key_fn, delete_value_fn, 306 (splay_tree_compare_fn @var{compare_fn}, @ 319 The splay tree will use @var{compare_fn} to compare nodes, 332 splay_tree_new_typed_alloc (splay_tree_compare_fn compare_fn, 344 sp->comp = compare_fn; [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| splay-tree.c | 269 /* Allocate a new splay tree, using COMPARE_FN to compare nodes, 275 splay_tree_new (splay_tree_compare_fn compare_fn, 280 (compare_fn, delete_key_fn, delete_value_fn, 285 /* Allocate a new splay tree, using COMPARE_FN to compare nodes, 290 splay_tree_new_with_allocator (splay_tree_compare_fn compare_fn, 298 splay_tree_new_typed_alloc (compare_fn, delete_key_fn, delete_value_fn, 306 (splay_tree_compare_fn @var{compare_fn}, @ 319 The splay tree will use @var{compare_fn} to compare nodes, 332 splay_tree_new_typed_alloc (splay_tree_compare_fn compare_fn, 344 sp->comp = compare_fn; [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| splay-tree.c | 269 /* Allocate a new splay tree, using COMPARE_FN to compare nodes, 275 splay_tree_new (splay_tree_compare_fn compare_fn, 280 (compare_fn, delete_key_fn, delete_value_fn, 285 /* Allocate a new splay tree, using COMPARE_FN to compare nodes, 290 splay_tree_new_with_allocator (splay_tree_compare_fn compare_fn, 298 splay_tree_new_typed_alloc (compare_fn, delete_key_fn, delete_value_fn, 306 (splay_tree_compare_fn @var{compare_fn}, @ 319 The splay tree will use @var{compare_fn} to compare nodes, 332 splay_tree_new_typed_alloc (splay_tree_compare_fn compare_fn, 344 sp->comp = compare_fn; [all...] |