Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h1791 typedef struct gfc_namespace struct
1794 gfc_symtree *sym_root;
1796 gfc_symtree *uop_root;
1798 gfc_symtree *common_root;
1800 gfc_symtree *omp_udr_root;
1803 gfc_symtree *tb_sym_root;
1805 gfc_symtree *tb_uop_root;
1807 gfc_typebound_proc *tb_op[GFC_INTRINSIC_OPS];
1809 struct gfc_finalizer *finalizers;
1812 int set_flag[GFC_LETTERS];
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h2046 typedef struct gfc_namespace struct
2049 gfc_symtree *sym_root;
2051 gfc_symtree *uop_root;
2053 gfc_symtree *common_root;
2055 gfc_symtree *omp_udr_root;
2058 gfc_symtree *tb_sym_root;
2060 gfc_symtree *tb_uop_root;
2062 gfc_typebound_proc *tb_op[GFC_INTRINSIC_OPS];
2064 struct gfc_finalizer *finalizers;
2067 int set_flag[GFC_LETTERS];
[all …]