Searched defs:cpp_reader (Results 1 – 5 of 5) sorted by relevance
310 struct cpp_reader struct313 cpp_buffer *buffer;316 cpp_buffer *overlaid_buffer;319 struct lexer_state state;322 struct line_maps *line_table;325 source_location directive_line;328 _cpp_buff *a_buff; /* Aligned permanent storage. */329 _cpp_buff *u_buff; /* Unaligned permanent storage. */330 _cpp_buff *free_buffs; /* Free buffer chain. */333 struct cpp_context base_context;[all …]
336 struct cpp_reader struct339 cpp_buffer *buffer;342 cpp_buffer *overlaid_buffer;345 struct lexer_state state;348 struct line_maps line_maps;349 const struct line_map *map;350 unsigned int line;353 unsigned int directive_line;356 _cpp_buff *a_buff; /* Aligned permanent storage. */357 _cpp_buff *u_buff; /* Unaligned permanent storage. */[all …]
56 typedef struct cpp_reader cpp_reader; typedef
36 typedef struct cpp_reader cpp_reader; typedef
35 typedef struct cpp_reader cpp_reader; typedef