Searched defs:deprecation (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | errors.d | 27 deprecation = Color.brightCyan, /// for deprecations enumerator 215 extern (C++) void deprecation(const ref Loc loc, const(char)* format, ...) in deprecation() function
|
H A D | dsymbol.d | 352 final void deprecation(const ref Loc loc, const(char)* format, ...) in deprecation() function 360 final void deprecation(const(char)* format, ...) in deprecation() function
|
H A D | lexer.d | 2600 final void deprecation(const(char)* format, ...) in deprecation() function
|
H A D | statement.d | 143 final void deprecation(const(char)* format, ...) in deprecation() function
|
H A D | expression.d | 800 final void deprecation(const(char)* format, ...) const in deprecation() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-diagnostic.cc | 323 deprecation (const Loc& loc, const char *format, ...) in deprecation() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | dsymbol.c | 747 void Dsymbol::deprecation(Loc loc, const char *format, ...) in deprecation() function 755 void Dsymbol::deprecation(const char *format, ...) in deprecation() function
|
H A D | lexer.c | 141 void Lexer::deprecation(const char *format, ...) in deprecation() function
|
H A D | statement.c | 144 void Statement::deprecation(const char *format, ...) in deprecation() function
|
H A D | expression.c | 2081 void Expression::deprecation(const char *format, ...) const in deprecation() function
|