Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dinternal.h297 struct cpp_buffer struct
311 struct cpp_buffer *prev; argument
315 struct _cpp_file *file;
319 const unsigned char *timestamp;
323 struct if_stack *if_stack;
326 bool need_line;
332 unsigned int warned_cplusplus_comments : 1;
337 unsigned int from_stage3 : 1;
342 unsigned int return_at_eof : 1;
346 unsigned char sysp;
[all …]
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dinternal.h304 struct cpp_buffer struct
320 struct cpp_buffer *prev; argument
324 struct _cpp_file *file;
328 const unsigned char *timestamp;
332 struct if_stack *if_stack;
335 bool need_line;
341 unsigned int warned_cplusplus_comments : 1;
346 unsigned int from_stage3 : 1;
351 unsigned int return_at_eof : 1;
355 unsigned char sysp;
[all …]
/dflybsd-src/contrib/gcc-4.7/libcpp/include/
H A Dcpplib.h32 typedef struct cpp_buffer cpp_buffer; typedef
/dflybsd-src/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h30 typedef struct cpp_buffer cpp_buffer; typedef