Searched refs:MODMatchToBuffer (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | func.d | 949 MODMatchToBuffer(&thisBuf, tthis.mod, tf.mod); in overloadModMatch() 950 MODMatchToBuffer(&funcBuf, tf.mod, tthis.mod); in overloadModMatch() 3025 auto MODMatchToBuffer(OutBuffer* buf, ubyte lhsMod, ubyte rhsMod) in MODMatchToBuffer() function 3069 auto mismatches = MODMatchToBuffer(&buf, MODFlags.shared_, 0); 3074 mismatches = MODMatchToBuffer(&buf, 0, MODFlags.shared_); 3079 mismatches = MODMatchToBuffer(&buf, MODFlags.const_, 0); 3084 mismatches = MODMatchToBuffer(&buf, 0, MODFlags.const_); 3258 MODMatchToBuffer(&thisBuf, tthis.mod, tf.mod); in resolveFuncCall() 3259 auto mismatches = MODMatchToBuffer(&funcBuf, tf.mod, tthis.mod); in resolveFuncCall()
|
| H A D | expression.d | 1358 MODMatchToBuffer(&ffbuf, ff.type.mod, v.type.mod); in checkPurity() 1359 MODMatchToBuffer(&vbuf, v.type.mod, ff.type.mod); in checkPurity()
|
| H A D | expressionsem.d | 6742 MODMatchToBuffer(&thisBuf, e.e1.type.mod, tf.mod); in visit() 6743 MODMatchToBuffer(&funcBuf, tf.mod, e.e1.type.mod); in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | func.c | 3119 void MODMatchToBuffer(OutBuffer *buf, unsigned char lhsMod, unsigned char rhsMod) in MODMatchToBuffer() function 3259 MODMatchToBuffer(&thisBuf, tthis->mod, tf->mod); in overloadModMatch() 3260 MODMatchToBuffer(&funcBuf, tf->mod, tthis->mod); in overloadModMatch() 3577 MODMatchToBuffer(&thisBuf, tthis->mod, tf->mod); in resolveFuncCall() 3578 MODMatchToBuffer(&funcBuf, tf->mod, tthis->mod); in resolveFuncCall()
|
| H A D | expression.c | 47 void MODMatchToBuffer(OutBuffer *buf, unsigned char lhsMod, unsigned char rhsMod); 2552 MODMatchToBuffer(&ffbuf, ff->type->mod, v->type->mod); in checkPurity() 2553 MODMatchToBuffer(&vbuf, v->type->mod, ff->type->mod); in checkPurity()
|
| H A D | expressionsem.c | 51 void MODMatchToBuffer(OutBuffer *buf, unsigned char lhsMod, unsigned char rhsMod); 2699 MODMatchToBuffer(&thisBuf, e->e1->type->mod, tf->mod); in visit() 2700 MODMatchToBuffer(&funcBuf, tf->mod, e->e1->type->mod); in visit()
|