Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/treelang/
H A Dlex.l64 #undef LINEMAP_POSITION_FOR_COLUMN
65 #define LINEMAP_POSITION_FOR_COLUMN(INPUT, LINETABLE, COL) macro
80 LINEMAP_POSITION_FOR_COLUMN (input_location, &line_table,
237 LINEMAP_POSITION_FOR_COLUMN (input_location, &line_table,
H A DChangeLog287 * lex.l: Undef LINEMAP_POSITION_FOR_COLUMN before defining it.
311 (LINEMAP_POSITION_FOR_COLUMN): Define as noop when USE_MAPPED_LOCATION
313 Set column position with LINEMAP_POSITION_FOR_COLUMN.
/openbsd/gnu/gcc/libcpp/include/
H A Dline-map.h164 #define LINEMAP_POSITION_FOR_COLUMN(LOC, SET, TO_COLUMN) { \ macro
/openbsd/gnu/gcc/libcpp/
H A Dlex.c924 LINEMAP_POSITION_FOR_COLUMN (result->src_loc, pfile->line_table, in _cpp_lex_direct()