HomeSort by: relevance | last modified time | path
    Searched refs:warned (Results 1 - 25 of 421) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/gcc/c/
c-errors.cc 39 bool warned = false; local
51 warned = diagnostic_report_diagnostic (global_dc, &diagnostic);
61 warned = diagnostic_report_diagnostic (global_dc, &diagnostic);
64 return warned;
78 bool warned = false; local
90 warned = diagnostic_report_diagnostic (global_dc, &diagnostic);
100 warned = diagnostic_report_diagnostic (global_dc, &diagnostic);
103 return warned;
118 bool warned = false; local
135 warned = true
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-errors.cc 39 bool warned = false; local
51 warned = diagnostic_report_diagnostic (global_dc, &diagnostic);
61 warned = diagnostic_report_diagnostic (global_dc, &diagnostic);
64 return warned;
78 bool warned = false; local
90 warned = diagnostic_report_diagnostic (global_dc, &diagnostic);
100 warned = diagnostic_report_diagnostic (global_dc, &diagnostic);
103 return warned;
118 bool warned = false; local
135 warned = true
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
sane_time.c 69 static int warned; local
76 warned++ ? "another " : "");
83 if (warned) {
84 warned = 0;
  /src/external/gpl3/gcc/dist/gcc/
substring-locations.cc 216 bool warned = diagnostic_report_diagnostic (global_dc, &diagnostic); local
220 if (warned)
232 return warned;
252 bool warned = emit_warning_va (opt, gmsgid, &ap); local
255 return warned;
268 bool warned = emit_warning_n_va (opt, n, singular_gmsgid, plural_gmsgid, local
272 return warned;
gimple-array-bounds.cc 273 bool warned = false; local
281 warned = warning_at (location, OPT_Warray_bounds_,
286 if (warned)
300 warned = warning_at (location, OPT_Warray_bounds_,
314 warned = warning_at (location, OPT_Warray_bounds_,
323 warned = warning_at (location, OPT_Warray_bounds_,
327 return warned;
368 bool warned = false; local
389 warned = check_out_of_bounds_and_warn (location, ref,
396 if (!warned && sam == special_array_member::int_0
577 bool warned = false; local
650 bool warned = false; local
804 bool warned = false; local
    [all...]
gimple-ssa-warn-access.cc 147 bool warned; local
173 warned = warning_at (loc, opt,
180 warned = warning_at (loc, opt,
195 warned = warning_at (loc, opt,
204 warned = warning_at (loc, opt,
211 warned = warning_at (loc, opt,
226 warned = warning_at (loc, opt,
231 if (warned)
487 bool warned = false; local
489 warned = warning_at (loc, OPT_Wstringop_overread
637 bool warned = false; local
709 bool warned = false; local
928 bool warned = false; local
1401 bool warned = false; local
2262 bool warned = false; local
2928 bool warned = false; local
3752 bool warned = false; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
substring-locations.cc 216 bool warned = diagnostic_report_diagnostic (global_dc, &diagnostic); local
220 if (warned)
232 return warned;
252 bool warned = emit_warning_va (opt, gmsgid, &ap); local
255 return warned;
268 bool warned = emit_warning_n_va (opt, n, singular_gmsgid, plural_gmsgid, local
272 return warned;
gimple-array-bounds.cc 286 bool warned = false; local
290 warned = warning_at (location, OPT_Warray_bounds,
305 if (warned)
316 warned = warning_at (location, OPT_Warray_bounds,
326 warned = warning_at (location, OPT_Warray_bounds,
331 warned = warning_at (location, OPT_Warray_bounds,
335 if (!warned && sam == special_array_member::int_0)
336 warned = warning_at (location, OPT_Wzero_length_bounds,
344 if (warned)
379 return warned;
492 bool warned = false; local
565 bool warned = false; local
719 bool warned = false; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgl-charset.c 51 bool warned; local
58 warned = false;
122 warned = true;
128 if (canon_locale_code == NULL && !warned)
  /src/external/mpl/mozilla-certdata/share/
certdata.awk 71 function writeoctaldata(f, desc, warned, status) {
77 warned = 0
83 if (!warned)
86 warned = 1
95 warned = 1
97 if (warned)
121 function skipoctaldata(desc, warned) {
127 warned = 0
131 if ($0 !~ /(\\[0-7][0-7][0-7])*/ && !warned) {
133 warned =
    [all...]
  /src/sys/rump/librump/rumpkern/
kobj_rename.c 76 static int warned; local
78 if (!rump_nativeabi_p() && !warned) {
80 warned = 1;
  /src/bin/dd/
position.c 69 int bcnt, cnt, nr, warned; local
87 for (bcnt = in.dbsz, cnt = in.offset, warned = 0; cnt;) {
114 if (!warned) {
117 warned = 1;
  /src/external/gpl3/gcc/dist/gcc/analyzer/
bounds-checking.cc 344 bool warned; variable
349 warned = ctxt.warn ("buffer overflow");
353 warned = ctxt.warn ("stack-based buffer overflow");
357 warned = ctxt.warn ("heap-based buffer overflow");
361 if (warned)
410 return warned;
512 bool warned; variable
517 warned = ctxt.warn ("buffer over-read");
520 warned = ctxt.warn ("stack-based buffer over-read");
523 warned = ctxt.warn ("heap-based buffer over-read")
679 bool warned; variable
791 bool warned; variable
950 bool warned; variable
1064 bool warned; variable
    [all...]
  /src/external/bsd/libbind/dist/irs/
irp_ng.c 49 int warned; member in struct:pvt
134 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
170 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
214 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
irp_gr.c 70 int warned; member in struct:pvt
155 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
207 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
254 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
294 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
irp_ho.c 67 int warned; member in struct:pvt
185 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
243 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
295 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
336 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
irp_nw.c 66 int warned; member in struct:pvt
157 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
207 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
247 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
279 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
irp_pr.c 57 int warned; member in struct:pvt
146 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
195 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
236 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
268 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
irp_pw.c 61 int warned; member in struct:pvt
140 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
188 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
236 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
277 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
irp_sv.c 58 int warned; member in struct:pvt
146 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
197 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
248 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
290 if (irs_irp_connection_setup(pvt->girpdata, &pvt->warned) != 0) {
  /src/external/lgpl2/userspace-rcu/dist/src/
urcu-call-rcu-impl.h 125 static int warned = 0; local
138 if (!warned) {
141 warned = 1;
466 static int warned = 0; local
472 if (!warned && cpus_array_len > 0 && (cpu < 0 || cpus_array_len <= cpu)) {
474 warned = 1;
530 static int warned = 0; local
535 if (!warned) {
537 warned = 1;
814 static int warned = 0 local
889 static int warned = 0; local
    [all...]
  /src/sys/arch/pmax/pmax/
dec_3max.c 255 static bool warned = false; local
263 if ((csr & KN02_CSR_PSWARN) && !warned) {
264 warned = true;
266 } else if (warned && !(csr & KN02_CSR_PSWARN)) {
267 warned = false;
dec_3maxplus.c 292 static int warned = 0; local
310 if (warned && !(can_serve & KN03_INTR_PSWARN)) {
312 warned = 0;
314 if ((can_serve & KN03_INTR_PSWARN) && (warned < 3)) {
315 warned++;
  /src/sys/rump/net/lib/libshmif/
shmif_user.c 185 static int warned = 0; local
187 if (!warned) {
190 warned = 1;
  /src/usr.bin/audio/common/
sun.c 115 static int warned = 0; local
155 if (!ti->qflag && !warned) {
165 warned = 1;

Completed in 38 milliseconds

1 2 3 4 5 6 7 8 91011>>