| /src/external/gpl2/lvm2/dist/scripts/ |
| lvm_dump.sh | 102 warnings() { function 110 warnings 226 warnings
|
| /src/tests/usr.bin/indent/ |
| edge_cases.c | 78 use warnings; variable 110 use warnings; variable
|
| /src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| SumTimerInfo.py | 21 warnings = 0 variable 38 if "warning generated." in line or "warnings generated" in line: 40 warnings = warnings + int(s[0]) variable 70 print(f"Warnings {warnings}")
|
| /src/external/bsd/pcc/dist/pcc/driver/ |
| driver.c | 48 static int warnings; variable 205 if (warnings > 0) 259 warnings++;
|
| /src/external/gpl3/gdb/dist/gdb/guile/lib/gdb/ |
| init.scm | 152 ;; warnings from the compiler. 154 (define-public (%silence-compiler-warnings%)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| symfile-debug.c | 518 Any warnings generated by this function, or by calling LOOKUP_FUNC are 519 placed into WARNINGS, these warnings are only displayed to the user if 525 deferred_warnings *warnings) 527 std::string filename = lookup_func (objfile, warnings); 594 deferred_warnings warnings; 600 (this, find_separate_debug_file_by_buildid, &warnings); 605 (this, find_separate_debug_file_by_debuglink, &warnings); 658 emit any warnings we've collected so far. */ 660 warnings.emit () 593 deferred_warnings warnings; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/ |
| init.scm | 152 ;; warnings from the compiler. 154 (define-public (%silence-compiler-warnings%)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| symfile-debug.c | 525 Any warnings generated by this function, or by calling LOOKUP_FUNC are 526 placed into WARNINGS, these warnings are only displayed to the user if 532 deferred_warnings *warnings) 534 std::string filename = lookup_func (objfile, warnings); 601 deferred_warnings warnings; 607 (this, find_separate_debug_file_by_buildid, &warnings); 612 (this, find_separate_debug_file_by_debuglink, &warnings); 665 emit any warnings we've collected so far. */ 667 warnings.emit () 600 deferred_warnings warnings; local [all...] |
| /src/games/hack/ |
| hack.mon.c | 78 static const char *const warnings[] = { variable 152 if (warnlevel >= SIZE(warnings)) 153 warnlevel = SIZE(warnings) - 1; 171 pline("%s %s!", rr, warnings[warnlevel]);
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| read-debug-names.c | 763 deferred_warnings warnings; local 765 &addrmap, &warnings); 766 warnings.emit ();
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| read-debug-names.c | 762 deferred_warnings warnings; local 764 &addrmap, &warnings); 765 warnings.emit ();
|
| /src/external/mpl/bind/dist/lib/isccfg/include/isccfg/ |
| grammar.h | 207 unsigned int warnings; member in struct:cfg_parser
|
| /src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/ |
| grammar.h | 233 unsigned int warnings; member in struct:cfg_parser
|
| /src/external/bsd/mdocml/dist/ |
| mandocdb.c | 183 static int warnings; /* warn about crap */ variable 383 warnings = 1; 400 nodb = warnings = 1; 614 if (warnings) 623 if (warnings) say("", 629 if (warnings) 645 if (warnings) 661 if (warnings) 667 if (warnings) 671 if (warnings) [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| cpp.c | 89 int warnings, Mxlen; variable 188 case 'E': /* treat warnings as errors */ 342 if (Eflag && warnings > 0) 1062 warnings++;
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| globals.h | 125 Diagnostic warnings; member in struct:FeatureState::Param 284 unsigned warnings; // number of warnings reported so far member in struct:FeatureState::Global 285 unsigned gag; // !=0 means gag reporting of errors & warnings 287 unsigned gaggedWarnings; // number of warnings reported while gagged
|
| /src/lib/libc/time/ |
| zic.c | 319 static bool warnings; variable 753 warnings = true; 1414 if (warnings && (ferror(stderr) || fclose(stderr) != 0))
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| call.cc | 531 candidate_warning *warnings; member in struct:z_candidate 2096 /* FIXME: actually we don't want warnings either, but we can't just 4890 /* Issuing conversion warnings for value-dependent expressions is 5766 but the warnings (like Wsign-conversion) have already been 7412 /* Give any warnings we noticed during overload resolution. */ 7413 if (cand->warnings && (complain & tf_warning)) 7416 for (w = cand->warnings; w; w = w->next) 8222 bitwise or of LOOKUP_* values. If any errors are warnings are 8279 /* Perform warnings about peculiar, but valid, conversions from/to NULL. 8280 Also handle a subset of zero as null warnings [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| call.cc | 521 candidate_warning *warnings; member in struct:z_candidate 2020 /* FIXME: actually we don't want warnings either, but we can't just 4602 /* Issuing conversion warnings for value-dependent expressions is 5435 but the warnings (like Wsign-conversion) have already been 6819 /* Give any warnings we noticed during overload resolution. */ 6820 if (cand->warnings && (complain & tf_warning)) 6823 for (w = cand->warnings; w; w = w->next) 7627 bitwise or of LOOKUP_* values. If any errors are warnings are 7684 /* Perform warnings about peculiar, but valid, conversions from/to NULL. 7685 Also handle a subset of zero as null warnings [all...] |