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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c3547 simplify_intconv (gfc_expr *e, int kind, const char *name) function
3591 return simplify_intconv (e, kind, "INT");
3597 return simplify_intconv (e, 2, "INT2");
3604 return simplify_intconv (e, 8, "INT8");
3611 return simplify_intconv (e, 4, "LONG");
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc3580 simplify_intconv (gfc_expr *e, int kind, const char *name) function
3624 return simplify_intconv (e, kind, "INT");
3630 return simplify_intconv (e, 2, "INT2");
3637 return simplify_intconv (e, 8, "INT8");
3644 return simplify_intconv (e, 4, "LONG");

Completed in 208 milliseconds