Home
last modified time | relevance | path

Searched defs:cpp_buffer (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/gcc/libcpp/
H A Dinternal.h247 struct cpp_buffer struct
261 struct cpp_buffer *prev; argument
265 struct _cpp_file *file;
269 const unsigned char *timestamp;
273 struct if_stack *if_stack;
276 bool need_line;
282 unsigned int warned_cplusplus_comments : 1;
287 unsigned int from_stage3 : 1;
313 cpp_buffer *buffer; argument
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h276 struct cpp_buffer struct
283 struct cpp_buffer *prev; argument
285 const unsigned char *buf; /* Entire character buffer. */
289 struct include_file *inc;
293 struct if_stack *if_stack;
296 unsigned int col_adjust;
299 unsigned char saved_flags;
303 const unsigned char *last_Wtrigraphs;
309 unsigned char warned_cplusplus_comments;
314 unsigned char from_stage3;
[all …]
H A Dcpplib.h38 typedef struct cpp_buffer cpp_buffer; typedef
/openbsd/gnu/gcc/libcpp/include/
H A Dcpplib.h36 typedef struct cpp_buffer cpp_buffer; typedef