/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | clone.c | 106 FuncDeclaration *f = resolveFuncCall(ad->loc, sc, assign, NULL, ad->type, &a, 1); in hasIdentityOpAssign() 110 f = resolveFuncCall(ad->loc, sc, assign, NULL, ad->type, &a, 1); in hasIdentityOpAssign() 443 f = resolveFuncCall(ad->loc, sc, eq, NULL, tthis, &a, 1); in hasIdentityOpEquals()
|
H A D | expressionsem.c | 173 if (FuncDeclaration *f2 = resolveFuncCall(loc, sc, s, tiargs, tthis, arguments, 1)) in resolveOverloadSet() 1187 … FuncDeclaration *f = resolveFuncCall(exp->loc, sc, cd->aggNew, NULL, tb, exp->newargs); in visit() 1215 … FuncDeclaration *f = resolveFuncCall(exp->loc, sc, cd->ctor, NULL, tb, exp->arguments, 0); in visit() 1282 … FuncDeclaration *f = resolveFuncCall(exp->loc, sc, sd->aggNew, NULL, tb, exp->newargs); in visit() 1310 … FuncDeclaration *f = resolveFuncCall(exp->loc, sc, sd->ctor, NULL, tb, exp->arguments, 0); in visit() 3130 … exp->f = resolveFuncCall(exp->loc, sc, s, tiargs, ue1 ? ue1->type : NULL, exp->arguments); in visit() 3267 … exp->f = resolveFuncCall(exp->loc, sc, cd->baseClass->ctor, NULL, tthis, exp->arguments, 0); in visit() 3305 exp->f = resolveFuncCall(exp->loc, sc, ad->ctor, NULL, tthis, exp->arguments, 0); in visit() 3377 … exp->f = resolveFuncCall(exp->loc, sc, dve->var, tiargs, dve->e1->type, exp->arguments, 2); in visit() 3402 exp->f = resolveFuncCall(exp->loc, sc, s, tiargs, NULL, exp->arguments); in visit() [all …]
|
H A D | dclass.c | 799 FuncDeclaration *fd = resolveFuncCall(loc, sc2, baseClass->ctor, NULL, type, NULL, 1); in semantic() 801 fd = resolveFuncCall(loc, sc2, baseClass->ctor, NULL, type->sharedOf(), NULL, 1); in semantic()
|
H A D | declaration.h | 679 FuncDeclaration *resolveFuncCall(Loc loc, Scope *sc, Dsymbol *s,
|
H A D | dstruct.c | 1197 FuncDeclaration *fcall = resolveFuncCall(loc, sc, scall, NULL, NULL, NULL, 1); in semantic()
|
H A D | expression.c | 282 FuncDeclaration *f = resolveFuncCall(loc, sc, os->a[i], tiargs, tthis, &a, 1); 300 FuncDeclaration *f = resolveFuncCall(loc, sc, os->a[i], tiargs, tthis, NULL, 1); 394 FuncDeclaration *fd = resolveFuncCall(loc, sc, s, tiargs, tthis, &a, 1); 405 FuncDeclaration *fd = resolveFuncCall(loc, sc, s, tiargs, tthis, NULL, 1); 6872 … FuncDeclaration *fslice = resolveFuncCall(ae->loc, sc, slice, tiargs, ae->e1->type, fargs, 1); in resolveOpDollar()
|
H A D | func.c | 1828 …FuncDeclaration *fd = resolveFuncCall(Loc(), sc2, cd->baseClass->ctor, NULL, vthis->type, NULL, 1); in semantic3() 3485 FuncDeclaration *resolveFuncCall(Loc loc, Scope *sc, Dsymbol *s, in resolveFuncCall() function
|
H A D | dtemplate.c | 2382 fd = resolveFuncCall(loc, sc, s, NULL, tthis, fargs, 1); in functionResolve() 2388 fd = resolveFuncCall(loc, sc, s, NULL, tthis, fargs, 1); in functionResolve()
|
H A D | mtype.c | 1243 FuncDeclaration *fd = resolveFuncCall(Loc(), NULL, d, NULL, this, NULL, 1); in aliasthisOf() 1270 FuncDeclaration *fd = resolveFuncCall(Loc(), NULL, td, NULL, this, NULL, 1); in aliasthisOf()
|
H A D | statementsem.c | 1338 if (FuncDeclaration *f = resolveFuncCall(loc, sc, td, NULL, tab, &a, 1)) in visit()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | arrayop.d | 152 auto fd = resolveFuncCall(e.loc, sc, arrayOp, tiargs, null, args, FuncResolveFlag.standard); in arrayOp()
|
H A D | clone.d | 116 auto f = resolveFuncCall(ad.loc, sc, assign, null, ad.type, &a, FuncResolveFlag.quiet); in hasIdentityOpAssign() 120 f = resolveFuncCall(ad.loc, sc, assign, null, ad.type, &a, FuncResolveFlag.quiet); in hasIdentityOpAssign() 477 return resolveFuncCall(ad.loc, sc, eq, null, tthis, &a, FuncResolveFlag.quiet); in hasIdentityOpEquals()
|
H A D | expressionsem.d | 261 …FuncDeclaration fslice = resolveFuncCall(ae.loc, sc, slice, tiargs, ae.e1.type, fargs, FuncResolve… in resolveOpDollar() 1154 …if (FuncDeclaration f = resolveFuncCall(loc, sc, os.a[i], tiargs, tthis, &a, FuncResolveFlag.quiet… 1171 …if (FuncDeclaration f = resolveFuncCall(loc, sc, os.a[i], tiargs, tthis, null, FuncResolveFlag.qui… 1269 … FuncDeclaration fd = resolveFuncCall(loc, sc, s, tiargs, tthis, &a, FuncResolveFlag.quiet); 1289 … FuncDeclaration fd = resolveFuncCall(loc, sc, s, tiargs, tthis, null, FuncResolveFlag.quiet); 3683 …FuncDeclaration f = resolveFuncCall(exp.loc, sc, cd.ctor, null, tb, exp.arguments, FuncResolveFlag… in visit() 3752 …FuncDeclaration f = resolveFuncCall(exp.loc, sc, sd.ctor, null, tb, exp.arguments, FuncResolveFlag… in visit() 4617 … if (auto f2 = resolveFuncCall(loc, sc, s, tiargs, tthis, arguments, FuncResolveFlag.quiet)) in visit() 4663 …exp.f = resolveFuncCall(exp.loc, sc, s, tiargs, ue.e1.type, exp.arguments, FuncResolveFlag.standar… in visit() 4828 … exp.f = resolveFuncCall(exp.loc, sc, ctor, null, tthis, exp.arguments, FuncResolveFlag.standard); in visit() [all …]
|
H A D | semantic3.d | 718 …FuncDeclaration fd = resolveFuncCall(Loc.initial, sc2, cd.baseClass.ctor, null, tthis, null, FuncR… in visit()
|
H A D | mtype.d | 2031 fd = resolveFuncCall(Loc.initial, null, fd, null, this, null, FuncResolveFlag.quiet); in aliasthisOf() 2053 … auto fd = resolveFuncCall(Loc.initial, null, td, null, this, null, FuncResolveFlag.quiet); in aliasthisOf() 7231 …FuncDeclaration f = resolveFuncCall(Loc.initial, null, ctor, null, cast()ts, &args, FuncResolveFla… in isCopyable()
|
H A D | dsymbolsem.d | 4644 … auto fcall = resolveFuncCall(sd.loc, sc, scall, null, null, null, FuncResolveFlag.quiet); in visit() 5233 …auto fd = resolveFuncCall(cldec.loc, sc2, cldec.baseClass.ctor, null, cldec.type, null, FuncResolv… in visit() 5235 …fd = resolveFuncCall(cldec.loc, sc2, cldec.baseClass.ctor, null, cldec.type.sharedOf, null, FuncRe… in visit()
|
H A D | func.d | 3119 FuncDeclaration resolveFuncCall(const ref Loc loc, Scope* sc, Dsymbol s, in resolveFuncCall() function
|
H A D | dtemplate.d | 2899 fd = resolveFuncCall(loc, sc, s, null, tthis, fargs, FuncResolveFlag.quiet); in applyTemplate() 2905 fd = resolveFuncCall(loc, sc, s, null, tthis, fargs, FuncResolveFlag.quiet); in applyTemplate()
|
H A D | statementsem.d | 1256 if (auto f = resolveFuncCall(loc, sc, td, null, tab, &a, FuncResolveFlag.quiet)) in package()
|