Searched refs:checkAddressVar (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | expressionsem.c | 204 static bool checkAddressVar(Scope *sc, UnaExp *e, VarDeclaration *v) in checkAddressVar() function 3724 if (!checkAddressVar(sc, exp, v)) in visit() 3734 if (!checkAddressVar(sc, exp, v)) in visit() 3746 if (!checkAddressVar(sc, exp, v)) in visit() 3810 if (!checkAddressVar(sc, exp, v)) in visit() 3842 if (!checkAddressVar(sc, exp, v)) in visit() 4521 if (!checkAddressVar(sc, exp, v)) in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | expressionsem.d | 6731 if (!checkAddressVar(sc, e.e1, v)) in visit() 7005 if (!checkAddressVar(sc, exp.e1, v)) in visit() 7016 if (!checkAddressVar(sc, exp.e1, v)) in visit() 7076 if (!checkAddressVar(sc, exp.e1, v)) in visit() 7094 … if (global.params.useDIP1000 == FeatureState.enabled && !checkAddressVar(sc, exp.e1, v)) in visit() 7881 if (v && !checkAddressVar(sc, exp.e1, v)) in visit() 13004 bool checkAddressVar(Scope* sc, Expression exp, VarDeclaration v) in checkAddressVar() function
|
| H A D | dcast.d | 1707 if (e.type.hasPointers() && !checkAddressVar(sc, e, v)) in visit()
|