Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc6359 gfc_omp_namelist *alloc_nl, *priv_nl; in gfc_split_omp_clauses() local
6361 for (alloc_nl = code->ext.omp_clauses->lists[OMP_LIST_ALLOCATE]; in gfc_split_omp_clauses()
6362 alloc_nl; alloc_nl = alloc_nl->next) in gfc_split_omp_clauses()
6384 if (alloc_nl->sym == priv_nl->sym) in gfc_split_omp_clauses()
6388 p->sym = alloc_nl->sym; in gfc_split_omp_clauses()
6389 p->expr = alloc_nl->expr; in gfc_split_omp_clauses()
6390 p->where = alloc_nl->where; in gfc_split_omp_clauses()
6411 alloc_nl->sym->name, &alloc_nl->where); in gfc_split_omp_clauses()