Home
last modified time | relevance | path

Searched refs:functionResolve (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dopover.d713 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 Dfunc.d3148 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 Ddtemplate.d2606 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 Dopover.c684 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 Ddeclaration.h110 void functionResolve(Match *m, Dsymbol *fd, Loc loc, Scope *sc, Objects *tiargs, Type *tthis, Expre…
H A Dfunc.c3501 functionResolve(&m, s, loc, sc, tiargs, tthis, fargs); in resolveFuncCall()
H A Ddtemplate.c2132 void functionResolve(Match *m, Dsymbol *dstart, Loc loc, Scope *sc, in functionResolve() function