Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c893 const line_map *map_a = linemap_lookup (line_table, loc_a); in compatible_locations_p() local
894 linemap_assert (map_a); in compatible_locations_p()
900 if (map_a == map_b) in compatible_locations_p()
903 if (linemap_macro_expansion_map_p (map_a)) in compatible_locations_p()
907 const line_map_macro *macro_map = linemap_check_macro (map_a); in compatible_locations_p()
928 if (linemap_macro_expansion_map_p (map_a) in compatible_locations_p()
934 const line_map_ordinary *ord_map_a = linemap_check_ordinary (map_a); in compatible_locations_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc949 const line_map *map_a = linemap_lookup (line_table, loc_a); in compatible_locations_p() local
950 linemap_assert (map_a); in compatible_locations_p()
956 if (map_a == map_b) in compatible_locations_p()
959 if (linemap_macro_expansion_map_p (map_a)) in compatible_locations_p()
972 const line_map_macro *macro_map = linemap_check_macro (map_a); in compatible_locations_p()
993 if (linemap_macro_expansion_map_p (map_a) in compatible_locations_p()
999 const line_map_ordinary *ord_map_a = linemap_check_ordinary (map_a); in compatible_locations_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c441 const line_map_macro *map_a = get_outermost_macro_expansion (loc_a); in spelled_the_same_p() local
444 if (map_a->macro == map_b->macro) in spelled_the_same_p()
445 if (!cpp_fun_like_macro_p (map_a->macro)) in spelled_the_same_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc443 const line_map_macro *map_a = get_outermost_macro_expansion (loc_a); in spelled_the_same_p() local
446 if (map_a->macro == map_b->macro) in spelled_the_same_p()
447 if (!cpp_fun_like_macro_p (map_a->macro)) in spelled_the_same_p()