Searched refs:gfc_add_volatile (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | symbol.cc | 1352 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 D | gfortran.h | 3398 bool gfc_add_volatile (symbol_attribute *, const char *, locus *);
|
H A D | decl.cc | 5827 t = gfc_add_volatile (¤t_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 D | ChangeLog-2007 | 4826 * symbol.c (gfc_add_volatile): Allow to set VOLATILE 5115 * symbol.c (gfc_add_volatile): Allow setting of VOLATILE
|
H A D | ChangeLog-2018 | 1450 * symbol.c (gfc_add_volatile): Enforce F2008:C1282 and F2018:C1588.
|
H A D | ChangeLog-2006 | 798 * symbol.c (check_conflict, gfc_add_volatile): Add volatile support.
|
H A D | ChangeLog-2010 | 4854 * symbol.c (check_conflict, gfc_add_volatile, gfc_copy_attr,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | symbol.c | 1345 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 D | gfortran.h | 3115 bool gfc_add_volatile (symbol_attribute *, const char *, locus *);
|
H A D | decl.c | 5738 t = gfc_add_volatile (¤t_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()
|