Searched refs:ffecom_arrayref_ (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | ChangeLog | 578 (ffecom_arrayref_, ffecom_1): Update. 1795 (ffecom_arrayref_, ffecom_char_args_x_): Constify array_name 2057 (ffecom_arrayref_): s/ffe_is_subscript_check ()/flag_bounds_check/ 2299 (ffecom_arrayref_): Do more of the work. 2302 (ffecom_expr_): Leave more work to ffecom_arrayref_. 2306 (ffecom_ptr_to_expr): Leave more work to ffecom_arrayref_. 2314 * com.c (ffecom_arrayref_): Flatten references if requested. 2421 * com.c (ffecom_subscript_check_, ffecom_arrayref_): New functions. 2422 (ffecom_char_args_x_): Use new ffecom_arrayref_ function for 2426 (ffecom_expr_): Use new ffecom_arrayref_ function. [all …]
|
H A D | com.c | 831 ffecom_arrayref_ (tree item, ffebld expr, int want_ptr) in ffecom_arrayref_() function 1998 item = ffecom_arrayref_ (item, expr, 1); in ffecom_char_args_x_() 3175 return ffecom_arrayref_ (NULL_TREE, expr, 0); in ffecom_expr_() 12258 return ffecom_arrayref_ (NULL_TREE, expr, 1); in ffecom_ptr_to_expr()
|