Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d4316 Type tparent = t.sym.parent.getType(); in visit() local
4317 if (tparent) in visit()
4322 result = deduceType(tparent, sc, tpi, parameters, dedtypes, wm); in visit()
4457 Type tparent = t.sym.parent.getType(); in visit() local
4458 if (tparent) in visit()
4463 result = deduceType(tparent, sc, tpi, parameters, dedtypes, wm); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c3938 Type *tparent = t->sym->parent->getType(); in deduceType() local
3939 if (tparent) in deduceType()
3944 result = deduceType(tparent, sc, tpi, parameters, dedtypes, wm); in deduceType()
4083 Type *tparent = t->sym->parent->getType(); in deduceType() local
4084 if (tparent) in deduceType()
4089 result = deduceType(tparent, sc, tpi, parameters, dedtypes, wm); in deduceType()