Searched refs:aliasthisOf (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | mtype.d | 2009 final Type aliasthisOf() in aliasthisOf() function 2082 Type att = aliasthisOf(); in checkAliasThisRec() 4887 Type tat = tab.aliasthisOf(); 5914 if (auto ato = aliasthisOf()) in implicitConvToThroughAliasThis() 5951 if (auto ato = aliasthisOf()) in deduceWild() 6227 if (auto ato = aliasthisOf()) in implicitConvToThroughAliasThis() 6276 if (auto ato = aliasthisOf()) in deduceWild()
|
| H A D | mtype.h | 285 Type *aliasthisOf();
|
| H A D | dtemplate.d | 3737 if (auto ato = t.aliasthisOf()) in visit() 3750 if (auto ato = t.aliasthisOf()) in visit()
|
| H A D | expression.d | 329 if (Type att = t.aliasthisOf()) in isAliasThisTuple()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | mtype.c | 1224 Type *Type::aliasthisOf() in aliasthisOf() function 1301 Type *att = aliasthisOf(); in checkAliasThisRec() 6108 Type *tat = ta->toBasetype()->aliasthisOf(); in callMatch() 8322 m = aliasthisOf()->implicitConvTo(to); in implicitConvTo() 8350 wm = aliasthisOf()->deduceWild(t, isRef); in deduceWild() 8904 m = aliasthisOf()->implicitConvTo(to); in implicitConvTo() 8946 wm = aliasthisOf()->deduceWild(t, isRef); in deduceWild()
|
| H A D | mtype.h | 297 Type *aliasthisOf();
|
| H A D | dtemplate.c | 3393 m = deduceType(t->aliasthisOf(), sc, tparam, parameters, dedtypes, wm); in deduceType() 3403 m = deduceType(t->aliasthisOf(), sc, tparam, parameters, dedtypes, wm); in deduceType()
|
| H A D | expression.c | 1058 if (Type *att = t->aliasthisOf()) in isAliasThisTuple()
|