Searched refs:INCLUDED_FROM (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dline-map.c55 map = INCLUDED_FROM (set, map))
130 from = INCLUDED_FROM (set, map - 1);
172 map->included_from = INCLUDED_FROM (set, map - 1)->included_from;
311 map = INCLUDED_FROM (set, map);
318 map = INCLUDED_FROM (set, map);
H A Dmacro.c175 map = INCLUDED_FROM (pfile->line_table, map);
/freebsd-12-stable/contrib/gcclibs/libcpp/include/
H A Dline-map.h44 INCLUDED_FROM is an index into the set that gives the line mapping
156 #define INCLUDED_FROM(SET, MAP) (&(SET)->maps[(MAP)->included_from]) macro
/freebsd-12-stable/contrib/gcc/
H A Dc-ppoutput.c433 const struct line_map *from = INCLUDED_FROM (&line_table, map);

Completed in 63 milliseconds