| /src/external/bsd/flex/dist/src/ |
| main.c | 55 int printstats, syntaxerror, eofseen, ddebug, trace, nowarn, spprdflt; 789 if (nowarn) 957 fullspd = long_align = nowarn = yymore_used = continued_action = 1212 nowarn = false; 1216 nowarn = true; 1815 " -w, --nowarn do not generate warnings\n" 54 int printstats, syntaxerror, eofseen, ddebug, trace, nowarn, spprdflt; variable
|
| initscan.c | 2779 nowarn = ! option_sense; variable
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-forwprop.cc | 410 bool nowarn = warning_suppressed_p (stmt, OPT_Wstrict_overflow); local 411 fold_undefer_overflow_warnings (!nowarn, stmt, 0);
|
| gimple-fold.cc | 2506 bool nowarn = warning_suppressed_p (stmt, OPT_Wstringop_overflow_); local 2509 if (!nowarn && compute_builtin_object_size (dst, 1, &dstsize) 2523 nowarn = warning_at (loc, OPT_Wstringop_overflow_, 2530 if (nowarn) 2535 if (!nowarn && TREE_CODE (src_len) == INTEGER_CST
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-forwprop.cc | 407 bool nowarn = warning_suppressed_p (stmt, OPT_Wstrict_overflow); local 408 fold_undefer_overflow_warnings (!nowarn, stmt, 0);
|
| gimple-fold.cc | 2507 bool nowarn = warning_suppressed_p (stmt, OPT_Wstringop_overflow_); local 2510 if (!nowarn && compute_builtin_object_size (dst, 1, &dstsize) 2524 nowarn = warning_at (loc, OPT_Wstringop_overflow_, 2531 if (nowarn) 2536 if (!nowarn && TREE_CODE (src_len) == INTEGER_CST
|