Home
last modified time | relevance | path

Searched defs:tthis (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daliasthis.c34 Type *tthis = (e->op == TOKtype ? e->type : NULL); in resolveAliasThis() local
H A Dclone.c422 Type *tthis = NULL; // dead-store to prevent spurious warning in hasIdentityOpEquals() local
H A Dfunc.c3160 FuncDeclaration *FuncDeclaration::overloadModMatch(Loc loc, Type *tthis, bool &hasOverloads) in overloadModMatch()
3170 Type *tthis; in overloadModMatch() member
3486 Objects *tiargs, Type *tthis, Expressions *fargs, int flags) in resolveFuncCall()
4087 Type *tthis = ad->getType()->addMod(tf->mod); in parametersIntersect() local
H A Ddtemplate.c1106 FuncDeclaration *&fd, Type *tthis, Expressions *fargs) in deduceFunctionTemplateMatch()
2133 Objects *tiargs, Type *tthis, Expressions *fargs) in functionResolve()
2140 Type *tthis; in functionResolve() member
2649 FuncDeclaration *fd, Type *tthis, Expressions *fargs) in doHeaderInstantiation()
H A Dexpressionsem.c165 OverloadSet *os, Objects* tiargs, Type *tthis, Expressions *arguments) in resolveOverloadSet()
2744 Type *tthis = NULL; in visit() local
H A Dexpression.c250 Type *tthis; variable
1377Type *tthis, Expressions *arguments, FuncDeclaration *fd, Type **prettype, Expression **peprefix) in functionParameters()
H A Dmtype.c5953 MATCH TypeFunction::callMatch(Type *tthis, Expressions *args, int flag) in callMatch()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daliasthis.d94 Type tthis = (e.op == EXP.type ? e.type : null); variable
H A Dfunc.d541 Type tthis = addModStc(dualCtx ? in declareThis() local
871 …extern (D) final FuncDeclaration overloadModMatch(const ref Loc loc, Type tthis, ref bool hasOverl… in overloadModMatch()
1757 Type tthis = ad.getType().addMod(tf.mod); in isTypeIsolatedIndirect() local
3120 Objects* tiargs, Type tthis, Expressions* fargs, FuncResolveFlag flags) in resolveFuncCall()
H A Dsemantic3.d717 Type tthis = ad2.type.addMod(funcdecl.vthis.type.mod); in visit() local
H A Descape.d468 Type tthis = ce.type.toBasetype(); in checkConstructorEscape() local
H A Dexpressionsem.d1123 Type tthis; variable
1678 TypeFunction tf, Expression ethis, Type tthis, Expressions* arguments, FuncDeclaration fd, in functionParameters()
4205 Type tthis = null; in visit() local
H A Ddtemplate.d1315 …nTemplateMatch(TemplateInstance ti, Scope* sc, ref FuncDeclaration fd, Type tthis, Expressions* fa… in deduceFunctionTemplateMatch()
2367 …aderInstantiation(TemplateInstance ti, Scope* sc2, FuncDeclaration fd, Type tthis, Expressions* fa… in doHeaderInstantiation()
H A Dmtype.d4374 StorageClass parameterStorageClass(Type tthis, Parameter p) in parameterStorageClass()