Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbolsem.d5993 TemplateInstance tempdecl_instance_idx = tempdecl.addInstance(tempinst); in templateInstanceSemantic() local
6313 tempdecl.removeInstance(tempdecl_instance_idx); in templateInstanceSemantic()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c6187 TemplateInstance *tempdecl_instance_idx = tempdecl->addInstance(this); in semantic() local
6481 tempdecl->removeInstance(tempdecl_instance_idx); in semantic()