Searched refs:gfc_add_recursive (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | symbol.cc | 1643 gfc_add_recursive (symbol_attribute *attr, locus *where) in gfc_add_recursive() function 2156 if (src->recursive && !gfc_add_recursive (dest, where)) in gfc_copy_attr()
|
H A D | gfortran.h | 3395 bool gfc_add_recursive (symbol_attribute *, locus *);
|
H A D | decl.cc | 6487 if (!gfc_add_recursive (¤t_attr, NULL)) in gfc_match_prefix() 6584 if (current_attr.recursive && !gfc_add_recursive (dest, where)) in copy_prefix()
|
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-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | symbol.c | 1636 gfc_add_recursive (symbol_attribute *attr, locus *where) in gfc_add_recursive() function 2149 if (src->recursive && !gfc_add_recursive (dest, where)) in gfc_copy_attr()
|
H A D | gfortran.h | 3112 bool gfc_add_recursive (symbol_attribute *, locus *);
|
H A D | decl.c | 6398 if (!gfc_add_recursive (¤t_attr, NULL)) in gfc_match_prefix() 6495 if (current_attr.recursive && !gfc_add_recursive (dest, where)) in copy_prefix()
|