Home
last modified time | relevance | path

Searched refs:LAST_SOURCE_LINE_LOCATION (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libcpp/include/
Dline-map.h149 SOURCE_LINE (MAP, LAST_SOURCE_LINE_LOCATION (MAP))
150 #define LAST_SOURCE_LINE_LOCATION(MAP) \ macro
/freebsd-12-stable/contrib/gcc/
Dc-ppoutput.c434 maybe_print_line (LAST_SOURCE_LINE_LOCATION (from)); in pp_file_change()
Dc-lex.c226 int included_at = LAST_SOURCE_LINE_LOCATION (new_map - 1); in fe_file_change()
DChangeLog-200441559 line_table's highest_location, fixing LAST_SOURCE_LINE_LOCATION.
41561 * line-map.h (LAST_SOURCE_LINE_LOCATION): Only decrement by 1.
42230 (SOURCE_COLUMN, LAST_SOURCE_LINE_LOCATION): New macros.
42283 Use LAST_SOURCE_LINE_LOCATION to "catch up" after #include.