Searched refs:ffecom_subscript_check_ (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | ChangeLog | 54 * com.c (ffecom_subscript_check_): Take as an extra argument the 59 (ffecom_array_ref_): Update calls to ffecom_subscript_check_. 269 * com.c (ffecom_subscript_check_): Cast the failure branch 1097 * com.c (ffecom_subscript_check_): Loosen subscript checking rules 1275 * com.c (ffecom_subscript_check_): Use concat in lieu of 1793 * com.c (ffecom_subscript_check_): Constify array_name 2297 * com.c (ffecom_subscript_check_): Convert low, high, and 2421 * com.c (ffecom_subscript_check_, ffecom_arrayref_): New functions. 2425 ffecom_subscript_check_ function for FFEBLD_opSUBSTRING case.
|
H A D | com.c | 650 ffecom_subscript_check_ (tree array, tree element, int dim, int total_dims, in ffecom_subscript_check_() function 904 element = ffecom_subscript_check_ (array, element, i, total_dims, in ffecom_arrayref_() 950 element = ffecom_subscript_check_ (array, element, i, total_dims, in ffecom_arrayref_() 2049 end_tree = ffecom_subscript_check_ (array, end_tree, 1, 0, in ffecom_char_args_x_() 2067 start_tree = ffecom_subscript_check_ (array, start_tree, 0, 0, in ffecom_char_args_x_() 2100 end_tree = ffecom_subscript_check_ (array, end_tree, 1, 0, in ffecom_char_args_x_()
|