Searched refs:gfc_equiv (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-common.c892 new_condition (segment_info *v, gfc_equiv *eq1, gfc_equiv *eq2)
912 confirm_condition (segment_info *s1, gfc_equiv *eq1, segment_info *s2,
913 gfc_equiv *eq2)
932 add_condition (segment_info *f, gfc_equiv *eq1, gfc_equiv *eq2)
951 gfc_equiv *e1, *e2, *eq;
1205 gfc_equiv *z, *y;
H A Dgfortran.h1635 struct gfc_equiv *equiv, *old_equiv;
2133 typedef struct gfc_equiv struct
2135 struct gfc_equiv *next, *eq;
2140 gfc_equiv; typedef in typeref:struct:gfc_equiv
2142 #define gfc_get_equiv() XCNEW (gfc_equiv)
2916 void gfc_free_equiv (gfc_equiv *);
2917 void gfc_free_equiv_until (gfc_equiv *, gfc_equiv *);
H A Dmatch.c4495 gfc_equiv *e1, *e2;
4884 gfc_free_equiv_until (gfc_equiv *eq, gfc_equiv *stop)
4897 gfc_free_equiv (gfc_equiv *eq)
4908 gfc_equiv *eq, *set, *tail;
H A Dmodule.c4488 gfc_equiv *head, *tail, *end, *eq, *equiv;
5379 gfc_equiv *eq, *e;
H A Dresolve.c14689 resolve_equivalence (gfc_equiv *eq)
15065 gfc_equiv *eq;

Completed in 202 milliseconds