Searched refs:callMatch (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | mtype.h | 633 MATCH callMatch(Type *tthis, Expressions *toargs, int flag = 0);
|
| H A D | dtemplate.c | 2218 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 D | expressionsem.c | 3431 if (!tf->callMatch(NULL, exp->arguments)) in visit() 3506 if (!tf->callMatch(NULL, exp->arguments)) in visit()
|
| H A D | func.c | 3358 MATCH m = (MATCH) tg->callMatch(NULL, &args, 1); in leastAsSpecialized()
|
| H A D | mtype.c | 5953 MATCH TypeFunction::callMatch(Type *tthis, Expressions *args, int flag) in callMatch() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dtemplate.d | 2714 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 D | func.d | 1049 MATCH m = tg.callMatch(null, args[], 1); in leastAsSpecialized()
|
| H A D | mtype.d | 4590 …extern (D) MATCH callMatch(Type tthis, Expression[] args, int flag = 0, const(char)** pMessage = n…
|
| H A D | expressionsem.d | 4953 if (!tf.callMatch(null, fargs, 0, &failMessage, sc)) in visit() 5026 if (!tf.callMatch(null, fargs, 0, &failMessage, sc)) in visit()
|