Searched refs:funcBuf (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | func.d | 948 OutBuffer thisBuf, funcBuf; in overloadModMatch() local 950 MODMatchToBuffer(&funcBuf, tf.mod, tthis.mod); in overloadModMatch() 952 funcBuf.peekChars(), this.toPrettyChars(), thisBuf.peekChars()); in overloadModMatch() 3257 OutBuffer thisBuf, funcBuf; in resolveFuncCall() local 3259 auto mismatches = MODMatchToBuffer(&funcBuf, tf.mod, tthis.mod); in resolveFuncCall() 3280 funcBuf.peekChars(), fd.toPrettyChars(), thisBuf.peekChars()); in resolveFuncCall()
|
| H A D | expressionsem.d | 6741 OutBuffer thisBuf, funcBuf; in visit() local 6743 MODMatchToBuffer(&funcBuf, tf.mod, e.e1.type.mod); in visit() 6745 funcBuf.peekChars(), f.toPrettyChars(), thisBuf.peekChars(), e.e1.toChars()); in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | func.c | 3258 OutBuffer thisBuf, funcBuf; in overloadModMatch() local 3260 MODMatchToBuffer(&funcBuf, tf->mod, tthis->mod); in overloadModMatch() 3262 funcBuf.peekString(), this->toPrettyChars(), thisBuf.peekString()); in overloadModMatch() 3576 OutBuffer thisBuf, funcBuf; in resolveFuncCall() local 3578 MODMatchToBuffer(&funcBuf, tf->mod, tthis->mod); in resolveFuncCall() 3584 funcBuf.peekString(), fd->toPrettyChars(), thisBuf.peekString()); in resolveFuncCall()
|
| H A D | expressionsem.c | 2698 OutBuffer thisBuf, funcBuf; in visit() local 2700 MODMatchToBuffer(&funcBuf, tf->mod, e->e1->type->mod); in visit() 2702 … funcBuf.peekString(), f->toPrettyChars(), thisBuf.peekString(), e->e1->toChars()); in visit()
|