Searched refs:numeric_check (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | check.cc | 504 numeric_check (gfc_expr *e, int n) in numeric_check() function 1293 if (!numeric_check (a, 0)) in gfc_check_abs() 2078 if (!numeric_check (x, 0)) in gfc_check_cmplx() 2086 if (!numeric_check (y, 1)) in gfc_check_cmplx() 2404 if (!numeric_check (a, 0)) in gfc_check_co_sum() 2568 if (!numeric_check (x, 0)) in gfc_check_dcmplx() 2576 if (!numeric_check (y, 1)) in gfc_check_dcmplx() 2608 if (!numeric_check (x, 0)) in gfc_check_dble() 2638 if (!numeric_check (vector_b, 1)) in gfc_check_dot_product() 3207 if (!numeric_check (x, 0)) in gfc_check_int() [all …]
|
H A D | ChangeLog-2005 | 1087 (type_check, numeric_check, int_or_real_check, real_or_complex_check, 3649 * check.c (must_be, type_check, numeric_check, int_or_real_check,
|
H A D | ChangeLog-2012 | 738 * check.c (numeric_check): Fix implicit typing.
|
H A D | ChangeLog-2016 | 2064 * check.c(numeric_check): Prevent ICE. Issue error for invalid
|
H A D | ChangeLog-2010 | 2275 (scalar_check,type_check,numeric_check,int_or_real_check,
|
H A D | ChangeLog-2007 | 4338 * check.c (numeric_check): If an expresson has not got a type,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | check.c | 504 numeric_check (gfc_expr *e, int n) in numeric_check() function 1291 if (!numeric_check (a, 0)) in gfc_check_abs() 2074 if (!numeric_check (x, 0)) in gfc_check_cmplx() 2082 if (!numeric_check (y, 1)) in gfc_check_cmplx() 2400 if (!numeric_check (a, 0)) in gfc_check_co_sum() 2564 if (!numeric_check (x, 0)) in gfc_check_dcmplx() 2572 if (!numeric_check (y, 1)) in gfc_check_dcmplx() 2604 if (!numeric_check (x, 0)) in gfc_check_dble() 2634 if (!numeric_check (vector_b, 1)) in gfc_check_dot_product() 3203 if (!numeric_check (x, 0)) in gfc_check_int() [all …]
|