Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc5014 gfc_omp_declare_variant **prev_next = &gfc_current_ns->omp_declare_variant; in gfc_match_omp_declare_variant() local
5015 while (*prev_next) in gfc_match_omp_declare_variant()
5016 prev_next = &((*prev_next)->next); in gfc_match_omp_declare_variant()
5017 *prev_next = odv; in gfc_match_omp_declare_variant()