Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d2472 auto tibox = TemplateInstanceBox(tithis); in findExistingInstance() local
2473 auto p = tibox in instances; in findExistingInstance()
2486 auto tibox = TemplateInstanceBox(ti); in addInstance() local
2487 instances[tibox] = ti; in addInstance()
2500 auto tibox = TemplateInstanceBox(ti); in removeInstance() local
2502 instances.remove(tibox); in removeInstance()