Home
last modified time | relevance | path

Searched refs:isDeprecated (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daliasthis.d69 override bool isDeprecated() const in isDeprecated() function
176 && at.isDeprecated() && !sc.isDeprecated()) in checkDeprecatedAliasThis()
H A Derrors.d59 package auto previewErrorFunc(bool isDeprecated, FeatureState featureState) @safe @nogc pure nothrow in previewErrorFunc() argument
63 else if (featureState == FeatureState.disabled || isDeprecated) in previewErrorFunc()
69 package auto previewSupplementalFunc(bool isDeprecated, FeatureState featureState) @safe @nogc pure… in previewSupplementalFunc() argument
73 else if (featureState == FeatureState.disabled || isDeprecated) in previewSupplementalFunc()
H A Ddscope.d561 if (s.isDeprecated() && !sc.isDeprecated()) in search_correct()
781 extern(C++) bool isDeprecated() @safe @nogc pure nothrow const
785 if (sp.isDeprecated())
790 if (sc2.scopesym && sc2.scopesym.isDeprecated())
H A Descape.d303 previewErrorFunc(sc.isDeprecated(), global.params.useDIP1000) in checkParamArgumentEscape()
309 previewErrorFunc(sc.isDeprecated(), global.params.useDIP1000) in checkParamArgumentEscape()
769 previewErrorFunc(sc.isDeprecated(), global.params.useDIP1000) in checkAssignEscape()
967 previewErrorFunc(sc.isDeprecated(), global.params.useDIP1000) in checkThrowEscape()
1035 previewErrorFunc(sc.isDeprecated(), global.params.useDIP1000) in checkNewEscape()
1073 … previewErrorFunc(sc.isDeprecated(), featureState)(e.loc, msg, e.toChars(), kind, v.toChars()); in checkNewEscape()
1118 … previewErrorFunc(sc.isDeprecated(), global.params.useDIP25)(e.loc, msg, v.toChars()); in checkNewEscape()
1253 previewErrorFunc(sc.isDeprecated(), global.params.useDIP1000) in checkReturnEscapeImpl()
1292 previewErrorFunc(sc.isDeprecated(), featureState)(e.loc, in checkReturnEscapeImpl()
1299 previewSupplementalFunc(sc.isDeprecated(), featureState)(v.loc, in checkReturnEscapeImpl()
[all …]
H A Daliasthis.h30 bool isDeprecated() const { return this->isDeprecated_; } in isDeprecated() function
H A Denum.h50 bool isDeprecated() const; // is Dsymbol deprecated?
H A Dscope.h149 bool isDeprecated() const;
H A Daggregate.h130 bool isDeprecated() const; // is aggregate deprecated?
H A Ddenum.d135 override bool isDeprecated() const in isDeprecated() function
H A Ddsymbol.d410 if (!this.isDeprecated()) in checkDeprecated()
413 if (sc.isDeprecated()) in checkDeprecated()
1015 bool isDeprecated() @safe @nogc pure nothrow const in isDeprecated() function
1491 … if (s.isDeprecated() || s.visible() < s2.visible() && s2.visible().kind != Visibility.Kind.none)
1604 … if (s2.isDeprecated() || (s2.visible() < s.visible() && s.visible().kind != Visibility.Kind.none)) in mergeOverloadSet()
H A Dtemplate.h91 bool isDeprecated() const;
H A Ddsymbol.h231 virtual bool isDeprecated() const; // is Dsymbol deprecated?
H A Ddsymbolsem.d3587 if (fdv.isDeprecated && !funcdecl.isDeprecated) in funcDeclarationSemantic()
3847 … if (funcdecl.isDeprecated && !(funcdecl.foverrides.length && funcdecl.foverrides[0].isDeprecated)) in funcDeclarationSemantic()
4852 if (tc.sym.isDeprecated()) in visit()
4854 if (!cldec.isDeprecated()) in visit()
4952 if (tc.sym.isDeprecated()) in visit()
4954 if (!cldec.isDeprecated()) in visit()
5519 if (tc.sym.isDeprecated()) in visit()
5521 if (!idec.isDeprecated()) in visit()
H A Daggregate.d606 override final bool isDeprecated() const in isDeprecated() function
H A Dtraits.d439 if (e.ident == Id.isDeprecated) in semanticTraits()
569 if (e.ident == Id.isDeprecated) in semanticTraits()
573 return isDsymX(t => t.isDeprecated()); in semanticTraits()
H A Ddeclaration.h144 bool isDeprecated() const { return (storage_class & STCdeprecated) != 0; } in isDeprecated() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp576 if (D->isDeprecated() || IsCategoryNameWithDeprecatedSuffix(D)) in migrateObjCContainerDecl()
580 if (Method->isDeprecated()) in migrateObjCContainerDecl()
596 !Prop->isDeprecated()) in migrateObjCContainerDecl()
835 if (!IDecl || ObjCProtocolDecls.empty() || IDecl->isDeprecated()) in migrateProtocolConformance()
903 EnumDcl->isDeprecated()) in migrateNSEnumDecl()
923 if (TypedefDcl->isDeprecated()) in migrateNSEnumDecl()
1210 if (SetterMethod->isDeprecated() || in migrateProperty()
1281 if (CDecl->isDeprecated() || IsCategoryNameWithDeprecatedSuffix(CDecl)) in migrateAllMethodInstaceType()
1286 if (Method->isDeprecated()) in migrateAllMethodInstaceType()
1422 if (Decl->isDeprecated()) in migrateCFAnnotation()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.c637 bool Dsymbol::isDeprecated() in isDeprecated() function
765 if (global.params.useDeprecated != DIAGNOSTICoff && isDeprecated()) in checkDeprecated()
770 if (sp->isDeprecated()) in checkDeprecated()
776 if (sc2->scopesym && sc2->scopesym->isDeprecated()) in checkDeprecated()
1146 if (s->isDeprecated() || in search()
1258 if (s2->isDeprecated() || in mergeOverloadSet()
H A Denum.h55 bool isDeprecated(); // is Dsymbol deprecated?
H A Ddclass.c449 if (tc->sym->isDeprecated()) in semantic()
451 if (!isDeprecated()) in semantic()
520 if (tc->sym->isDeprecated()) in semantic()
522 if (!isDeprecated()) in semantic()
1561 if (tc->sym->isDeprecated()) in semantic()
1563 if (!isDeprecated()) in semantic()
H A Ddstruct.c301 (!isDeprecated() || global.params.useDeprecated != DIAGNOSTICerror) && in semantic3()
312 if (isDeprecated()) in semantic3()
539 bool AggregateDeclaration::isDeprecated() in isDeprecated() function
H A Daggregate.h147 bool isDeprecated(); // is aggregate deprecated?
H A Ddoc.c1009 if (s->isDeprecated()) in toDocBuffer()
1049 if (d->isDeprecated()) in toDocBuffer()
1090 if (d->isDeprecated()) in toDocBuffer()
1102 if (ad->isDeprecated()) in toDocBuffer()
H A Ddsymbol.h217 virtual bool isDeprecated(); // is Dsymbol deprecated?
H A Ddenum.c467 bool EnumDeclaration::isDeprecated() in isDeprecated() function

12