Searched refs:gfc_add_pure (Results 1 – 11 of 11) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | symbol.c | 1618 gfc_add_pure (symbol_attribute *attr, locus *where) in gfc_add_pure() function 2147 if (src->pure && !gfc_add_pure (dest, where)) in gfc_copy_attr()
|
H A D | symbol.cc | 1625 gfc_add_pure (symbol_attribute *attr, locus *where) in gfc_add_pure() function 2154 if (src->pure && !gfc_add_pure (dest, where)) in gfc_copy_attr()
|
H A D | decl.c | 6390 if (!gfc_add_pure (¤t_attr, NULL)) in gfc_match_prefix() 6428 if (!gfc_add_pure (¤t_attr, NULL)) in gfc_match_prefix() 6492 if (current_attr.pure && !gfc_add_pure (dest, where)) in copy_prefix()
|
H A D | decl.cc | 6471 if (!gfc_add_pure (¤t_attr, NULL)) in gfc_match_prefix() 6509 if (!gfc_add_pure (¤t_attr, NULL)) in gfc_match_prefix() 6573 if (current_attr.pure && !gfc_add_pure (dest, where)) in copy_prefix()
|
H A D | gfortran.h | 3394 bool gfc_add_pure (symbol_attribute *, locus *);
|
H A D | ChangeLog-2005 | 3437 gfc_add_pure, gfc_add_recursive, gfc_add_intent,
|
H A D | ChangeLog-2006 | 746 gfc_add_pure, gfc_add_recursive, gfc_add_procedure,
|
H A D | ChangeLog-2007 | 1498 * symbol.c (gfc_add_elemental,gfc_add_pure,gfc_add_recursive):
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | symbol.c | 1618 gfc_add_pure (symbol_attribute *attr, locus *where) in gfc_add_pure() function 2147 if (src->pure && !gfc_add_pure (dest, where)) in gfc_copy_attr()
|
H A D | gfortran.h | 3111 bool gfc_add_pure (symbol_attribute *, locus *);
|
H A D | decl.c | 6390 if (!gfc_add_pure (¤t_attr, NULL)) in gfc_match_prefix() 6428 if (!gfc_add_pure (¤t_attr, NULL)) in gfc_match_prefix() 6492 if (current_attr.pure && !gfc_add_pure (dest, where)) in copy_prefix()
|