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

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 3276 the mismatch in WARNLOC (for the new parameter list) and
3280 gcc_rich_location warnloc (newloc);
3349 warnloc.add_range (DECL_SOURCE_LOCATION (newbnd));
3361 if (warning_n (&warnloc, opt, nbnds,
3587 location_t warnloc = newloc, noteloc = origloc; local
3598 std::swap (warnloc, noteloc);
3602 if (warning_n (warnloc, OPT_Wvla_parameter, warnunspec,
3609 if (warnloc == newloc)
  /src/external/gpl3/gcc.old/dist/gcc/d/
typeinfo.cc 1429 static Loc warnloc; local
1431 if (loc.filename && !warnloc.equals (loc))
1436 warnloc = loc;
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 3314 the mismatch in WARNLOC (for the new parameter list) and
3318 gcc_rich_location warnloc (newloc);
3387 warnloc.add_range (DECL_SOURCE_LOCATION (newbnd));
3399 if (warning_n (&warnloc, opt, nbnds,
3625 location_t warnloc = newloc, noteloc = origloc; local
3630 if (warning_n (warnloc, OPT_Wvla_parameter, warnunspec,
3637 if (warnloc == newloc)

Completed in 22 milliseconds