Home
last modified time | relevance | path

Searched defs:isDeprecated (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daliasthis.h30 bool isDeprecated() const { return this->isDeprecated_; } in isDeprecated() function
H A Daliasthis.d69 override bool isDeprecated() const in isDeprecated() function
H A Derrors.d59 package auto previewErrorFunc(bool isDeprecated, FeatureState featureState) @safe @nogc pure nothrow in previewErrorFunc()
69 package auto previewSupplementalFunc(bool isDeprecated, FeatureState featureState) @safe @nogc pure… in previewSupplementalFunc()
H A Ddenum.d135 override bool isDeprecated() const in isDeprecated() function
H A Daggregate.d606 override final bool isDeprecated() const in isDeprecated() function
H A Ddeclaration.h144 bool isDeprecated() const { return (storage_class & STCdeprecated) != 0; } in isDeprecated() function
H A Ddeclaration.d494 override final bool isDeprecated() const pure nothrow @nogc @safe in isDeprecated() function
H A Ddsymbol.d1015 bool isDeprecated() @safe @nogc pure nothrow const in isDeprecated() function
H A Ddtemplate.d2525 extern(C++) override bool isDeprecated() const in isDeprecated() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddenum.c467 bool EnumDeclaration::isDeprecated() in isDeprecated() function
H A Ddstruct.c539 bool AggregateDeclaration::isDeprecated() in isDeprecated() function
H A Ddeclaration.h151 bool isDeprecated() { return (storage_class & STCdeprecated) != 0; } in isDeprecated() function
H A Ddsymbol.c637 bool Dsymbol::isDeprecated() in isDeprecated() function