Searched refs:gfc_common_head (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dmatch.h123 gfc_common_head *gfc_get_common (const char *, int);
243 void set_com_block_bind_c (gfc_common_head *, int);
245 bool set_verify_bind_c_com_block (gfc_common_head *, int);
H A Dtrans-common.c243 in the gfc_common_head by now, so it should be accurate to test the
251 gfc_sym_mangled_common_id (gfc_common_head *com)
392 build_common_decl (gfc_common_head *com, tree union_type, bool is_init)
603 create_common (gfc_common_head *com, segment_info *head, bool saw_equiv)
1085 translate_common (gfc_common_head *common, gfc_symbol *var_list)
1207 gfc_common_head * c;
1271 gfc_common_head *c;
H A Dgfortran.h1438 /* This is in fact a gfc_common_head but it is only used for pointer
1440 struct gfc_common_head* common_head;
1482 struct gfc_common_head *common_block;
1499 typedef struct gfc_common_head struct
1509 gfc_common_head; typedef in typeref:struct:gfc_common_head
1511 #define gfc_get_common_head() XCNEW (gfc_common_head)
1576 gfc_common_head *common;
1652 gfc_common_head blank_common;
2819 bool verify_bind_c_sym (gfc_symbol *, gfc_typespec *, int, gfc_common_head *);
2821 bool verify_com_block_vars_c_interop (gfc_common_head *);
[all...]
H A Ddecl.c4060 set_com_block_bind_c (gfc_common_head *com_block, int is_bind_c)
4090 verify_com_block_vars_c_interop (gfc_common_head *com_block)
4119 int is_in_common, gfc_common_head *com_block)
4268 set_verify_bind_c_com_block (gfc_common_head *com_block, int num_idents)
4294 gfc_common_head *com_block = NULL;
7279 gfc_common_head *c;
H A Dmatch.c4423 gfc_common_head *
4493 gfc_common_head *t;
4912 gfc_common_head *common_head = NULL;
H A Dmodule.c4445 gfc_common_head *p;
5267 gfc_common_head *p;
H A Dsymbol.c2943 /* Search for the symtree belonging to a gfc_common_head; we cannot use
2947 find_common_symtree (gfc_symtree *st, gfc_common_head *head)

Completed in 199 milliseconds