Searched refs:less_than_bitsize1 (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | check.cc | 801 less_than_bitsize1 (const char *arg1, gfc_expr *expr1, const char *arg2, in less_than_bitsize1() function 1955 if (!less_than_bitsize1 ("i", i, "pos", pos, false)) in gfc_check_bitfcn() 2738 if (!less_than_bitsize1 ("I", i, "SHIFT", shift, true)) in gfc_check_dshift() 3246 if (!less_than_bitsize1 ("I", i, NULL, shift, true)) in gfc_check_ishft() 3267 if (!less_than_bitsize1 ("I", i, "SIZE", size, true)) in gfc_check_ishftc() 3295 else if (!less_than_bitsize1 ("I", i, NULL, shift, true)) in gfc_check_ishftc() 5088 if (!less_than_bitsize1 ("I", i, "SHIFT", shift, true)) in gfc_check_shift()
|
H A D | ChangeLog-2010 | 3515 * fortran/check.c (nonnegative_check, less_than_bitsize1, 3518 nonnegative_check and less_than_bitsize1. 3521 less_than_bitsize1.
|
H A D | ChangeLog-2011 | 1094 * check.c (less_than_bitsize1): Check |shift| <= bit_size(i).
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | check.c | 801 less_than_bitsize1 (const char *arg1, gfc_expr *expr1, const char *arg2, in less_than_bitsize1() function 1951 if (!less_than_bitsize1 ("i", i, "pos", pos, false)) in gfc_check_bitfcn() 2734 if (!less_than_bitsize1 ("I", i, "SHIFT", shift, true)) in gfc_check_dshift() 3242 if (!less_than_bitsize1 ("I", i, NULL, shift, true)) in gfc_check_ishft() 3263 if (!less_than_bitsize1 ("I", i, "SIZE", size, true)) in gfc_check_ishftc() 3291 else if (!less_than_bitsize1 ("I", i, NULL, shift, true)) in gfc_check_ishftc() 5069 if (!less_than_bitsize1 ("I", i, "SHIFT", shift, true)) in gfc_check_shift()
|