| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | aliasthis.d | 69 override bool isDeprecated() const in isDeprecated() function 176 && at.isDeprecated() && !sc.isDeprecated()) in checkDeprecatedAliasThis()
|
| H A D | errors.d | 59 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 D | dscope.d | 561 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 D | escape.d | 303 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 D | aliasthis.h | 30 bool isDeprecated() const { return this->isDeprecated_; } in isDeprecated() function
|
| H A D | enum.h | 50 bool isDeprecated() const; // is Dsymbol deprecated?
|
| H A D | scope.h | 149 bool isDeprecated() const;
|
| H A D | aggregate.h | 130 bool isDeprecated() const; // is aggregate deprecated?
|
| H A D | denum.d | 135 override bool isDeprecated() const in isDeprecated() function
|
| H A D | dsymbol.d | 410 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 D | template.h | 91 bool isDeprecated() const;
|
| H A D | dsymbol.h | 231 virtual bool isDeprecated() const; // is Dsymbol deprecated?
|
| H A D | dsymbolsem.d | 3587 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 D | aggregate.d | 606 override final bool isDeprecated() const in isDeprecated() function
|
| H A D | traits.d | 439 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 D | declaration.h | 144 bool isDeprecated() const { return (storage_class & STCdeprecated) != 0; } in isDeprecated() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 576 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 D | dsymbol.c | 637 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 D | enum.h | 55 bool isDeprecated(); // is Dsymbol deprecated?
|
| H A D | dclass.c | 449 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 D | dstruct.c | 301 (!isDeprecated() || global.params.useDeprecated != DIAGNOSTICerror) && in semantic3() 312 if (isDeprecated()) in semantic3() 539 bool AggregateDeclaration::isDeprecated() in isDeprecated() function
|
| H A D | aggregate.h | 147 bool isDeprecated(); // is aggregate deprecated?
|
| H A D | doc.c | 1009 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 D | dsymbol.h | 217 virtual bool isDeprecated(); // is Dsymbol deprecated?
|
| H A D | denum.c | 467 bool EnumDeclaration::isDeprecated() in isDeprecated() function
|