Searched refs:highest_location (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/gcclibs/libcpp/include/
H A Dline-map.h84 source_location highest_location; member in struct:line_maps
108 the highest_location). */
172 if (r >= set->highest_location) \
173 set->highest_location = r; \
/freebsd-10.2-release/contrib/gcclibs/libcpp/
H A Dline-map.c41 set->highest_location = 0;
92 source_location start_location = set->highest_location + 1;
156 set->highest_location = start_location;
183 source_location highest = set->highest_location;
230 if (r > set->highest_location)
231 set->highest_location = r;
254 if (r >= set->highest_location)
255 set->highest_location = r;
H A Ddirectives-only.c109 line_table->highest_location = line_table->highest_line;
H A Dfiles.c900 pfile->line_table->highest_location--;

Completed in 95 milliseconds