Home
last modified time | relevance | path

Searched refs:use_stmts (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dmodule.c7225 use_stmt->next = gfc_current_ns->use_stmts; in gfc_use_module()
7226 gfc_current_ns->use_stmts = use_stmt; in gfc_use_module()
7344 gfc_free_use_stmts (gfc_use_list *use_stmts) in gfc_free_use_stmts() argument
7347 for (; use_stmts; use_stmts = next) in gfc_free_use_stmts()
7351 for (; use_stmts->rename; use_stmts->rename = next_rename) in gfc_free_use_stmts()
7353 next_rename = use_stmts->rename->next; in gfc_free_use_stmts()
7354 free (use_stmts->rename); in gfc_free_use_stmts()
7356 next = use_stmts->next; in gfc_free_use_stmts()
7357 free (use_stmts); in gfc_free_use_stmts()
H A Dmodule.cc7431 use_stmt->next = gfc_current_ns->use_stmts; in gfc_use_module()
7432 gfc_current_ns->use_stmts = use_stmt; in gfc_use_module()
7550 gfc_free_use_stmts (gfc_use_list *use_stmts) in gfc_free_use_stmts() argument
7553 for (; use_stmts; use_stmts = next) in gfc_free_use_stmts()
7557 for (; use_stmts->rename; use_stmts->rename = next_rename) in gfc_free_use_stmts()
7559 next_rename = use_stmts->rename->next; in gfc_free_use_stmts()
7560 free (use_stmts->rename); in gfc_free_use_stmts()
7562 next = use_stmts->next; in gfc_free_use_stmts()
7563 free (use_stmts); in gfc_free_use_stmts()
H A Dgfortran.h2132 gfc_use_list *use_stmts; member
H A Dsymbol.c4049 gfc_free_use_stmts (ns->use_stmts); in gfc_free_namespace()
H A Dsymbol.cc4068 gfc_free_use_stmts (ns->use_stmts); in gfc_free_namespace()
H A DChangeLog-20081114 (gfc_namespace): Add use_stmts field.
1120 ns->use_stmts.
H A Dtrans-decl.c5357 for (use_stmt = ns->use_stmts; use_stmt; use_stmt = use_stmt->next) in gfc_trans_use_stmts()
H A Dresolve.c16934 if (sym->ns->use_stmts) in resolve_equivalence()
16937 for (r = sym->ns->use_stmts->rename; r; r = r->next) in resolve_equivalence()
H A Dresolve.cc17169 if (sym->ns->use_stmts) in resolve_equivalence()
17172 for (r = sym->ns->use_stmts->rename; r; r = r->next) in resolve_equivalence()
H A Dtrans-decl.cc5285 for (use_stmt = ns->use_stmts; use_stmt; use_stmt = use_stmt->next) in gfc_trans_use_stmts()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmodule.c7225 use_stmt->next = gfc_current_ns->use_stmts; in gfc_use_module()
7226 gfc_current_ns->use_stmts = use_stmt; in gfc_use_module()
7344 gfc_free_use_stmts (gfc_use_list *use_stmts) in gfc_free_use_stmts() argument
7347 for (; use_stmts; use_stmts = next) in gfc_free_use_stmts()
7351 for (; use_stmts->rename; use_stmts->rename = next_rename) in gfc_free_use_stmts()
7353 next_rename = use_stmts->rename->next; in gfc_free_use_stmts()
7354 free (use_stmts->rename); in gfc_free_use_stmts()
7356 next = use_stmts->next; in gfc_free_use_stmts()
7357 free (use_stmts); in gfc_free_use_stmts()
H A Dgfortran.h1874 gfc_use_list *use_stmts; member
H A Dsymbol.c4049 gfc_free_use_stmts (ns->use_stmts); in gfc_free_namespace()
H A Dtrans-decl.c5357 for (use_stmt = ns->use_stmts; use_stmt; use_stmt = use_stmt->next) in gfc_trans_use_stmts()
H A Dresolve.c16934 if (sym->ns->use_stmts) in resolve_equivalence()
16937 for (r = sym->ns->use_stmts->rename; r; r = r->next) in resolve_equivalence()