Home
last modified time | relevance | path

Searched refs:highest_location (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/gcc/libcpp/
H A Dline-map.c41 set->highest_location = 0; in linemap_init()
92 source_location start_location = set->highest_location + 1; in linemap_add()
156 set->highest_location = start_location; in linemap_add()
183 source_location highest = set->highest_location; in linemap_line_start()
230 if (r > set->highest_location) in linemap_line_start()
231 set->highest_location = r; in linemap_line_start()
254 if (r >= set->highest_location) in linemap_position_for_column()
255 set->highest_location = r; in linemap_position_for_column()
H A Dfiles.c830 pfile->line_table->highest_location--; in _cpp_stack_include()
/openbsd/gnu/gcc/libcpp/include/
H A Dline-map.h84 source_location highest_location; member
172 if (r >= set->highest_location) \
173 set->highest_location = r; \