Searched refs:arith_error (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | arith.c | 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() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | arith.cc | 1957 arith_error (arith rc, gfc_typespec *from, gfc_typespec *to, locus *where) in arith_error() function 2059 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_int2int() 2098 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_int2real() 2130 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_int2complex() 2163 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_real2int() 2217 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_real2real() 2276 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_real2complex() 2321 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_complex2int() 2390 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_complex2real() 2457 arith_error (rc, &src->ts, &result->ts, &src->where); in gfc_complex2complex() [all …]
|
H A D | ChangeLog-2005 | 1084 (arith_error): Rewrite full error messages instead of building
|
H A D | ChangeLog-2008 | 438 * arith.c (arith_error): Add -fno-range-error to the message.
|
H A D | ChangeLog-2007 | 2202 * arith.c (arith_error): Point in the error message
|