Home
last modified time | relevance | path

Searched refs:checkDeprecated (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h253 virtual void checkDeprecated(const Loc &loc, Scope *sc);
371 void checkDeprecated(const Loc &loc, Scope *sc);
H A Ddsymbol.h198 bool checkDeprecated(const Loc &loc, Scope *sc);
H A Dmtype.d1047 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 Ddsymbolsem.d455 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 Dexpression.h115 bool checkDeprecated(Scope *sc, Dsymbol *s);
H A Dinitsem.d165 s.checkDeprecated(i.loc, sc); in initializerSemantic()
H A Dtypesem.d233 s.checkDeprecated(loc, sc);
3979 v.checkDeprecated(e.loc, sc); in dotExp()
4380 s.checkDeprecated(e.loc, sc); in dotExp()
H A Ddsymbol.d406 final bool checkDeprecated(const ref Loc loc, Scope* sc) in checkDeprecated() function
H A Dexpressionsem.d838 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 Dexpression.d1148 final bool checkDeprecated(Scope* sc, Dsymbol s) in checkDeprecated() function
1150 return s.checkDeprecated(loc, sc); in checkDeprecated()
H A Ddtemplate.d6408 s.checkDeprecated(this.loc, sc); in findTempDecl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddclass.c456 tc->checkDeprecated(loc, sc); in semantic()
527 tc->checkDeprecated(loc, sc); in semantic()
1568 tc->checkDeprecated(loc, sc); in semantic()
H A Ddsymbol.h179 void checkDeprecated(Loc loc, Scope *sc);
H A Dmtype.h266 virtual void checkDeprecated(Loc loc, Scope *sc);
370 void checkDeprecated(Loc loc, Scope *sc);
H A Dexpressionsem.c1190 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 Dmtype.c1777 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 Ddsymbol.c763 void Dsymbol::checkDeprecated(Loc loc, Scope *sc) in checkDeprecated() function
H A Dexpression.c2342 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 Dexpression.h183 void checkDeprecated(Scope *sc, Dsymbol *s);
H A Ddeclaration.c950 type->checkDeprecated(loc, sc); in semantic()