Searched refs:diagnostic (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite3wrapper.c30 # pragma GCC diagnostic ignored "-Wunreachable-code"
31 # pragma GCC diagnostic ignored "-Wunused-function"
32 # pragma GCC diagnostic ignored "-Wcast-qual"
33 # pragma GCC diagnostic ignored "-Wunused"
34 # pragma GCC diagnostic ignored "-Wshadow"
36 # pragma GCC diagnostic ignored "-Wshorten-64-to-32"
39 # pragma clang diagnostic ignored "-Wincompatible-pointer-types-discards-qualifiers"
40 # pragma clang diagnostic ignored "-Wmissing-variable-declarations"
/freebsd-10-stable/contrib/gcc/
H A Dc-errors.c1 /* Various diagnostic subroutines for the GNU C language.
30 #include "diagnostic.h"
37 diagnostic_info diagnostic; local
41 diagnostic_set_info (&diagnostic, gmsgid, &ap, input_location,
43 report_diagnostic (&diagnostic);
55 diagnostic_info diagnostic; local
59 diagnostic_set_info (&diagnostic, gmsgid, &ap, input_location,
61 report_diagnostic (&diagnostic);
H A Ddiagnostic.c1 /* Language-independent diagnostic subroutines for the GNU Compiler Collection
24 /* This file implements the language independent aspect of diagnostic
40 #include "diagnostic.h"
92 /* Initialize the diagnostic message outputting machinery. */
123 diagnostic_set_info_translated (diagnostic_info *diagnostic, const char *msg,
127 diagnostic->message.err_no = errno;
128 diagnostic->message.args_ptr = args;
129 diagnostic->message.format_spec = msg;
130 diagnostic->location = location;
131 diagnostic
121 diagnostic_set_info_translated(diagnostic_info *diagnostic, const char *msg, va_list *args, location_t location, diagnostic_t kind) argument
136 diagnostic_set_info(diagnostic_info *diagnostic, const char *gmsgid, va_list *args, location_t location, diagnostic_t kind) argument
146 diagnostic_build_prefix(diagnostic_info *diagnostic) argument
170 diagnostic_count_diagnostic(diagnostic_context *context, diagnostic_info *diagnostic) argument
237 diagnostic_action_after_output(diagnostic_context *context, diagnostic_info *diagnostic) argument
321 default_diagnostic_starter(diagnostic_context *context, diagnostic_info *diagnostic) argument
362 diagnostic_report_diagnostic(diagnostic_context *context, diagnostic_info *diagnostic) argument
472 diagnostic_info diagnostic; local
486 diagnostic_info diagnostic; local
500 diagnostic_info diagnostic; local
520 diagnostic_info diagnostic; local
535 diagnostic_info diagnostic; local
550 diagnostic_info diagnostic; local
565 diagnostic_info diagnostic; local
583 diagnostic_info diagnostic; local
617 diagnostic_info diagnostic; local
[all...]
H A Drtl-error.c1 /* RTL specific diagnostic subroutines for GCC
34 #include "diagnostic.h"
75 /* Report a diagnostic MESSAGE (an errror or a WARNING) at the line number
82 diagnostic_info diagnostic; local
84 diagnostic_set_info (&diagnostic, msg, args_ptr,
86 report_diagnostic (&diagnostic);
/freebsd-10-stable/contrib/telnet/telnetd/
H A Dtelnetd.h42 #define DIAG(a,b) if (diagnostic & (a)) b
H A Dext.h54 extern int diagnostic; /* telnet diagnostic capabilities */
H A Dtelnetd.c216 diagnostic |= TD_REPORT|TD_OPTIONS;
218 diagnostic |= TD_EXERCISE;
220 diagnostic |= TD_NETDATA;
222 diagnostic |= TD_PTYDATA;
224 diagnostic |= TD_OPTIONS;
/freebsd-10-stable/contrib/gcc/config/i386/
H A Dx-mingw3211 coretypes.h hosthooks.h hosthooks-def.h toplev.h diagnostic.h $(HOOKS_H)
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dglobal.c51 int diagnostic; /* telnet diagnostic capabilities */ variable
H A Dext.h50 extern int diagnostic; /* telnet diagnostic capabilities */
H A Dtelnetd.h228 #define DIAG(a,b) if (diagnostic & (a)) b
H A Dtelnetd.c233 diagnostic |= TD_REPORT|TD_OPTIONS;
235 diagnostic |= TD_EXERCISE;
237 diagnostic |= TD_NETDATA;
239 diagnostic |= TD_PTYDATA;
241 diagnostic |= TD_OPTIONS;
/freebsd-10-stable/contrib/libc++/src/
H A Dfuture.cpp34 #pragma clang diagnostic push
35 #pragma clang diagnostic ignored "-Wswitch"
37 #pragma GCC diagnostic push
38 #pragma GCC diagnostic ignored "-Wswitch"
63 #pragma clang diagnostic pop
65 #pragma GCC diagnostic pop
H A Dregex.cpp73 #pragma clang diagnostic push
74 #pragma clang diagnostic ignored "-Wpadded"
84 #pragma clang diagnostic pop
203 #pragma clang diagnostic push
204 #pragma clang diagnostic ignored "-Wpadded"
214 #pragma clang diagnostic pop
H A Dhash.cpp16 #pragma clang diagnostic ignored "-Wtautological-constant-out-of-range-compare"
/freebsd-10-stable/usr.sbin/mfiutil/
H A Dmfi_foreign.c110 foreign_show_cfg(int fd, uint32_t opcode, uint8_t cfgidx, int diagnostic) argument
136 if (diagnostic)
212 display_format(int ac, char **av, int diagnostic, mfi_dcmd_t display_cmd) argument
247 display_cmd, i, diagnostic);
257 display_cmd, atoi(av[1]), diagnostic);
271 return(display_format(ac, av, 1/*diagnostic output*/, MFI_DCMD_CFG_FOREIGN_DISPLAY));
278 return(display_format(ac, av, 1/*diagnostic output*/, MFI_DCMD_CFG_FOREIGN_PREVIEW));
H A Dmfiutil.h182 int display_format(int ac, char **av, int diagnostic, mfi_dcmd_t display_cmd);
/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dcpp_type_traits.h86 #pragma clang diagnostic push
87 #pragma clang diagnostic ignored "-Wkeyword-compat"
409 #pragma clang diagnostic pop
/freebsd-10-stable/sys/amd64/include/
H A Dpcpu.h211 #pragma clang diagnostic push
212 #pragma clang diagnostic ignored "-Wnull-dereference"
224 #pragma clang diagnostic pop
/freebsd-10-stable/sys/i386/include/
H A Dpcpu.h225 #pragma clang diagnostic push
226 #pragma clang diagnostic ignored "-Wnull-dereference"
238 #pragma clang diagnostic pop
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DDelayedDiagnostic.h83 /// Sets a diagnostic to be performed. The diagnostic is given
90 assert(isQuiet() && "partial diagnostic already defined");
94 assert(isQuiet() && "partial diagnostic already defined");
95 assert(DiagID && "creating null diagnostic");
112 /// A diagnostic message which has been conditionally emitted pending
142 unsigned diagnostic,
149 DD.ForbiddenTypeData.Diagnostic = diagnostic;
156 assert(Kind == Access && "Not an access diagnostic.");
160 assert(Kind == Access && "Not an access diagnostic
141 makeForbiddenType(SourceLocation loc, unsigned diagnostic, QualType type, unsigned argument) argument
[all...]
/freebsd-10-stable/contrib/gcc/cp/
H A Derror.c31 #include "diagnostic.h"
2178 diagnostic_info *diagnostic)
2181 cp_print_error_function (context, diagnostic);
2183 pp_base_set_prefix (context->printer, diagnostic_build_prefix (diagnostic));
2188 diagnostic_info *diagnostic ATTRIBUTE_UNUSED)
2194 a diagnostic message. Called from cp_diagnostic_starter. */
2197 diagnostic_info *diagnostic)
2202 const char *file = LOCATION_FILE (diagnostic->location);
2320 /* Called from output_format -- during diagnostic message processing --
2395 interpreting strings. The diagnostic i
2177 cp_diagnostic_starter(diagnostic_context *context, diagnostic_info *diagnostic) argument
2196 cp_print_error_function(diagnostic_context *context, diagnostic_info *diagnostic) argument
2400 diagnostic_info diagnostic; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/
H A DSignals.inc43 #pragma GCC diagnostic ignored "-Wformat"
44 #pragma GCC diagnostic ignored "-Wformat-extra-args"
476 // warnings back on. If MinGW starts to support diagnostic stacks, we can
478 #pragma GCC diagnostic warning "-Wformat"
479 #pragma GCC diagnostic warning "-Wformat-extra-args"
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_hmac.c87 #pragma GCC diagnostic ignored "-Wcast-qual"
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp223 static void ReportInlineAsmError(const llvm::SMDiagnostic &diagnostic, void *Context, unsigned LocCookie) argument
230 err->SetErrorStringWithFormat("Inline assembly error: %s", diagnostic.getMessage().str().c_str());

Completed in 974 milliseconds

12