Home
last modified time | relevance | path

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

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