Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-hsa.c1783 struct module_info *next_module = agent->first_module; in GOMP_OFFLOAD_fini_device() local
1784 while (next_module) in GOMP_OFFLOAD_fini_device()
1786 struct module_info *module = next_module; in GOMP_OFFLOAD_fini_device()
1787 next_module = module->next; in GOMP_OFFLOAD_fini_device()