Home
last modified time | relevance | path

Searched refs:gfc_add_volatile (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsymbol.cc1352 gfc_add_volatile (symbol_attribute *attr, const char *name, locus *where) in gfc_add_volatile() function
2103 if (src->volatile_ && !gfc_add_volatile (dest, NULL, where)) in gfc_copy_attr()
H A Dgfortran.h3398 bool gfc_add_volatile (symbol_attribute *, const char *, locus *);
H A Ddecl.cc5827 t = gfc_add_volatile (&current_attr, NULL, &seen_at[d]); in match_attr_spec()
9787 if (!gfc_add_volatile (&sym->attr, sym->name, &gfc_current_locus)) in gfc_match_volatile()
H A DChangeLog-20074826 * symbol.c (gfc_add_volatile): Allow to set VOLATILE
5115 * symbol.c (gfc_add_volatile): Allow setting of VOLATILE
H A DChangeLog-20181450 * symbol.c (gfc_add_volatile): Enforce F2008:C1282 and F2018:C1588.
H A DChangeLog-2006798 * symbol.c (check_conflict, gfc_add_volatile): Add volatile support.
H A DChangeLog-20104854 * symbol.c (check_conflict, gfc_add_volatile, gfc_copy_attr,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsymbol.c1345 gfc_add_volatile (symbol_attribute *attr, const char *name, locus *where) in gfc_add_volatile() function
2096 if (src->volatile_ && !gfc_add_volatile (dest, NULL, where)) in gfc_copy_attr()
H A Dgfortran.h3115 bool gfc_add_volatile (symbol_attribute *, const char *, locus *);
H A Ddecl.c5738 t = gfc_add_volatile (&current_attr, NULL, &seen_at[d]); in match_attr_spec()
9699 if (!gfc_add_volatile (&sym->attr, sym->name, &gfc_current_locus)) in gfc_match_volatile()