Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c2808 …TemplateInstances **ptinstances = (TemplateInstances **)dmd_aaGet((AA **)&instances, (void *)ti->t… in addInstance() local
2809 if (!*ptinstances) in addInstance()
2810 *ptinstances = new TemplateInstances(); in addInstance()
2811 (*ptinstances)->push(ti); in addInstance()