/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 30 typedef struct cpp_buffer cpp_buffer; typedef 1086 extern cpp_buffer *cpp_push_buffer (cpp_reader *, const unsigned char *, 1292 extern cpp_buffer *cpp_get_buffer (cpp_reader *); 1293 extern struct _cpp_file *cpp_get_file (cpp_buffer *); 1294 extern cpp_buffer *cpp_get_prev (cpp_buffer *);
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 30 typedef struct cpp_buffer cpp_buffer; typedef 1195 extern cpp_buffer *cpp_push_buffer (cpp_reader *, const unsigned char *, 1415 extern cpp_buffer *cpp_get_buffer (cpp_reader *); 1416 extern struct _cpp_file *cpp_get_file (cpp_buffer *); 1417 extern cpp_buffer *cpp_get_prev (cpp_buffer *);
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | internal.h | 309 struct cpp_buffer struct 325 struct cpp_buffer *prev; argument 399 cpp_buffer *buffer; 402 cpp_buffer *overlaid_buffer;
|
H A D | directives.c | 2029 cpp_buffer *buffer = pfile->buffer; in do_else() 2062 cpp_buffer *buffer = pfile->buffer; in do_elif() 2098 cpp_buffer *buffer = pfile->buffer; in do_endif() 2131 cpp_buffer *buffer = pfile->buffer; in push_conditional() 2477 cpp_buffer *nbuf; in cpp_pop_definition() 2570 cpp_buffer * 2574 cpp_buffer *new_buffer = XOBNEW (&pfile->buffer_ob, cpp_buffer); in cpp_push_buffer() 2577 memset (new_buffer, 0, sizeof (cpp_buffer)); in cpp_push_buffer() 2595 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() 1324 cpp_buffer *buffer = pfile->buffer; in forms_identifier_p() 2663 cpp_buffer *buffer = pfile->buffer; in _cpp_get_fresh_line() 2718 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 | 164 cpp_buffer *buffer = pfile->buffer; in copy_comment() 280 cpp_buffer *buffer = pfile->buffer; in _cpp_overlay_buffer() 297 cpp_buffer *buffer = pfile->overlaid_buffer; in _cpp_remove_overlay() 653 cpp_buffer *saved_overlaid_buffer in _cpp_scan_out_logical_line()
|
H A D | files.c | 943 cpp_buffer *buffer in _cpp_stack_file() 1785 cpp_buffer * 1794 cpp_get_file (cpp_buffer *b) in cpp_get_file() 1802 cpp_buffer * 1803 cpp_get_prev (cpp_buffer *b) in cpp_get_prev()
|
H A D | macro.c | 554 cpp_buffer *pbuffer = cpp_get_buffer (pfile); in _cpp_builtin_macro_text()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | internal.h | 325 struct cpp_buffer struct 341 struct cpp_buffer *prev; argument 415 cpp_buffer *buffer; 418 cpp_buffer *overlaid_buffer;
|
H A D | directives.cc | 2072 cpp_buffer *buffer = pfile->buffer; in do_else() 2105 cpp_buffer *buffer = pfile->buffer; in do_elif() 2212 cpp_buffer *buffer = pfile->buffer; in do_endif() 2245 cpp_buffer *buffer = pfile->buffer; in push_conditional() 2614 cpp_buffer *nbuf; in cpp_pop_definition() 2721 cpp_buffer * 2725 cpp_buffer *new_buffer = XOBNEW (&pfile->buffer_ob, cpp_buffer); in cpp_push_buffer() 2728 memset (new_buffer, 0, sizeof (cpp_buffer)); in cpp_push_buffer() 2746 cpp_buffer *buffer = pfile->buffer; in _cpp_pop_buffer()
|
H A D | files.cc | 946 cpp_buffer *buffer in _cpp_stack_file() 981 cpp_buffer *buffer in _cpp_stack_file() 1925 cpp_buffer * 1934 cpp_get_file (cpp_buffer *b) in cpp_get_file() 1942 cpp_buffer * 1943 cpp_get_prev (cpp_buffer *b) in cpp_get_prev()
|
H A D | traditional.cc | 164 cpp_buffer *buffer = pfile->buffer; in copy_comment() 280 cpp_buffer *buffer = pfile->buffer; in _cpp_overlay_buffer() 297 cpp_buffer *buffer = pfile->overlaid_buffer; in _cpp_remove_overlay() 658 cpp_buffer *saved_overlaid_buffer in _cpp_scan_out_logical_line()
|
H A D | lex.cc | 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() 1648 cpp_buffer *buffer = pfile->buffer; in _cpp_skip_block_comment() 1722 cpp_buffer *buffer = pfile->buffer; in skip_line_comment() 1758 cpp_buffer *buffer = pfile->buffer; in skip_whitespace() 1864 cpp_buffer *buffer = pfile->buffer; in forms_identifier_p() 3466 cpp_buffer *buffer = pfile->buffer; in _cpp_get_fresh_line() 3528 cpp_buffer *buffer; in _cpp_lex_direct() [all …]
|
H A D | macro.cc | 563 cpp_buffer *pbuffer = cpp_get_buffer (pfile); in _cpp_builtin_macro_text()
|
H A D | ChangeLog | 1380 (struct cpp_buffer): Make flags 1 bit bitfields. 4065 * internal.h (struct cpp_buffer): Add to_free field. 6377 (struct cpp_buffer): Add timestamp.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | darwin-c.c | 536 struct cpp_buffer *b; in find_subframework_header()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | darwin-c.cc | 536 struct cpp_buffer *b; in find_subframework_header()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2000 | 1090 * cpphash.h (struct cpp_buffer): New members 1308 (struct cpp_buffer): New member sysp. 2639 Move struct cpp_buffer here from... 2640 * cpplib.h (struct cpp_buffer): ... here. 3116 * cpplib.h (struct cpp_buffer): New member last_Wtrigraphs. 4033 (cpp_handle_directive): Save pfile->skipping in struct cpp_buffer 4044 * cpplib.h (struct cpp_buffer): New member was_skipping. 5056 * cpplib.h (struct cpp_buffer): Make warned_cplusplus_comments 5246 (struct cpp_buffer): New member output_lineno. 7656 (skip_line_comment): Take a cpp_reader not cpp_buffer. [all …]
|
H A D | ChangeLog-2001 | 7975 * cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char. 12996 (struct cpp_buffer): Remove type, pfile members. 13000 a cpp_reader rather than a cpp_buffer. 13629 * cpphash.h (struct cpp_buffer): Remove nominal_fname. 14276 * cpphash.h (struct cpp_buffer): Remove return_to_line, sysp. 14965 (struct cpp_buffer): Remove include_stack_listed. 15071 (struct cpp_buffer): Remove lineno and pseudo_newlines. 15185 * cpphash.h (struct cpp_buffer): New member return_at_eof. 28523 of cpp_buffer. 28529 * cpphash.h (struct cpp_buffer): Delete actual_dir. New members [all …]
|
H A D | ChangeLog-1999 | 3899 * cpplib.h (struct cpp_buffer: fname, nominal_fname, 12706 * cpplib.h (struct cpp_buffer): Add preprocessed. 12713 * cpplib.h (struct cpp_buffer): Added manual_pop for 17393 (cpp_push_buffer): Likewise for cpp_buffer*. 17683 (struct cpp_buffer): Line_base is now an unsigned char *; add 19339 * cpplib.h (struct cpp_buffer): Remove unused fields, add prev 19922 * cpplib.h (cpp_buffer): Add last_nominal_fname member.
|
H A D | FSFChangeLog.10 | 8224 * cpplib.h (cpp_buffer): Note new escape combination "@ ". 8963 defines can use file and line from a valid cpp_buffer.
|
H A D | ChangeLog-2003 | 6987 * cpphash.h (struct cpp_buffer): Remove unused return_at_eof field. 12504 (struct cpp_buffer): struct include_file is now struct _cpp_file, 25983 * cpphash.h (struct cpp_buffer): Remove backup_to. 26037 (struct cpp_buffer): New members cur_note, notes_used, notes_cap, 31343 (struct cpp_buffer, struct cpp_reader): Update.
|
H A D | ChangeLog-1998 | 804 * cpplib.h (struct cpp_buffer): Replace dir and dlen members 1514 struct cpp_buffer. Delete dont_repeat_files and
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | FSFChangeLog.10 | 8224 * cpplib.h (cpp_buffer): Note new escape combination "@ ". 8963 defines can use file and line from a valid cpp_buffer.
|