Searched refs:LINEMAP_POSITION_FOR_COLUMN (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/gcc/gcc/treelang/ |
H A D | lex.l | 64 #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 D | ChangeLog | 287 * 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 D | line-map.h | 164 #define LINEMAP_POSITION_FOR_COLUMN(LOC, SET, TO_COLUMN) { \ macro
|
/openbsd/gnu/gcc/libcpp/ |
H A D | lex.c | 924 LINEMAP_POSITION_FOR_COLUMN (result->src_loc, pfile->line_table, in _cpp_lex_direct()
|