Searched refs:diagnostic (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c29 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dutility.c517 if (!(diagnostic & TD_OPTIONS))
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c543 if (!(diagnostic & TD_OPTIONS))
/freebsd-9.3-release/contrib/libc++/src/
H A Dlocale.cpp42 #pragma clang diagnostic ignored "-Wsign-conversion"
129 #pragma clang diagnostic push
130 #pragma clang diagnostic ignored "-Wpadded"
169 #pragma clang diagnostic pop
256 #pragma GCC diagnostic push
257 #pragma GCC diagnostic ignored "-Wextra"
271 #pragma GCC diagnostic pop
4707 #pragma clang diagnostic ignored "-Wmissing-field-initializers"
4710 #pragma GCC diagnostic ignored "-Wmissing-field-initializers"
4858 #pragma clang diagnostic ignore
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp322 /// diagnostic complaining about the given function being deleted or
346 // the diagnostic.
1713 unsigned diagnostic = diag::err_undeclared_var_use; local
1718 diagnostic = diag::err_undeclared_use;
1752 diagnostic = diag::warn_found_via_dependent_bases_lookup;
1754 Diag(R.getNameLoc(), diagnostic) << Name
1790 Diag(R.getNameLoc(), diagnostic) << Name;
1902 // Emit a special diagnostic for failed member lookups.
1912 Diag(R.getNameLoc(), diagnostic) << Name;
2234 // error node. The error diagnostic wa
2944 unsigned diagnostic; local
12477 unsigned diagnostic = diag::warn_condition_is_assignment; local
[all...]
H A DSemaDecl.cpp2778 // defined with a different type; show an appropriate diagnostic.
2950 // Neither C nor C++ requires a diagnostic for this, but we should still try
3325 // Customize diagnostic for a typedef missing a name.
3424 unsigned diagnostic) {
3439 SemaRef.Diag(NameLoc, diagnostic) << Name;
4204 // TODO: consider using NameInfo for diagnostic.
5639 // diagnostic.
6033 /// This routine handles generating the diagnostic messages for an invalid
6558 // TODO: consider using NameInfo for diagnostic.
7023 // Suppress the diagnostic i
3419 CheckAnonMemberRedeclaration(Sema &SemaRef, Scope *S, DeclContext *Owner, DeclarationName Name, SourceLocation NameLoc, unsigned diagnostic) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang-c/
H A DIndex.h612 * \brief Describes the severity of a particular diagnostic.
616 * \brief A diagnostic that has been suppressed, e.g., by a command-line
622 * \brief This diagnostic is a note that should be attached to the
623 * previous (non-note) diagnostic.
628 * \brief This diagnostic indicates suspicious code that may not be
634 * \brief This diagnostic indicates that the code is ill-formed.
639 * \brief This diagnostic indicates that the code is ill-formed such
647 * \brief A single diagnostic, containing the diagnostic's severity,
663 * \brief Retrieve a diagnostic associate
5600 void (*diagnostic)(CXClientData client_data, member in struct:__anon2949
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c29 #pragma clang diagnostic ignored "-Wdeprecated-declarations"

Completed in 243 milliseconds

12