Home
last modified time | relevance | path

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 Dgfortran.h3601 gfc_symtree* gfc_get_tbp_symtree (gfc_symtree**, const char*);
H A Dmodule.c4001 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 Ddecl.c4401 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 Dclass.c3074 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 Dmodule.cc4152 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 Ddecl.cc4506 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 Dgfortran.h3889 gfc_symtree* gfc_get_tbp_symtree (gfc_symtree**, const char*);
H A DChangeLog-20092947 (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 DChangeLog-2016607 * decl.c (gfc_match_decl_type_spec): Use gfc_get_tbp_symtree,
610 Use gfc_get_tbp_symtree to avoid ICE.
H A DChangeLog-20103868 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 Dclass.cc3088 gfc_get_tbp_symtree (gfc_symtree **root, const char *name) in gfc_get_tbp_symtree() function