Home
last modified time | relevance | path

Searched defs:line_map_ordinary (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/libcpp/include/
H A Dline-map.h71 struct GTY(()) line_map_ordinary { struct
72 const char *to_file;
73 linenum_type to_line;
78 int included_from;
84 unsigned char sysp;
87 unsigned int column_bits : 8;
/dragonfly/contrib/gcc-8.0/libcpp/include/
H A Dline-map.h399 struct GTY((tag ("1"))) line_map_ordinary : public line_map { struct
400 const char *to_file;
401 linenum_type to_line;
406 int included_from;
412 unsigned char sysp;
416 unsigned int m_column_and_range_bits : 8;
431 unsigned int m_range_bits : 8;