| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | mtype.h | 253 virtual void checkDeprecated(const Loc &loc, Scope *sc); 371 void checkDeprecated(const Loc &loc, Scope *sc);
|
| H A D | dsymbol.h | 198 bool checkDeprecated(const Loc &loc, Scope *sc);
|
| H A D | mtype.d | 1047 void checkDeprecated(const ref Loc loc, Scope* sc) in checkDeprecated() function 1051 s.checkDeprecated(loc, sc); in checkDeprecated() 2801 override final void checkDeprecated(const ref Loc loc, Scope* sc) in checkDeprecated() function 2803 Type.checkDeprecated(loc, sc); in checkDeprecated() 2805 next.checkDeprecated(loc, sc); in checkDeprecated()
|
| H A D | dsymbolsem.d | 455 dsym.type.checkDeprecated(dsym.loc, sc); in visit() 4858 tc.checkDeprecated(cldec.loc, sc); in visit() 4958 tc.checkDeprecated(cldec.loc, sc); in visit() 5525 tc.checkDeprecated(idec.loc, sc); in visit() 5802 tempdecl.checkDeprecated(tempinst.loc, sc); in templateInstanceSemantic()
|
| H A D | expression.h | 115 bool checkDeprecated(Scope *sc, Dsymbol *s);
|
| H A D | initsem.d | 165 s.checkDeprecated(i.loc, sc); in initializerSemantic()
|
| H A D | typesem.d | 233 s.checkDeprecated(loc, sc); 3979 v.checkDeprecated(e.loc, sc); in dotExp() 4380 s.checkDeprecated(e.loc, sc); in dotExp()
|
| H A D | dsymbol.d | 406 final bool checkDeprecated(const ref Loc loc, Scope* sc) in checkDeprecated() function
|
| H A D | expressionsem.d | 838 s.checkDeprecated(loc, sc); in symbolToExp() 850 s.checkDeprecated(loc, sc); in symbolToExp() 3398 v.checkDeprecated(exp.loc, sc); in visit() 12438 exp.checkDeprecated(sc, s); in semanticY() 13090 error |= checkDeprecated(sc, f); in checkFunctionAttributes() 13344 em.checkDeprecated(loc, sc); in getVarExp()
|
| H A D | expression.d | 1148 final bool checkDeprecated(Scope* sc, Dsymbol s) in checkDeprecated() function 1150 return s.checkDeprecated(loc, sc); in checkDeprecated()
|
| H A D | dtemplate.d | 6408 s.checkDeprecated(this.loc, sc); in findTempDecl()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | dclass.c | 456 tc->checkDeprecated(loc, sc); in semantic() 527 tc->checkDeprecated(loc, sc); in semantic() 1568 tc->checkDeprecated(loc, sc); in semantic()
|
| H A D | dsymbol.h | 179 void checkDeprecated(Loc loc, Scope *sc);
|
| H A D | mtype.h | 266 virtual void checkDeprecated(Loc loc, Scope *sc); 370 void checkDeprecated(Loc loc, Scope *sc);
|
| H A D | expressionsem.c | 1190 exp->checkDeprecated(sc, f); in visit() 1218 exp->checkDeprecated(sc, f); in visit() 1285 exp->checkDeprecated(sc, f); in visit() 1313 exp->checkDeprecated(sc, f); in visit() 3177 exp->checkDeprecated(sc, exp->f); in visit() 3270 exp->checkDeprecated(sc, exp->f); in visit() 3308 exp->checkDeprecated(sc, exp->f); in visit() 3550 exp->checkDeprecated(sc, exp->f); in visit() 8424 exp->checkDeprecated(sc, s); in semanticY()
|
| H A D | mtype.c | 1777 void Type::checkDeprecated(Loc loc, Scope *sc) in checkDeprecated() function 1782 s->checkDeprecated(loc, sc); in checkDeprecated() 2605 void TypeNext::checkDeprecated(Loc loc, Scope *sc) in checkDeprecated() function 2607 Type::checkDeprecated(loc, sc); in checkDeprecated() 2609 next->checkDeprecated(loc, sc); in checkDeprecated() 6862 s->checkDeprecated(loc, sc); // check for deprecated aliases in resolveHelper() 7951 s->checkDeprecated(e->loc, sc); in dotExp() 8655 s->checkDeprecated(e->loc, sc); in dotExp()
|
| H A D | dsymbol.c | 763 void Dsymbol::checkDeprecated(Loc loc, Scope *sc) in checkDeprecated() function
|
| H A D | expression.c | 2342 void Expression::checkDeprecated(Scope *sc, Dsymbol *s) in checkDeprecated() function 2344 s->checkDeprecated(loc, sc); in checkDeprecated() 3198 s->checkDeprecated(loc, sc); in resolve() 3205 s->checkDeprecated(loc, sc); in resolve()
|
| H A D | expression.h | 183 void checkDeprecated(Scope *sc, Dsymbol *s);
|
| H A D | declaration.c | 950 type->checkDeprecated(loc, sc); in semantic()
|