Home
last modified time | relevance | path

Searched refs:common_next (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsymbol.cc3673 if (p->common_block->head == p && !p->common_next) in gfc_restore_last_undo_checkpoint()
3687 p->common_block->head = p->common_next; in gfc_restore_last_undo_checkpoint()
3693 csym = cparent->common_next; in gfc_restore_last_undo_checkpoint()
3698 csym = csym->common_next; in gfc_restore_last_undo_checkpoint()
3701 gcc_assert(cparent->common_next == p); in gfc_restore_last_undo_checkpoint()
3702 cparent->common_next = csym->common_next; in gfc_restore_last_undo_checkpoint()
3704 p->common_next = NULL; in gfc_restore_last_undo_checkpoint()
H A Dtrans-common.cc1202 for (sym = var_list; sym; sym = sym->common_next) in translate_common()
H A Dmatch.cc5287 while (tail->common_next) in gfc_match_common()
5288 tail = tail->common_next; in gfc_match_common()
5397 tail->common_next = sym; in gfc_match_common()
H A Dopenmp.cc387 for (sym = st->n.common->head; sym; sym = sym->common_next) in gfc_match_omp_variable_list()
809 for (sym = st->n.common->head; sym; sym = sym->common_next) in gfc_match_oacc_clause_link()
4578 for (s = n->u.common->head; s; s = s->common_next) in gfc_match_omp_declare_target()
5106 for (sym = st->n.common->head; sym; sym = sym->common_next) in gfc_match_omp_threadprivate()
H A Dgfortran.h1833 struct gfc_symbol *common_next; /* Links for COMMON syms */ member
H A Ddump-parse-tree.cc1255 s = s->common_next; in show_common()
H A Dmodule.cc4589 mio_symbol_ref (&sym->common_next); in mio_symbol()
H A DChangeLog-2015755 clear its common_next pointer.
H A Ddecl.cc5943 curr_sym = curr_sym->common_next; in verify_com_block_vars_c_interop()
H A Dresolve.cc952 for (; csym; csym = csym->common_next) in resolve_common_vars()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsymbol.c3659 if (p->common_block->head == p && !p->common_next) in gfc_restore_last_undo_checkpoint()
3673 p->common_block->head = p->common_next; in gfc_restore_last_undo_checkpoint()
3679 csym = cparent->common_next; in gfc_restore_last_undo_checkpoint()
3684 csym = csym->common_next; in gfc_restore_last_undo_checkpoint()
3687 gcc_assert(cparent->common_next == p); in gfc_restore_last_undo_checkpoint()
3688 cparent->common_next = csym->common_next; in gfc_restore_last_undo_checkpoint()
3690 p->common_next = NULL; in gfc_restore_last_undo_checkpoint()
H A Dtrans-common.c1173 for (sym = var_list; sym; sym = sym->common_next) in translate_common()
H A Dopenmp.c318 for (sym = st->n.common->head; sym; sym = sym->common_next)
715 for (sym = st->n.common->head; sym; sym = sym->common_next) in gfc_match_oacc_clause_link()
3269 for (s = n->u.common->head; s; s = s->common_next) in gfc_match_omp_declare_target()
3345 for (sym = st->n.common->head; sym; sym = sym->common_next) in gfc_match_omp_threadprivate()
H A Dmatch.c5245 while (tail->common_next) in gfc_match_common()
5246 tail = tail->common_next; in gfc_match_common()
5348 tail->common_next = sym; in gfc_match_common()
H A Dgfortran.h1582 struct gfc_symbol *common_next; /* Links for COMMON syms */ member
H A Ddump-parse-tree.c1228 s = s->common_next; in show_common()
H A Dmodule.c4438 mio_symbol_ref (&sym->common_next); in mio_symbol()
H A Ddecl.c5854 curr_sym = curr_sym->common_next; in verify_com_block_vars_c_interop()
H A Dresolve.c940 for (; csym; csym = csym->common_next) in resolve_common_vars()