Home
last modified time | relevance | path

Searched refs:gfc_ss_type (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.h85 gfc_symbol *, gfc_ss_type);
103 gfc_ss *gfc_get_array_ss (gfc_ss *, gfc_expr *, int, gfc_ss_type);
H A Dtrans.h208 enum gfc_ss_type enum
256 gfc_ss_type type;
H A Dtrans-array.c653 gfc_get_array_ss (gfc_ss *next, gfc_expr *expr, int dimen, gfc_ss_type type) in gfc_get_array_ss()
3983 gfc_ss_type ss_type; in gfc_trans_preloop_setup()
4286 gfc_ss_type ss_type; in gfc_trans_scalarized_loop_boundary()
5158 gfc_ss_type ss_type; in set_loop_bounds()
5426 gfc_ss_type ss_type; in gfc_set_delta()
7380 gfc_ss_type ss_type; in gfc_conv_expr_descriptor()
11348 gfc_symbol *proc_ifc, gfc_ss_type type) in gfc_walk_elemental_function_args()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-array.h92 gfc_ss_type);
110 gfc_ss *gfc_get_array_ss (gfc_ss *, gfc_expr *, int, gfc_ss_type);
H A Dtrans.h211 enum gfc_ss_type enum
259 gfc_ss_type type;
H A Dtrans-array.cc700 gfc_get_array_ss (gfc_ss *next, gfc_expr *expr, int dimen, gfc_ss_type type) in gfc_get_array_ss()
4087 gfc_ss_type ss_type; in gfc_trans_preloop_setup()
4390 gfc_ss_type ss_type; in gfc_trans_scalarized_loop_boundary()
5266 gfc_ss_type ss_type; in set_loop_bounds()
5536 gfc_ss_type ss_type; in gfc_set_delta()
7498 gfc_ss_type ss_type; in gfc_conv_expr_descriptor()
11654 gfc_ss_type type) in gfc_walk_elemental_function_args()
H A DChangeLog-20041259 * trans.h (gfc_ss_type): Add GFC_SS_COMPONENT.