Searched refs:checkPurity (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | expressionsem.c | 1191 exp->checkPurity(sc, f); in visit() 1219 exp->checkPurity(sc, f); in visit() 1286 exp->checkPurity(sc, f); in visit() 1314 exp->checkPurity(sc, f); in visit() 2941 if (v && ve->checkPurity(sc, v)) in visit() 3178 exp->checkPurity(sc, exp->f); in visit() 3271 exp->checkPurity(sc, exp->f); in visit() 3309 exp->checkPurity(sc, exp->f); in visit() 3452 exp->checkPurity(sc, exp->f); in visit() 3551 exp->checkPurity(sc, exp->f); in visit() [all …]
|
| H A D | expression.h | 184 bool checkPurity(Scope *sc, FuncDeclaration *f); 185 bool checkPurity(Scope *sc, VarDeclaration *v);
|
| H A D | expression.c | 435 if (v && ve->checkPurity(sc, v)) 2353 bool Expression::checkPurity(Scope *sc, FuncDeclaration *f) in checkPurity() function 2448 bool Expression::checkPurity(Scope *sc, VarDeclaration *v) in checkPurity() function 2668 checkPurity(sc, sd->postblit); in checkPostblit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | expressionsem.d | 1326 if (ve.checkPurity(sc, v)) 4394 if (v && ve.checkPurity(sc, v)) in visit() 4972 exp.checkPurity(sc, exp.f); in visit() 7019 ve.checkPurity(sc, v); in visit() 7097 exp.e1.checkPurity(sc, v); in visit() 7389 err |= exp.checkPurity(sc, cd.dtor); in visit() 13091 error |= checkPurity(sc, f); in checkFunctionAttributes()
|
| H A D | expression.d | 1169 extern (D) final bool checkPurity(Scope* sc, FuncDeclaration f) in checkPurity() function 1272 extern (D) final bool checkPurity(Scope* sc, VarDeclaration v) in checkPurity() function 1495 checkPurity(sc, sd.postblit); in checkPostblit()
|