Searched refs:substr_loc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.c | 890 c_get_substring_location (const substring_loc &substr_loc, in c_get_substring_location() argument 894 = get_cpp_ttype_from_string_type (substr_loc.get_string_type ()); in c_get_substring_location() 899 substr_loc.get_fmt_string_loc (), in c_get_substring_location() 901 substr_loc.get_caret_idx (), in c_get_substring_location() 902 substr_loc.get_start_idx (), in c_get_substring_location() 903 substr_loc.get_end_idx (), in c_get_substring_location()
|
H A D | c-common.h | 1113 extern const char *c_get_substring_location (const substring_loc &substr_loc,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.cc | 913 c_get_substring_location (const substring_loc &substr_loc, in c_get_substring_location() argument 917 = get_cpp_ttype_from_string_type (substr_loc.get_string_type ()); in c_get_substring_location() 922 substr_loc.get_fmt_string_loc (), in c_get_substring_location() 924 substr_loc.get_caret_idx (), in c_get_substring_location() 925 substr_loc.get_start_idx (), in c_get_substring_location() 926 substr_loc.get_end_idx (), in c_get_substring_location()
|
H A D | c-common.h | 1143 extern const char *c_get_substring_location (const substring_loc &substr_loc,
|