/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | opover.d | 713 functionResolve(m, s, e.loc, sc, tiargs, e.e1.type, &args2); in visitBin() 722 functionResolve(m, s_r, e.loc, sc, tiargs, e.e2.type, &args1); in visitBin() 795 functionResolve(m, s_r, e.loc, sc, tiargs, e.e1.type, &args2); in visitBin() 804 functionResolve(m, s, e.loc, sc, tiargs, e.e2.type, &args1); in visitBin() 1252 functionResolve(m, s, e.loc, sc, tiargs, e.e1.type, &args2); in visitBinAssign() 1346 functionResolve(m, s, e.loc, sc, tiargs, e.e1.type, &args2); in compare_overload() 1354 functionResolve(m, s_r, e.loc, sc, tiargs, e.e2.type, &args1); in compare_overload()
|
H A D | func.d | 3148 functionResolve(m, s, loc, sc, tiargs, tthis, fargs, null); in resolveFuncCall() 3269 functionResolve(m, orig_s, loc, sc, tiargs, tthis, fargs, &failMessage); in resolveFuncCall() 3303 functionResolve(m, orig_s, loc, sc, tiargs, tthis, fargs, &failMessage); in resolveFuncCall()
|
H A D | dtemplate.d | 2606 void functionResolve(ref MatchAccumulator m, Dsymbol dstart, Loc loc, Scope* sc, Objects* tiargs,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | opover.c | 684 functionResolve(&m, s, e->loc, sc, tiargs, e->e1->type, &args2); in op_overload() 696 functionResolve(&m, s_r, e->loc, sc, tiargs, e->e2->type, &args1); in op_overload() 781 functionResolve(&m, s_r, e->loc, sc, tiargs, e->e1->type, &args2); in op_overload() 793 functionResolve(&m, s, e->loc, sc, tiargs, e->e2->type, &args1); in op_overload() 1315 functionResolve(&m, s, e->loc, sc, tiargs, e->e1->type, &args2); in op_overload() 1445 functionResolve(&m, s, e->loc, sc, tiargs, e->e1->type, &args2); in compare_overload() 1455 functionResolve(&m, s_r, e->loc, sc, tiargs, e->e2->type, &args1); in compare_overload()
|
H A D | declaration.h | 110 void functionResolve(Match *m, Dsymbol *fd, Loc loc, Scope *sc, Objects *tiargs, Type *tthis, Expre…
|
H A D | func.c | 3501 functionResolve(&m, s, loc, sc, tiargs, tthis, fargs); in resolveFuncCall()
|
H A D | dtemplate.c | 2132 void functionResolve(Match *m, Dsymbol *dstart, Loc loc, Scope *sc, in functionResolve() function
|