Searched refs:warn_deprecated (Results 1 – 17 of 17) sorted by relevance
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | bfd-in.h | 515 (warn_deprecated ("bfd_read", __FILE__, __LINE__, __FUNCTION__), \ 518 (warn_deprecated ("bfd_write", __FILE__, __LINE__, __FUNCTION__), \ 522 (warn_deprecated ("bfd_read", (const char *) 0, 0, (const char *) 0), \ 525 (warn_deprecated ("bfd_write", (const char *) 0, 0, (const char *) 0),\ 528 extern void warn_deprecated (const char *, const char *, int, const char *);
|
| D | bfd-in2.h | 522 (warn_deprecated ("bfd_read", __FILE__, __LINE__, __FUNCTION__), \ 525 (warn_deprecated ("bfd_write", __FILE__, __LINE__, __FUNCTION__), \ 529 (warn_deprecated ("bfd_read", (const char *) 0, 0, (const char *) 0), \ 532 (warn_deprecated ("bfd_write", (const char *) 0, 0, (const char *) 0),\ 535 extern void warn_deprecated (const char *, const char *, int, const char *);
|
| D | libbfd.c | 965 warn_deprecated (const char *what, in warn_deprecated() function
|
| D | ChangeLog-0001 | 2165 (warn_deprecated): New function to annoy everybody. 2167 * bfd-in.h (bfd_bread, bfd_bwrite, warn_deprecated): Declare.
|
| D | ChangeLog-0203 | 5514 * libbfd.c (warn_deprecated): Comment spelling. 10858 * libbfd.c (warn_deprecated): Rearrange error message to aid in
|
| /freebsd-9-stable/contrib/gcclibs/libcpp/include/ |
| D | cpplib.h | 304 unsigned char warn_deprecated; member
|
| /freebsd-9-stable/contrib/gcc/ |
| D | c-cppbuiltin.c | 411 if (warn_deprecated) in c_cpp_builtins()
|
| D | c-opts.c | 444 cpp_opts->warn_deprecated = value; in c_common_handle_option()
|
| D | c.opt | 170 C++ ObjC++ Var(warn_deprecated) Init(1)
|
| D | ChangeLog-2003 | 34260 * cpplib.h (struct cpp_options): Add warn_deprecated field. 34264 if warn_deprecated is set.
|
| D | ChangeLog-2004 | 27775 warn_deprecated): Remove explicit declarations.
|
| /freebsd-9-stable/gnu/usr.bin/binutils/libbfd/ |
| D | bfd.h | 528 (warn_deprecated ("bfd_read", __FILE__, __LINE__, __FUNCTION__), \ 531 (warn_deprecated ("bfd_write", __FILE__, __LINE__, __FUNCTION__), \ 535 (warn_deprecated ("bfd_read", (const char *) 0, 0, (const char *) 0), \ 538 (warn_deprecated ("bfd_write", (const char *) 0, 0, (const char *) 0),\ 541 extern void warn_deprecated (const char *, const char *, int, const char *);
|
| /freebsd-9-stable/contrib/gcclibs/libcpp/ |
| D | init.c | 161 CPP_OPTION (pfile, warn_deprecated) = 1; in cpp_create_reader()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaDeclAttr.cpp | 5245 S.Diag(Loc, diag::warn_deprecated) << D->getDeclName(); in DoEmitDeprecationWarning()
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | ChangeLog-2001 | 887 * cp-tree.h: Declare warn_deprecated. Remove definitions of
|
| D | ChangeLog-1999 | 5397 * decl2.c (warn_deprecated): New flag.
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | DiagnosticSemaKinds.td | 3495 def warn_deprecated : Warning<"%0 is deprecated">,
|