Home | History | Annotate | Download | only in libcpp

Lines Matching refs:highest_location

434   set->highest_location = RESERVED_LOCATION_COUNT - 1;
570 /* Generate a start_location above the current highest_location.
572 location_t start_location = set->highest_location + 1;
662 set->highest_location = start_location;
666 /* This assertion is placed after set->highest_location has
871 the highest_location). */
878 location_t highest = set->highest_location;
960 set->highest_line = set->highest_location = LINE_MAP_MAX_LOCATION - 1;
967 if (r > set->highest_location)
968 set->highest_location = r;
1028 if (r >= set->highest_location)
1029 set->highest_location = r;
1053 if (r > set->highest_location)
1054 set->highest_location = r;
1117 if (linemap_assert_fails (r <= set->highest_location)
2081 result = set->highest_location;
2171 fprintf (stream, "Highest location: %u\n", set->highest_location);