Searched refs:tparent (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dtemplate.d | 4316 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 D | dtemplate.c | 3938 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()
|