Home
last modified time | relevance | path

Searched refs:DeprecatedDeclaration (Results 1 – 25 of 97) sorted by relevance

1234

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/contrib/utilities/
H A Dprint_deprecated.py47 class DeprecatedDeclaration(object): class
119 deprecated_declarations.append(DeprecatedDeclaration(line))
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dattrib.c373 DeprecatedDeclaration::DeprecatedDeclaration(Expression *msg, Dsymbols *decl) in DeprecatedDeclaration() function
380 Dsymbol *DeprecatedDeclaration::syntaxCopy(Dsymbol *s) in syntaxCopy()
383 return new DeprecatedDeclaration(msg->syntaxCopy(), Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
395 Scope *DeprecatedDeclaration::newScope(Scope *sc) in newScope()
405 void DeprecatedDeclaration::setScope(Scope *sc) in setScope()
413 const char *DeprecatedDeclaration::getMessage() in getMessage()
H A Denum.h88 StorageClass stc, UserAttributeDeclaration *uad, DeprecatedDeclaration *dd);
H A Dattrib.h68 class DeprecatedDeclaration : public StorageClassDeclaration
74 DeprecatedDeclaration(Expression *msg, Dsymbols *decl);
H A Dscope.h118 DeprecatedDeclaration *depdecl; // customized deprecation message
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dattrib.c373 DeprecatedDeclaration::DeprecatedDeclaration(Expression *msg, Dsymbols *decl) in DeprecatedDeclaration() function
380 Dsymbol *DeprecatedDeclaration::syntaxCopy(Dsymbol *s) in syntaxCopy()
383 return new DeprecatedDeclaration(msg->syntaxCopy(), Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
395 Scope *DeprecatedDeclaration::newScope(Scope *sc) in newScope()
405 void DeprecatedDeclaration::setScope(Scope *sc) in setScope()
413 const char *DeprecatedDeclaration::getMessage() in getMessage()
H A Denum.h88 StorageClass stc, UserAttributeDeclaration *uad, DeprecatedDeclaration *dd);
H A Dattrib.h68 class DeprecatedDeclaration : public StorageClassDeclaration
74 DeprecatedDeclaration(Expression *msg, Dsymbols *decl);
H A Dscope.h118 DeprecatedDeclaration *depdecl; // customized deprecation message
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dattrib.c373 DeprecatedDeclaration::DeprecatedDeclaration(Expression *msg, Dsymbols *decl) in DeprecatedDeclaration() function
380 Dsymbol *DeprecatedDeclaration::syntaxCopy(Dsymbol *s) in syntaxCopy()
383 return new DeprecatedDeclaration(msg->syntaxCopy(), Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
395 Scope *DeprecatedDeclaration::newScope(Scope *sc) in newScope()
405 void DeprecatedDeclaration::setScope(Scope *sc) in setScope()
413 const char *DeprecatedDeclaration::getMessage() in getMessage()
H A Denum.h88 StorageClass stc, UserAttributeDeclaration *uad, DeprecatedDeclaration *dd);
H A Dattrib.h68 class DeprecatedDeclaration : public StorageClassDeclaration
74 DeprecatedDeclaration(Expression *msg, Dsymbols *decl);
H A Dscope.h118 DeprecatedDeclaration *depdecl; // customized deprecation message
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dattrib.c433 DeprecatedDeclaration::DeprecatedDeclaration(Expression *msg, Dsymbols *decl) in DeprecatedDeclaration() function
440 Dsymbol *DeprecatedDeclaration::syntaxCopy(Dsymbol *s) in syntaxCopy()
443 return new DeprecatedDeclaration(msg->syntaxCopy(), Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
455 Scope *DeprecatedDeclaration::newScope(Scope *sc) in newScope()
465 void DeprecatedDeclaration::setScope(Scope *sc) in setScope()
483 void DeprecatedDeclaration::semantic2(Scope *sc) in semantic2()
489 const char *DeprecatedDeclaration::getMessage() in getMessage()
H A Dattrib.h71 class DeprecatedDeclaration : public StorageClassDeclaration
77 DeprecatedDeclaration(Expression *msg, Dsymbols *decl);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dattrib.c433 DeprecatedDeclaration::DeprecatedDeclaration(Expression *msg, Dsymbols *decl) in DeprecatedDeclaration() function
440 Dsymbol *DeprecatedDeclaration::syntaxCopy(Dsymbol *s) in syntaxCopy()
443 return new DeprecatedDeclaration(msg->syntaxCopy(), Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
455 Scope *DeprecatedDeclaration::newScope(Scope *sc) in newScope()
465 void DeprecatedDeclaration::setScope(Scope *sc) in setScope()
483 void DeprecatedDeclaration::semantic2(Scope *sc) in semantic2()
489 const char *DeprecatedDeclaration::getMessage() in getMessage()
H A Dattrib.h71 class DeprecatedDeclaration : public StorageClassDeclaration
77 DeprecatedDeclaration(Expression *msg, Dsymbols *decl);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dattrib.c433 DeprecatedDeclaration::DeprecatedDeclaration(Expression *msg, Dsymbols *decl) in DeprecatedDeclaration() function
440 Dsymbol *DeprecatedDeclaration::syntaxCopy(Dsymbol *s) in syntaxCopy()
443 return new DeprecatedDeclaration(msg->syntaxCopy(), Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
455 Scope *DeprecatedDeclaration::newScope(Scope *sc) in newScope()
465 void DeprecatedDeclaration::setScope(Scope *sc) in setScope()
483 void DeprecatedDeclaration::semantic2(Scope *sc) in semantic2()
489 const char *DeprecatedDeclaration::getMessage() in getMessage()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dattrib.c437 DeprecatedDeclaration::DeprecatedDeclaration(Expression *msg, Dsymbols *decl) in DeprecatedDeclaration() function
444 Dsymbol *DeprecatedDeclaration::syntaxCopy(Dsymbol *s) in syntaxCopy()
447 return new DeprecatedDeclaration(msg->syntaxCopy(), Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
459 Scope *DeprecatedDeclaration::newScope(Scope *sc) in newScope()
469 void DeprecatedDeclaration::setScope(Scope *sc) in setScope()
487 void DeprecatedDeclaration::semantic2(Scope *sc) in semantic2()
493 const char *DeprecatedDeclaration::getMessage() in getMessage()
H A Dattrib.h71 class DeprecatedDeclaration : public StorageClassDeclaration
77 DeprecatedDeclaration(Expression *msg, Dsymbols *decl);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dattrib.c437 DeprecatedDeclaration::DeprecatedDeclaration(Expression *msg, Dsymbols *decl) in DeprecatedDeclaration() function
444 Dsymbol *DeprecatedDeclaration::syntaxCopy(Dsymbol *s) in syntaxCopy()
447 return new DeprecatedDeclaration(msg->syntaxCopy(), Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
459 Scope *DeprecatedDeclaration::newScope(Scope *sc) in newScope()
469 void DeprecatedDeclaration::setScope(Scope *sc) in setScope()
487 void DeprecatedDeclaration::semantic2(Scope *sc) in semantic2()
493 const char *DeprecatedDeclaration::getMessage() in getMessage()
H A Dattrib.h71 class DeprecatedDeclaration : public StorageClassDeclaration
77 DeprecatedDeclaration(Expression *msg, Dsymbols *decl);
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dattrib.c437 DeprecatedDeclaration::DeprecatedDeclaration(Expression *msg, Dsymbols *decl) in DeprecatedDeclaration() function
444 Dsymbol *DeprecatedDeclaration::syntaxCopy(Dsymbol *s) in syntaxCopy()
447 return new DeprecatedDeclaration(msg->syntaxCopy(), Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
459 Scope *DeprecatedDeclaration::newScope(Scope *sc) in newScope()
469 void DeprecatedDeclaration::setScope(Scope *sc) in setScope()
487 void DeprecatedDeclaration::semantic2(Scope *sc) in semantic2()
493 const char *DeprecatedDeclaration::getMessage() in getMessage()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dattrib.h59 class DeprecatedDeclaration : public StorageClassDeclaration
65 DeprecatedDeclaration *syntaxCopy(Dsymbol *s);
H A Dscope.h119 DeprecatedDeclaration *depdecl; // customized deprecation message

1234