Home
last modified time | relevance | path

Searched refs:gfc_add_access (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Ddecl.c5701 t = gfc_add_access (&current_attr, ACCESS_PRIVATE, NULL, in match_attr_spec()
5706 t = gfc_add_access (&current_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 Ddecl.cc5782 t = gfc_add_access (&current_attr, ACCESS_PRIVATE, NULL, in match_attr_spec()
5787 t = gfc_add_access (&current_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 Dsymbol.c1876 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 Dsymbol.cc1883 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 Dgfortran.h3403 bool gfc_add_access (symbol_attribute *, gfc_access, const char *, locus *);
H A DChangeLog-20053409 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 DChangeLog-20042107 gfc_add_access, gfc_add_explicit_interface, gfc_add_type,
H A DChangeLog-2008850 * symbol.c (gfc_add_access): Access can be updated if use
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddecl.c5701 t = gfc_add_access (&current_attr, ACCESS_PRIVATE, NULL, in match_attr_spec()
5706 t = gfc_add_access (&current_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 Dsymbol.c1876 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 Dgfortran.h3120 bool gfc_add_access (symbol_attribute *, gfc_access, const char *, locus *);