Searched refs:SOURCE_LINE (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/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-9.3-release/contrib/gcclibs/libcpp/
H A Dline-map.c144 to_line = SOURCE_LINE (from, from[1].start_location);
185 unsigned int last_line = SOURCE_LINE (map, set->highest_line);
250 r = linemap_line_start (set, SOURCE_LINE (map, r), to_column + 50);
H A Derrors.c50 lin = SOURCE_LINE (map, line);
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);
H A Dmacro.c204 number = SOURCE_LINE (map, number);
/freebsd-9.3-release/contrib/gcc/
H A Dscan-decls.c188 line = SOURCE_LINE (map, token->src_loc);
H A Dc-lex.c209 input_line = SOURCE_LINE (map, loc);
288 fe_loc.line = SOURCE_LINE (map, loc);
313 (*debug_hooks->define) (SOURCE_LINE (map, loc),
323 (*debug_hooks->undef) (SOURCE_LINE (map, loc),
H A Dc-ppoutput.c238 int src_line = SOURCE_LINE (map, src_loc);
278 print.src_line = SOURCE_LINE (map, src_loc);
H A Dtree.c3253 xloc.line = SOURCE_LINE (map, loc);

Completed in 136 milliseconds