HomeSort by: relevance | last modified time | path
    Searched defs:curloc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 885 const location_t curloc = input_location; local
887 DECL_P (node[1]) ? DECL_SOURCE_LOCATION (node[1]) : curloc;
907 if (warning_at (curloc, OPT_Wattributes,
911 && curloc != prevloc)
4663 location_t curloc = input_location; local
4665 curloc = DECL_SOURCE_LOCATION (node[2]);
4678 if (warning_at (curloc, OPT_Wattributes,
4727 warned = warning_at (curloc, OPT_Wattributes,
4733 warned = warning_at (curloc, OPT_Wattributes,
4739 warned = warning_at (curloc, OPT_Wattributes
    [all...]
c-attribs.cc 885 const location_t curloc = input_location; local
887 DECL_P (node[1]) ? DECL_SOURCE_LOCATION (node[1]) : curloc;
907 if (warning_at (curloc, OPT_Wattributes,
911 && curloc != prevloc)
4663 location_t curloc = input_location; local
4665 curloc = DECL_SOURCE_LOCATION (node[2]);
4678 if (warning_at (curloc, OPT_Wattributes,
4727 warned = warning_at (curloc, OPT_Wattributes,
4733 warned = warning_at (curloc, OPT_Wattributes,
4739 warned = warning_at (curloc, OPT_Wattributes
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 968 const location_t curloc = input_location; local
970 DECL_P (node[1]) ? DECL_SOURCE_LOCATION (node[1]) : curloc;
990 if (warning_at (curloc, OPT_Wattributes,
994 && curloc != prevloc)
5035 location_t curloc = input_location; local
5037 curloc = DECL_SOURCE_LOCATION (node[2]);
5050 if (warning_at (curloc, OPT_Wattributes,
5099 warned = warning_at (curloc, OPT_Wattributes,
5105 warned = warning_at (curloc, OPT_Wattributes,
5111 warned = warning_at (curloc, OPT_Wattributes
    [all...]
c-attribs.cc 968 const location_t curloc = input_location; local
970 DECL_P (node[1]) ? DECL_SOURCE_LOCATION (node[1]) : curloc;
990 if (warning_at (curloc, OPT_Wattributes,
994 && curloc != prevloc)
5035 location_t curloc = input_location; local
5037 curloc = DECL_SOURCE_LOCATION (node[2]);
5050 if (warning_at (curloc, OPT_Wattributes,
5099 warned = warning_at (curloc, OPT_Wattributes,
5105 warned = warning_at (curloc, OPT_Wattributes,
5111 warned = warning_at (curloc, OPT_Wattributes
    [all...]

Completed in 61 milliseconds