Lines Matching refs:highest_location
351 set->highest_location = RESERVED_LOCATION_COUNT - 1;
487 /* Generate a start_location above the current highest_location.
489 location_t start_location = set->highest_location + 1;
562 set->highest_location = start_location;
566 /* This assertion is placed after set->highest_location has
757 the highest_location). */
764 location_t highest = set->highest_location;
846 set->highest_line = set->highest_location = LINE_MAP_MAX_LOCATION - 1;
853 if (r > set->highest_location)
854 set->highest_location = r;
914 if (r >= set->highest_location)
915 set->highest_location = r;
939 if (r > set->highest_location)
940 set->highest_location = r;
1003 if (linemap_assert_fails (r <= set->highest_location)
1967 result = set->highest_location;
2057 fprintf (stream, "Highest location: %u\n", set->highest_location);