Home
last modified time | relevance | path

Searched refs:oacc_routine_names (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.c2482 for (gfc_oacc_routine_name *n_p = gfc_current_ns->oacc_routine_names; in gfc_match_oacc_routine()
2502 n->next = gfc_current_ns->oacc_routine_names; in gfc_match_oacc_routine()
2504 gfc_current_ns->oacc_routine_names = n; in gfc_match_oacc_routine()
6324 for (gfc_oacc_routine_name *orn = ns->oacc_routine_names; in gfc_resolve_oacc_routines()
H A Dopenmp.cc3527 for (gfc_oacc_routine_name *n_p = gfc_current_ns->oacc_routine_names; in gfc_match_oacc_routine()
3550 n->next = gfc_current_ns->oacc_routine_names; in gfc_match_oacc_routine()
3552 gfc_current_ns->oacc_routine_names = n; in gfc_match_oacc_routine()
9123 for (gfc_oacc_routine_name *orn = ns->oacc_routine_names; in gfc_resolve_oacc_routines()
H A Dgfortran.h2115 gfc_oacc_routine_name *oacc_routine_names; member
H A DChangeLog-2015178 (gfc_namespace): Add oacc_routine_clauses, oacc_routine_names and
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c2482 for (gfc_oacc_routine_name *n_p = gfc_current_ns->oacc_routine_names; in gfc_match_oacc_routine()
2502 n->next = gfc_current_ns->oacc_routine_names; in gfc_match_oacc_routine()
2504 gfc_current_ns->oacc_routine_names = n; in gfc_match_oacc_routine()
6324 for (gfc_oacc_routine_name *orn = ns->oacc_routine_names; in gfc_resolve_oacc_routines()
H A Dgfortran.h1857 gfc_oacc_routine_name *oacc_routine_names; member