Home
last modified time | relevance | path

Searched defs:cpp_reader (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/gcc/libcpp/
H A Dinternal.h310 struct cpp_reader struct
313 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 …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h336 struct cpp_reader struct
339 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 …]
H A Dc-pragma.h56 typedef struct cpp_reader cpp_reader; typedef
H A Dcpplib.h36 typedef struct cpp_reader cpp_reader; typedef
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h35 typedef struct cpp_reader cpp_reader; typedef