Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc5768 gfc_omp_namelist *n2, **n_firstp = NULL, **n_lastp = NULL; in gfc_add_clause_implicitly() local
5809 n_lastp = prev2 ? &prev2->next : n2ref; in gfc_add_clause_implicitly()
5815 if (n_firstp && n_lastp) in gfc_add_clause_implicitly()
5823 *n_lastp = (*n_lastp)->next; in gfc_add_clause_implicitly()
5825 else if (is_target && n_lastp) in gfc_add_clause_implicitly()
5827 else if (n2 || n_firstp || n_lastp) in gfc_add_clause_implicitly()