Lines Matching refs:arith_error
1907 arith_error (arith rc, gfc_typespec *from, gfc_typespec *to, locus *where) in arith_error() function
2009 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_int2int()
2048 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_int2real()
2080 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_int2complex()
2113 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_real2int()
2167 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_real2real()
2226 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_real2complex()
2271 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_complex2int()
2340 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_complex2real()
2407 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_complex2complex()
2422 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_complex2complex()