Searched refs:gfc_insert_bbt (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | bbt.cc | 130 gfc_insert_bbt (void *root, void *new_node, compare_fn compare) in gfc_insert_bbt() function
|
| H A D | module.cc | 316 gfc_insert_bbt (&pi_root, p, compare); in init_pi_tree() 324 gfc_insert_bbt (&pi_root, p, compare); in init_pi_tree() 368 gfc_insert_bbt (&pi_root, p, compare_pointers); in get_pointer() 402 gfc_insert_bbt (&pi_root, p, compare_integers); in get_integer() 1030 gfc_insert_bbt (&true_name_root, t, compare_true_names); in add_true_name() 5873 gfc_insert_bbt (&written_commons, w, compare_written_commons); in write_common_0() 6165 gfc_insert_bbt (tree, sp, compare_sorted_pointer_info); in find_symbols_to_write()
|
| H A D | symbol.cc | 2718 gfc_insert_bbt (&ns->st_labels, lp, compare_st_labels); in gfc_get_st_label() 2944 gfc_insert_bbt (root, st, compare_symtree); in gfc_new_symtree() 4374 gfc_insert_bbt (&gfc_gsym_root, s, gsym_compare); in gfc_get_gsymbol()
|
| H A D | gfortran.h | 3830 void gfc_insert_bbt (void *, void *, compare_fn);
|
| H A D | ChangeLog-2008 | 1789 * bbt.c (insert, gfc_insert_bbt): Likewise.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | bbt.c | 130 gfc_insert_bbt (void *root, void *new_node, compare_fn compare) in gfc_insert_bbt() function
|
| H A D | module.c | 311 gfc_insert_bbt (&pi_root, p, compare); in init_pi_tree() 319 gfc_insert_bbt (&pi_root, p, compare); in init_pi_tree() 363 gfc_insert_bbt (&pi_root, p, compare_pointers); in get_pointer() 397 gfc_insert_bbt (&pi_root, p, compare_integers); in get_integer() 1025 gfc_insert_bbt (&true_name_root, t, compare_true_names); in add_true_name() 5662 gfc_insert_bbt (&written_commons, w, compare_written_commons); in write_common_0() 5954 gfc_insert_bbt (tree, sp, compare_sorted_pointer_info); in find_symbols_to_write()
|
| H A D | symbol.c | 2711 gfc_insert_bbt (&ns->st_labels, lp, compare_st_labels); in gfc_get_st_label() 2937 gfc_insert_bbt (root, st, compare_symtree); in gfc_new_symtree() 4354 gfc_insert_bbt (&gfc_gsym_root, s, gsym_compare); in gfc_get_gsymbol()
|
| H A D | gfortran.h | 3542 void gfc_insert_bbt (void *, void *, compare_fn);
|