HomeSort by: relevance | last modified time | path
    Searched refs:OPT_Wstrict_overflow (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
diagnostic-spec.cc 62 case OPT_Wstrict_overflow:
opts.cc 2860 case OPT_Wstrict_overflow:
tree-ssa-reassoc.cc 2885 warning_at (loc, OPT_Wstrict_overflow,
3970 warning_at (gimple_location (stmt), OPT_Wstrict_overflow,
tree-ssa-forwprop.cc 410 bool nowarn = warning_suppressed_p (stmt, OPT_Wstrict_overflow);
fold-const.cc 335 if (warning_suppressed_p (stmt, OPT_Wstrict_overflow))
350 warning_at (locus, OPT_Wstrict_overflow, "%s", warnmsg);
386 warning (OPT_Wstrict_overflow, gmsgid);
gimple-fold.cc 6203 bool nowarning = warning_suppressed_p (stmt, OPT_Wstrict_overflow);
expr.cc 13428 warning_at (gimple_location (stmt), OPT_Wstrict_overflow,
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-spec.cc 62 case OPT_Wstrict_overflow:
vr-values.cc 2383 warning_at (location, OPT_Wstrict_overflow, "%s", warnmsg);
3092 warning_at (location, OPT_Wstrict_overflow,
3160 warning_at (location, OPT_Wstrict_overflow,
3212 warning_at (location, OPT_Wstrict_overflow,
opts.cc 2726 case OPT_Wstrict_overflow:
tree-ssa-reassoc.cc 2871 warning_at (loc, OPT_Wstrict_overflow,
3925 warning_at (gimple_location (stmt), OPT_Wstrict_overflow,
tree-ssa-forwprop.cc 407 bool nowarn = warning_suppressed_p (stmt, OPT_Wstrict_overflow);
fold-const.cc 265 if (warning_suppressed_p (stmt, OPT_Wstrict_overflow))
280 warning_at (locus, OPT_Wstrict_overflow, "%s", warnmsg);
316 warning (OPT_Wstrict_overflow, gmsgid);
gimple-fold.cc 6067 bool nowarning = warning_suppressed_p (stmt, OPT_Wstrict_overflow);
expr.cc 12590 warning_at (gimple_location (stmt), OPT_Wstrict_overflow,

Completed in 138 milliseconds