Searched refs:first_module (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-hsa.c441 struct module_info *first_module; member in struct:agent_info
529 struct module_info *module = agent->first_module;
806 if (agent->first_module)
807 agent->first_module->prev = module;
808 module->next = agent->first_module;
810 agent->first_module = module;
818 if (agent->first_module == module)
819 agent->first_module = module->next;
845 for (module = agent->first_module; module; module = module->next)
1014 struct module_info *module = agent->first_module;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dmodules.cc430 static bool first_module = true; local
431 if (!first_module)
460 first_module = false;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dmodules.cc437 static bool first_module = true; local
438 if (!first_module)
467 first_module = false;

Completed in 231 milliseconds