Searched refs:common_head (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dmatch.c4629 sym->common_head = t;
4648 if (other->common_head
4649 && other->common_head != sym->common_head)
4654 sym->name, sym->common_head->name,
4655 other->common_head->name);
4659 other->common_head = t;
4912 gfc_common_head *common_head = NULL; local
4968 common_head = sym->common_head;
[all...]
H A Dtrans-common.c1277 c->where = ns->blank_common.head->common_head->where;
H A Dgfortran.h1440 struct gfc_common_head* common_head; member in struct:gfc_symbol
H A Dresolve.c13619 else if (sym->common_head != NULL)
13621 t = verify_com_block_vars_c_interop (sym->common_head);

Completed in 104 milliseconds