Searched refs:simplify_ref_chain (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dexpr.c2039 simplify_ref_chain (gfc_ref *ref, int type, gfc_expr **p) function
2202 simplify_ref_chain (p->ref, type, &p);
2239 if (!simplify_ref_chain (p->ref, type, &p))
2302 if (!simplify_ref_chain (p->ref, type, &p))
2309 if (!simplify_ref_chain (p->ref, type, &p))
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dexpr.cc2055 simplify_ref_chain (gfc_ref *ref, int type, gfc_expr **p) function
2218 simplify_ref_chain (p->ref, type, &p);
2256 if (!simplify_ref_chain (p->ref, type, &p))
2319 if (!simplify_ref_chain (p->ref, type, &p))
2326 if (!simplify_ref_chain (p->ref, type, &p))

Completed in 214 milliseconds