Home
last modified time | relevance | path

Searched refs:gfc_match_equiv_variable (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatch.h290 match gfc_match_equiv_variable (gfc_expr **);
H A Dprimary.c4184 gfc_match_equiv_variable (gfc_expr **result) in gfc_match_equiv_variable() function
H A Dmatch.c5688 m = gfc_match_equiv_variable (&set->expr); in gfc_match_equivalence()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmatch.h301 match gfc_match_equiv_variable (gfc_expr **);
H A Dprimary.cc4192 gfc_match_equiv_variable (gfc_expr **result) in gfc_match_equiv_variable() function
H A DChangeLog-20051585 * match.h (gfc_match_equiv_variable): Declare.
1724 (gfc_match_equiv_variable) New. Interface to match_variable.
H A Dmatch.cc5757 m = gfc_match_equiv_variable (&set->expr); in gfc_match_equivalence()