Home | History | Annotate | Download | only in gcc

Lines Matching refs:loc_a

923    Compare LOC_A and LOC_B to see if it makes sense to print underlines
936 compatible_locations_p (location_t loc_a, location_t loc_b)
938 if (IS_ADHOC_LOC (loc_a))
939 loc_a = get_location_from_adhoc_loc (line_table, loc_a);
945 if (loc_a < RESERVED_LOCATION_COUNT
947 return loc_a == loc_b;
949 const line_map *map_a = linemap_lookup (line_table, loc_a);
964 = linemap_location_from_macro_definition_p (line_table, loc_a);
976 loc_a);