Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.d2009 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 Dmtype.h285 Type *aliasthisOf();
H A Ddtemplate.d3737 if (auto ato = t.aliasthisOf()) in visit()
3750 if (auto ato = t.aliasthisOf()) in visit()
H A Dexpression.d329 if (Type att = t.aliasthisOf()) in isAliasThisTuple()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c1224 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 Dmtype.h297 Type *aliasthisOf();
H A Ddtemplate.c3393 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 Dexpression.c1058 if (Type *att = t->aliasthisOf()) in isAliasThisTuple()