Searched refs:int_or_real_check (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | check.cc | 538 int_or_real_check (gfc_expr *e, int n) in int_or_real_check() function 1391 if (!int_or_real_check (a, 0)) in gfc_check_a_p() 2444 if (!int_or_real_check (x, 0)) in gfc_check_complex() 2449 if (!int_or_real_check (y, 1)) in gfc_check_complex() 2618 if (!int_or_real_check (x, 0)) in gfc_check_digits() 2998 if (!int_or_real_check (x, 0)) in gfc_check_huge() 4557 if (!int_or_real_check (x, 0)) in gfc_check_radix() 5098 if (!int_or_real_check (a, 0)) in gfc_check_sign()
|
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-2010 | 2269 (gfc_check_complex): Use 'int_or_real_check'. 2275 (scalar_check,type_check,numeric_check,int_or_real_check,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | check.c | 538 int_or_real_check (gfc_expr *e, int n) in int_or_real_check() function 1389 if (!int_or_real_check (a, 0)) in gfc_check_a_p() 2440 if (!int_or_real_check (x, 0)) in gfc_check_complex() 2445 if (!int_or_real_check (y, 1)) in gfc_check_complex() 2614 if (!int_or_real_check (x, 0)) in gfc_check_digits() 2994 if (!int_or_real_check (x, 0)) in gfc_check_huge() 4538 if (!int_or_real_check (x, 0)) in gfc_check_radix() 5079 if (!int_or_real_check (a, 0)) in gfc_check_sign()
|