Home
last modified time | relevance | path

Searched defs:gfc_ss_info (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h253 typedef struct gfc_ss_info struct
255 int refcount;
256 gfc_ss_type type;
257 gfc_expr *expr;
258 tree string_length;
261 {
305 gfc_ss_info; argument
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.h256 typedef struct gfc_ss_info struct
258 int refcount;
259 gfc_ss_type type;
260 gfc_expr *expr;
261 tree string_length;
264 {
308 gfc_ss_info; argument