/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | decl.c | 5701 t = gfc_add_access (¤t_attr, ACCESS_PRIVATE, NULL, in match_attr_spec() 5706 t = gfc_add_access (¤t_attr, ACCESS_PUBLIC, NULL, in match_attr_spec() 9090 if (!gfc_add_access (&sym->attr, access, sym->name, NULL)) in access_attr_decl() 9094 && !gfc_add_access (&dt_sym->attr, access, sym->name, NULL)) in access_attr_decl() 10074 if (!gfc_add_access (attr, ACCESS_PRIVATE, NULL, NULL)) in gfc_get_type_attr_spec() 10086 if (!gfc_add_access (attr, ACCESS_PUBLIC, NULL, NULL)) in gfc_get_type_attr_spec() 10581 && !gfc_add_access (&sym->attr, attr.access, sym->name, NULL)) in gfc_match_derived_decl() 10585 && !gfc_add_access (&sym->attr, gensym->attr.access, in gfc_match_derived_decl()
|
H A D | decl.cc | 5782 t = gfc_add_access (¤t_attr, ACCESS_PRIVATE, NULL, in match_attr_spec() 5787 t = gfc_add_access (¤t_attr, ACCESS_PUBLIC, NULL, in match_attr_spec() 9170 if (!gfc_add_access (&sym->attr, access, sym->name, NULL)) in access_attr_decl() 9174 && !gfc_add_access (&dt_sym->attr, access, sym->name, NULL)) in access_attr_decl() 10156 if (!gfc_add_access (attr, ACCESS_PRIVATE, NULL, NULL)) in gfc_get_type_attr_spec() 10168 if (!gfc_add_access (attr, ACCESS_PUBLIC, NULL, NULL)) in gfc_get_type_attr_spec() 10663 && !gfc_add_access (&sym->attr, attr.access, sym->name, NULL)) in gfc_match_derived_decl() 10667 && !gfc_add_access (&sym->attr, gensym->attr.access, in gfc_match_derived_decl()
|
H A D | symbol.c | 1876 gfc_add_access (symbol_attribute *attr, gfc_access access, in gfc_add_access() function 2161 && !gfc_add_access (dest, src->access, NULL, where)) in gfc_copy_attr()
|
H A D | symbol.cc | 1883 gfc_add_access (symbol_attribute *attr, gfc_access access, in gfc_add_access() function 2168 && !gfc_add_access (dest, src->access, NULL, where)) in gfc_copy_attr()
|
H A D | gfortran.h | 3403 bool gfc_add_access (symbol_attribute *, gfc_access, const char *, locus *);
|
H A D | ChangeLog-2005 | 3409 gfc_add_subroutine, gfc_add_access, gfc_add_flavor, gfc_add_entry, 3432 gfc_add_subroutine, gfc_add_access, gfc_add_flavor, gfc_add_entry,
|
H A D | ChangeLog-2004 | 2107 gfc_add_access, gfc_add_explicit_interface, gfc_add_type,
|
H A D | ChangeLog-2008 | 850 * symbol.c (gfc_add_access): Access can be updated if use
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | decl.c | 5701 t = gfc_add_access (¤t_attr, ACCESS_PRIVATE, NULL, in match_attr_spec() 5706 t = gfc_add_access (¤t_attr, ACCESS_PUBLIC, NULL, in match_attr_spec() 9090 if (!gfc_add_access (&sym->attr, access, sym->name, NULL)) in access_attr_decl() 9094 && !gfc_add_access (&dt_sym->attr, access, sym->name, NULL)) in access_attr_decl() 10074 if (!gfc_add_access (attr, ACCESS_PRIVATE, NULL, NULL)) in gfc_get_type_attr_spec() 10086 if (!gfc_add_access (attr, ACCESS_PUBLIC, NULL, NULL)) in gfc_get_type_attr_spec() 10581 && !gfc_add_access (&sym->attr, attr.access, sym->name, NULL)) in gfc_match_derived_decl() 10585 && !gfc_add_access (&sym->attr, gensym->attr.access, in gfc_match_derived_decl()
|
H A D | symbol.c | 1876 gfc_add_access (symbol_attribute *attr, gfc_access access, in gfc_add_access() function 2161 && !gfc_add_access (dest, src->access, NULL, where)) in gfc_copy_attr()
|
H A D | gfortran.h | 3120 bool gfc_add_access (symbol_attribute *, gfc_access, const char *, locus *);
|