Searched refs:goacc_aq_list (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-async.c113 goacc_aq_list n = gomp_malloc (sizeof (struct goacc_asyncqueue_list));
180 for (goacc_aq_list l = thr->dev->openacc.async.active; l; l = l->next)
293 for (goacc_aq_list l = thr->dev->openacc.async.active; l; l = l->next)
336 for (goacc_aq_list l = thr->dev->openacc.async.active; l; l = l->next)
461 goacc_aq_list next;
462 for (goacc_aq_list l = devicep->openacc.async.active; l; l = next)
H A Dlibgomp-plugin.h69 typedef struct goacc_asyncqueue_list *goacc_aq_list; typedef in typeref:struct:goacc_asyncqueue_list
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Doacc-async.c113 goacc_aq_list n = gomp_malloc (sizeof (struct goacc_asyncqueue_list));
180 for (goacc_aq_list l = thr->dev->openacc.async.active; l; l = l->next)
293 for (goacc_aq_list l = thr->dev->openacc.async.active; l; l = l->next)
336 for (goacc_aq_list l = thr->dev->openacc.async.active; l; l = l->next)
461 goacc_aq_list next;
462 for (goacc_aq_list l = devicep->openacc.async.active; l; l = next)
H A Dlibgomp-plugin.h69 typedef struct goacc_asyncqueue_list *goacc_aq_list; typedef in typeref:struct:goacc_asyncqueue_list

Completed in 185 milliseconds