Searched refs:gfc_get_tbp_symtree (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | gfortran.h | 3601 gfc_symtree* gfc_get_tbp_symtree (gfc_symtree**, const char*);
|
H A D | module.c | 4001 g->specific_st = gfc_get_tbp_symtree (sym_root, atom_string); in mio_typebound_proc() 4052 st = gfc_get_tbp_symtree (root, atom_string); in mio_full_typebound_tree()
|
H A D | decl.c | 4401 st = gfc_get_tbp_symtree (&gfc_current_ns->sym_root, "STAR"); in gfc_match_decl_type_spec() 11446 gfc_symtree* st = gfc_get_tbp_symtree (is_op ? &ns->tb_uop_root : in gfc_match_generic() 11478 target_st = gfc_get_tbp_symtree (&ns->tb_sym_root, name); in gfc_match_generic()
|
H A D | class.c | 3074 gfc_get_tbp_symtree (gfc_symtree **root, const char *name) in gfc_get_tbp_symtree() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | module.cc | 4152 g->specific_st = gfc_get_tbp_symtree (sym_root, atom_string); in mio_typebound_proc() 4203 st = gfc_get_tbp_symtree (root, atom_string); in mio_full_typebound_tree()
|
H A D | decl.cc | 4506 st = gfc_get_tbp_symtree (&gfc_current_ns->sym_root, "STAR"); in gfc_match_decl_type_spec() 11536 gfc_symtree* st = gfc_get_tbp_symtree (is_op ? &ns->tb_uop_root : in gfc_match_generic() 11568 target_st = gfc_get_tbp_symtree (&ns->tb_sym_root, name); in gfc_match_generic()
|
H A D | gfortran.h | 3889 gfc_symtree* gfc_get_tbp_symtree (gfc_symtree**, const char*);
|
H A D | ChangeLog-2009 | 2947 (gfc_get_tbp_symtree): New procedure. 2956 (gfc_get_tbp_symtree): New method. 2963 (mio_typebound_proc): Ditto, create symtrees using "gfc_get_tbp_symtree"
|
H A D | ChangeLog-2016 | 607 * decl.c (gfc_match_decl_type_spec): Use gfc_get_tbp_symtree, 610 Use gfc_get_tbp_symtree to avoid ICE.
|
H A D | ChangeLog-2010 | 3868 gfc_get_tbp_symtree): Moved here from other places. 3873 gfc_find_typebound_intrinsic_op,gfc_get_tbp_symtree, 3882 gfc_get_tbp_symtree): Move to class.c.
|
H A D | class.cc | 3088 gfc_get_tbp_symtree (gfc_symtree **root, const char *name) in gfc_get_tbp_symtree() function
|