Home
last modified time | relevance | path

Searched refs:callMatch (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h633 MATCH callMatch(Type *tthis, Expressions *toargs, int flag = 0);
H A Ddtemplate.c2218 MATCH mfa = tf->callMatch(tthis_fd, fargs); in functionResolve()
2407 MATCH mfa = tf->callMatch(tthis_fd, fargs); in functionResolve()
2501 MATCH c1 = tf1->callMatch(tthis_fd, fargs); in functionResolve()
2502 MATCH c2 = tf2->callMatch(tthis_best, fargs); in functionResolve()
2615 if (!tf->callMatch(p.tthis_best, fargs)) in functionResolve()
H A Dexpressionsem.c3431 if (!tf->callMatch(NULL, exp->arguments)) in visit()
3506 if (!tf->callMatch(NULL, exp->arguments)) in visit()
H A Dfunc.c3358 MATCH m = (MATCH) tg->callMatch(NULL, &args, 1); in leastAsSpecialized()
H A Dmtype.c5953 MATCH TypeFunction::callMatch(Type *tthis, Expressions *args, int flag) in callMatch() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d2714 MATCH mfa = tf.callMatch(tthis_fd, fargs_, 0, pMessage, sc); in applyFunction()
2924 MATCH mfa = tf.callMatch(tthis_fd, fargs_, 0, null, sc); in applyTemplate()
3017 MATCH c1 = tf1.callMatch(tthis_fd, fargs_, 0, null, sc); in applyTemplate()
3018 MATCH c2 = tf2.callMatch(tthis_best, fargs_, 0, null, sc); in applyTemplate()
3121 if (!tf.callMatch(tthis_best, fargs_, 0, null, sc))
H A Dfunc.d1049 MATCH m = tg.callMatch(null, args[], 1); in leastAsSpecialized()
H A Dmtype.d4590 …extern (D) MATCH callMatch(Type tthis, Expression[] args, int flag = 0, const(char)** pMessage = n…
H A Dexpressionsem.d4953 if (!tf.callMatch(null, fargs, 0, &failMessage, sc)) in visit()
5026 if (!tf.callMatch(null, fargs, 0, &failMessage, sc)) in visit()