Home
last modified time | relevance | path

Searched refs:gfc_add_attribute (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-2006740 (gfc_add_attribute): Remove reference to check_done and remove
749 gfc_add_attribute.
750 * gfortran.h : Change prototype for gfc_add_attribute.
3429 * gfortran.h (gfc_add_attribute): Change uint to unsigned int.
3430 * symbol.c (gfc_add_attribute): Likewise for definition.
4260 * symbol.c (gfc_add_attribute): If the current_attr has non-zero
4263 in the call to gfc_add_attribute.
4265 gfc_add_attribute.
4362 (gfc_add_attribute): New catch-all function to perform the
4365 * decl.c (attr_decl1): Call gfc_add_attribute for each of -
[all …]
H A Dgfortran.h3362 bool gfc_add_attribute (symbol_attribute *, locus *);
H A Dsymbol.c1001 gfc_add_attribute (symbol_attribute *attr, locus *where) in gfc_add_attribute() function
H A Dsymbol.cc1002 gfc_add_attribute (symbol_attribute *attr, locus *where) in gfc_add_attribute() function
H A Ddecl.c8699 if (!gfc_add_attribute (&sym->attr, &var_locus)) in attr_decl1()
H A Ddecl.cc8761 if (!gfc_add_attribute (&sym->attr, &var_locus)) in attr_decl1()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h3077 bool gfc_add_attribute (symbol_attribute *, locus *);
H A Dsymbol.c1001 gfc_add_attribute (symbol_attribute *attr, locus *where) in gfc_add_attribute() function
H A Ddecl.c8699 if (!gfc_add_attribute (&sym->attr, &var_locus)) in attr_decl1()