/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | aliasthis.c | 34 Type *tthis = (e->op == TOKtype ? e->type : NULL); in resolveAliasThis() local
|
H A D | clone.c | 422 Type *tthis = NULL; // dead-store to prevent spurious warning in hasIdentityOpEquals() local
|
H A D | func.c | 3160 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 D | dtemplate.c | 1106 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 D | expressionsem.c | 165 OverloadSet *os, Objects* tiargs, Type *tthis, Expressions *arguments) in resolveOverloadSet() 2744 Type *tthis = NULL; in visit() local
|
H A D | expression.c | 250 Type *tthis; variable 1377 … Type *tthis, Expressions *arguments, FuncDeclaration *fd, Type **prettype, Expression **peprefix) in functionParameters()
|
H A D | mtype.c | 5953 MATCH TypeFunction::callMatch(Type *tthis, Expressions *args, int flag) in callMatch()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | aliasthis.d | 94 Type tthis = (e.op == EXP.type ? e.type : null); variable
|
H A D | func.d | 541 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 D | semantic3.d | 717 Type tthis = ad2.type.addMod(funcdecl.vthis.type.mod); in visit() local
|
H A D | escape.d | 468 Type tthis = ce.type.toBasetype(); in checkConstructorEscape() local
|
H A D | expressionsem.d | 1123 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 D | dtemplate.d | 1315 …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 D | mtype.d | 4374 StorageClass parameterStorageClass(Type tthis, Parameter p) in parameterStorageClass()
|