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

  /src/external/gpl3/gcc/dist/gcc/
substring-locations.h 23 /* The substring_loc class encapsulates information on the source location
26 If needed by a diagnostic, the actual location_t of the substring_loc
32 substring_loc can also be thought of as a deferred call into libcpp,
37 substring_loc::get_location returns NULL if it succeeds, or an
41 The easiest way to use a substring_loc is via the format_warning_* APIs,
42 which gracefully handle failure of substring_loc::get_location by using
46 class substring_loc class
54 substring_loc (location_t fmt_string_loc, tree string_type, function in class:substring_loc
82 format_string_diagnostic_t (const substring_loc &fmt_loc,
107 const substring_loc &m_fmt_loc
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
substring-locations.h 23 /* The substring_loc class encapsulates information on the source location
26 If needed by a diagnostic, the actual location_t of the substring_loc
32 substring_loc can also be thought of as a deferred call into libcpp,
37 substring_loc::get_location returns NULL if it succeeds, or an
41 The easiest way to use a substring_loc is via the format_warning_* APIs,
42 which gracefully handle failure of substring_loc::get_location by using
46 class substring_loc class
54 substring_loc (location_t fmt_string_loc, tree string_type, function in class:substring_loc
82 format_string_diagnostic_t (const substring_loc &fmt_loc,
107 const substring_loc &m_fmt_loc
    [all...]

Completed in 21 milliseconds