Searched refs:isMutableRef (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | ob.d | 1423 dgReadVar(ve.loc, ob, v, isMutableRef(ve.type)); in genKill() 1478 obstate.mutableStack.push(isMutableRef(pt)); in genKill() 1512 obstate.mutableStack.push(isMutableRef(arg.type) && in genKill() 1569 dgReadVar(e.loc, ob, v, isMutableRef(e.type)); in genKill() 2127 dgReadVar(ve.loc, ob, v, isMutableRef(ve.type), cpvs); in checkObErrors() 2184 obstate.mutableStack.push(isMutableRef(pt)); in checkObErrors() 2222 obstate.mutableStack.push(isMutableRef(arg.type) && in checkObErrors() 2301 dgReadVar(e.loc, ob, v, isMutableRef(e.type), cpvs); in checkObErrors() 2663 bool isMutableRef(Type t) in isMutableRef() function
|