Home
last modified time | relevance | path

Searched refs:SOURCE_LINE (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dline-map.h140 #define SOURCE_LINE(MAP, LINE) \ macro
149 SOURCE_LINE (MAP, LAST_SOURCE_LINE_LOCATION (MAP))
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dline-map.c144 to_line = SOURCE_LINE (from, from[1].start_location); in linemap_add()
185 unsigned int last_line = SOURCE_LINE (map, set->highest_line); in linemap_line_start()
250 r = linemap_line_start (set, SOURCE_LINE (map, r), to_column + 50); in linemap_position_for_column()
H A Derrors.c50 lin = SOURCE_LINE (map, line); in print_location()
H A Dinternal.h70 unsigned int line = SOURCE_LINE (map, line_table->highest_line); \
H A Dfiles.c1127 SOURCE_LINE (map, pfile->line_table->highest_line), flags); in cpp_make_system_header()
H A Dmacro.c204 number = SOURCE_LINE (map, number); in _cpp_builtin_macro_text()
/freebsd-12.1/contrib/gcc/
H A Dc-lex.c208 input_line = SOURCE_LINE (map, loc); in cb_line_change()
287 fe_loc.line = SOURCE_LINE (map, loc); in cb_def_pragma()
312 (*debug_hooks->define) (SOURCE_LINE (map, loc), in cb_define()
322 (*debug_hooks->undef) (SOURCE_LINE (map, loc), in cb_undef()
H A Dc-ppoutput.c238 int src_line = SOURCE_LINE (map, src_loc); in maybe_print_line()
278 print.src_line = SOURCE_LINE (map, src_loc); in print_line()
H A Dscan-decls.c188 line = SOURCE_LINE (map, token->src_loc); in scan_decls()
H A Dtree.c3237 xloc.line = SOURCE_LINE (map, loc); in expand_location()
H A DChangeLog-20038744 * c-lex.c (fe_file_change): Don't transform to_line with SOURCE_LINE.
H A DChangeLog-200442229 (SOURCE_LINE, LAST_SOURCE_LINE): Modify to use column_bits.