Home
last modified time | relevance | path

Searched refs:last_location (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDemit-rtl.c165 #define last_location (cfun->emit->x_last_location) macro
4476 if (location == last_location) in emit_line_note()
4479 if (location.file && last_location.file in emit_line_note()
4480 && !strcmp (location.file, last_location.file) in emit_line_note()
4481 && location.line == last_location.line) in emit_line_note()
4484 last_location = location; in emit_line_note()
4550 last_location = -1; in force_next_line_note()
4552 last_location.line = -1; in force_next_line_note()
4977 last_location = UNKNOWN_LOCATION; in init_emit()
HDChangeLog-200319025 (last_location): New.