HomeSort by: relevance | last modified time | path
    Searched defs:gfc_ss_info (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans.h 248 "descriptor" field of the associated gfc_ss_info. */
264 typedef struct gfc_ss_info struct
317 gfc_ss_info; typedef in typeref:struct:gfc_ss_info
319 #define gfc_get_ss_info() XCNEW (gfc_ss_info)
332 gfc_ss_info *info;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans.h 240 "descriptor" field of the associated gfc_ss_info. */
256 typedef struct gfc_ss_info struct
308 gfc_ss_info; typedef in typeref:struct:gfc_ss_info
310 #define gfc_get_ss_info() XCNEW (gfc_ss_info)
323 gfc_ss_info *info;

Completed in 166 milliseconds