/dflybsd-src/contrib/gcc-4.7/libcpp/include/ |
H A D | cpplib.h | 32 typedef struct cpp_buffer cpp_buffer; typedef 793 extern cpp_buffer *cpp_push_buffer (cpp_reader *, const unsigned char *, 1011 extern cpp_buffer *cpp_get_buffer (cpp_reader *); 1012 extern struct _cpp_file *cpp_get_file (cpp_buffer *); 1013 extern cpp_buffer *cpp_get_prev (cpp_buffer *);
|
/dflybsd-src/contrib/gcc-8.0/libcpp/include/ |
H A D | cpplib.h | 30 typedef struct cpp_buffer cpp_buffer; typedef 932 extern cpp_buffer *cpp_push_buffer (cpp_reader *, const unsigned char *, 1182 extern cpp_buffer *cpp_get_buffer (cpp_reader *); 1183 extern struct _cpp_file *cpp_get_file (cpp_buffer *); 1184 extern cpp_buffer *cpp_get_prev (cpp_buffer *);
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | internal.h | 297 struct cpp_buffer struct 311 struct cpp_buffer *prev; argument 383 cpp_buffer *buffer; 386 cpp_buffer *overlaid_buffer;
|
H A D | directives.c | 1954 cpp_buffer *buffer = pfile->buffer; in do_else() 1987 cpp_buffer *buffer = pfile->buffer; in do_elif() 2030 cpp_buffer *buffer = pfile->buffer; in do_endif() 2063 cpp_buffer *buffer = pfile->buffer; in push_conditional() 2428 cpp_buffer *nbuf; in cpp_pop_definition() 2523 cpp_buffer * 2527 cpp_buffer *new_buffer = XOBNEW (&pfile->buffer_ob, cpp_buffer); in cpp_push_buffer() 2530 memset (new_buffer, 0, sizeof (cpp_buffer)); in cpp_push_buffer() 2548 cpp_buffer *buffer = pfile->buffer; in _cpp_pop_buffer()
|
H A D | lex.c | 54 static void add_line_note (cpp_buffer *, const uchar *, unsigned int); 85 add_line_note (cpp_buffer *buffer, const uchar *pos, unsigned int type) in add_line_note() 657 cpp_buffer *buffer; in _cpp_clean_line() 829 cpp_buffer *buffer = pfile->buffer; in _cpp_process_line_notes() 895 cpp_buffer *buffer = pfile->buffer; in _cpp_skip_block_comment() 954 cpp_buffer *buffer = pfile->buffer; in skip_line_comment() 968 cpp_buffer *buffer = pfile->buffer; in skip_whitespace() 1041 cpp_buffer *buffer = pfile->buffer; in forms_identifier_p() 1931 cpp_buffer *buffer = pfile->buffer; in _cpp_get_fresh_line() 1986 cpp_buffer *buffer; in _cpp_lex_direct()
|
H A D | files.c | 798 cpp_buffer *buffer; in _cpp_stack_file() 1619 cpp_buffer * 1628 cpp_get_file (cpp_buffer *b) in cpp_get_file() 1636 cpp_buffer * 1637 cpp_get_prev (cpp_buffer *b) in cpp_get_prev()
|
H A D | directives-only.c | 41 struct cpp_buffer *buffer; in _cpp_preprocess_dir_only()
|
H A D | traditional.c | 153 cpp_buffer *buffer = pfile->buffer; in copy_comment() 269 cpp_buffer *buffer = pfile->buffer; in _cpp_overlay_buffer() 286 cpp_buffer *buffer = pfile->overlaid_buffer; in _cpp_remove_overlay()
|
H A D | macro.c | 232 cpp_buffer *pbuffer = cpp_get_buffer (pfile); in _cpp_builtin_macro_text()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | internal.h | 304 struct cpp_buffer struct 320 struct cpp_buffer *prev; argument 392 cpp_buffer *buffer; 395 cpp_buffer *overlaid_buffer;
|
H A D | directives.c | 2060 cpp_buffer *buffer = pfile->buffer; in do_else() 2093 cpp_buffer *buffer = pfile->buffer; in do_elif() 2129 cpp_buffer *buffer = pfile->buffer; in do_endif() 2162 cpp_buffer *buffer = pfile->buffer; in push_conditional() 2527 cpp_buffer *nbuf; in cpp_pop_definition() 2622 cpp_buffer * 2626 cpp_buffer *new_buffer = XOBNEW (&pfile->buffer_ob, cpp_buffer); in cpp_push_buffer() 2629 memset (new_buffer, 0, sizeof (cpp_buffer)); in cpp_push_buffer() 2647 cpp_buffer *buffer = pfile->buffer; in _cpp_pop_buffer()
|
H A D | lex.c | 53 static void add_line_note (cpp_buffer *, const uchar *, unsigned int); 84 add_line_note (cpp_buffer *buffer, const uchar *pos, unsigned int type) in add_line_note() 937 cpp_buffer *buffer; in _cpp_clean_line() 1109 cpp_buffer *buffer = pfile->buffer; in _cpp_process_line_notes() 1175 cpp_buffer *buffer = pfile->buffer; in _cpp_skip_block_comment() 1234 cpp_buffer *buffer = pfile->buffer; in skip_line_comment() 1248 cpp_buffer *buffer = pfile->buffer; in skip_whitespace() 1322 cpp_buffer *buffer = pfile->buffer; in forms_identifier_p() 2651 cpp_buffer *buffer = pfile->buffer; in _cpp_get_fresh_line() 2706 cpp_buffer *buffer; in _cpp_lex_direct()
|
H A D | directives-only.c | 40 struct cpp_buffer *buffer; in _cpp_preprocess_dir_only()
|
H A D | traditional.c | 165 cpp_buffer *buffer = pfile->buffer; in copy_comment() 281 cpp_buffer *buffer = pfile->buffer; in _cpp_overlay_buffer() 298 cpp_buffer *buffer = pfile->overlaid_buffer; in _cpp_remove_overlay() 661 cpp_buffer *saved_overlaid_buffer in _cpp_scan_out_logical_line()
|
H A D | files.c | 897 cpp_buffer *buffer; in _cpp_stack_file() 1774 cpp_buffer * 1783 cpp_get_file (cpp_buffer *b) in cpp_get_file() 1791 cpp_buffer * 1792 cpp_get_prev (cpp_buffer *b) in cpp_get_prev()
|
H A D | macro.c | 403 cpp_buffer *pbuffer = cpp_get_buffer (pfile); in _cpp_builtin_macro_text()
|