Home
last modified time | relevance | path

Searched refs:map_b (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c896 const line_map *map_b = linemap_lookup (line_table, loc_b); in compatible_locations_p() local
897 linemap_assert (map_b); in compatible_locations_p()
900 if (map_a == map_b) in compatible_locations_p()
929 || linemap_macro_expansion_map_p (map_b)) in compatible_locations_p()
935 const line_map_ordinary *ord_map_b = linemap_check_ordinary (map_b); in compatible_locations_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc952 const line_map *map_b = linemap_lookup (line_table, loc_b); in compatible_locations_p() local
953 linemap_assert (map_b); in compatible_locations_p()
956 if (map_a == map_b) in compatible_locations_p()
994 || linemap_macro_expansion_map_p (map_b)) in compatible_locations_p()
1000 const line_map_ordinary *ord_map_b = linemap_check_ordinary (map_b); in compatible_locations_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c442 const line_map_macro *map_b = get_outermost_macro_expansion (loc_b); in spelled_the_same_p() local
444 if (map_a->macro == map_b->macro) in spelled_the_same_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc444 const line_map_macro *map_b = get_outermost_macro_expansion (loc_b); in spelled_the_same_p() local
446 if (map_a->macro == map_b->macro) in spelled_the_same_p()