Searched refs:gfc_add_value (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | symbol.cc | 1332 gfc_add_value (symbol_attribute *attr, const char *name, locus *where) in gfc_add_value() function 2101 if (src->value && !gfc_add_value (dest, NULL, where)) in gfc_copy_attr()
|
H A D | gfortran.h | 3406 bool gfc_add_value (symbol_attribute *, const char *, locus *);
|
H A D | decl.cc | 5820 t = gfc_add_value (¤t_attr, NULL, &seen_at[d]); in match_attr_spec() 9723 if (!gfc_add_value (&sym->attr, sym->name, &gfc_current_locus)) in gfc_match_value()
|
H A D | ChangeLog-2006 | 354 (gfc_add_value): New function. 360 add a prototype for gfc_add_value
|
H A D | ChangeLog-2007 | 3129 gfc_check_any_c_kind, gfc_add_is_bind_c, gfc_add_value,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | symbol.c | 1325 gfc_add_value (symbol_attribute *attr, const char *name, locus *where) in gfc_add_value() function 2094 if (src->value && !gfc_add_value (dest, NULL, where)) in gfc_copy_attr()
|
H A D | gfortran.h | 3123 bool gfc_add_value (symbol_attribute *, const char *, locus *);
|
H A D | decl.c | 5731 t = gfc_add_value (¤t_attr, NULL, &seen_at[d]); in match_attr_spec() 9635 if (!gfc_add_value (&sym->attr, sym->name, &gfc_current_locus)) in gfc_match_value()
|