Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d555 TemplateInstance[TemplateInstanceBox] instances;
2472 auto tibox = TemplateInstanceBox(tithis); in findExistingInstance()
2486 auto tibox = TemplateInstanceBox(ti); in addInstance()
2500 auto tibox = TemplateInstanceBox(ti); in removeInstance()
7777 struct TemplateInstanceBox struct
7794 bool opEquals(ref const TemplateInstanceBox s) @trusted const in opEquals() argument
H A Dtraits.d1152 auto tib = TemplateInstanceBox(ti); in semanticTraits()
H A Ddsymbolsem.d6338 auto ti1 = TemplateInstanceBox(errinst); in templateInstanceSemantic()
6341 auto ti2 = TemplateInstanceBox(tempinst); in templateInstanceSemantic()