Home
last modified time | relevance | path

Searched refs:cpp_buffer (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h36 typedef struct cpp_buffer cpp_buffer; typedef
710 extern cpp_buffer *cpp_push_buffer (cpp_reader *, const unsigned char *,
837 extern cpp_buffer *cpp_get_buffer (cpp_reader *);
838 extern struct _cpp_file *cpp_get_file (cpp_buffer *);
839 extern cpp_buffer *cpp_get_prev (cpp_buffer *);
/openbsd-src/gnu/gcc/libcpp/
H A Dinternal.h247 struct cpp_buffer struct
261 struct cpp_buffer *prev; argument
313 cpp_buffer *buffer; argument
316 cpp_buffer *overlaid_buffer;
H A Dlex.c53 static void add_line_note (cpp_buffer *, const uchar *, unsigned int);
83 add_line_note (cpp_buffer *buffer, const uchar *pos, unsigned int type) in add_line_note()
102 cpp_buffer *buffer; in _cpp_clean_line()
254 cpp_buffer *buffer = pfile->buffer; in _cpp_process_line_notes()
316 cpp_buffer *buffer = pfile->buffer; in _cpp_skip_block_comment()
374 cpp_buffer *buffer = pfile->buffer; in skip_line_comment()
388 cpp_buffer *buffer = pfile->buffer; in skip_whitespace()
461 cpp_buffer *buffer = pfile->buffer; in forms_identifier_p()
818 cpp_buffer *buffer = pfile->buffer; in _cpp_get_fresh_line()
873 cpp_buffer *buffer; in _cpp_lex_direct()
H A Ddirectives.c1399 cpp_buffer *buffer = pfile->buffer; in do_pragma_system_header()
1667 cpp_buffer *buffer = pfile->buffer; in do_else()
1700 cpp_buffer *buffer = pfile->buffer; in do_elif()
1735 cpp_buffer *buffer = pfile->buffer; in do_endif()
1768 cpp_buffer *buffer = pfile->buffer; in push_conditional()
2157 cpp_buffer *
2161 cpp_buffer *new_buffer = XOBNEW (&pfile->buffer_ob, cpp_buffer); in cpp_push_buffer()
2164 memset (new_buffer, 0, sizeof (cpp_buffer)); in cpp_push_buffer()
2182 cpp_buffer *buffer = pfile->buffer; in _cpp_pop_buffer()
H A Dfiles.c701 cpp_buffer *buffer; in _cpp_stack_file()
1381 cpp_buffer *
1390 cpp_get_file (cpp_buffer *b) in cpp_get_file()
1398 cpp_buffer *
1399 cpp_get_prev (cpp_buffer *b) in cpp_get_prev()
H A Dtraditional.c152 cpp_buffer *buffer = pfile->buffer; in copy_comment()
268 cpp_buffer *buffer = pfile->buffer; in _cpp_overlay_buffer()
285 cpp_buffer *buffer = pfile->overlaid_buffer; in _cpp_remove_overlay()
H A Dmacro.c128 cpp_buffer *pbuffer = cpp_get_buffer (pfile); in _cpp_builtin_macro_text()
H A DChangeLog92 (struct cpp_buffer): Add timestamp.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h276 struct cpp_buffer struct
283 struct cpp_buffer *prev; argument
339 cpp_buffer *buffer; argument
342 cpp_buffer *overlaid_buffer;
H A Dcpplex.c112 cpp_buffer *buffer = pfile->buffer;
134 cpp_buffer *buffer = pfile->buffer;
172 cpp_buffer *buffer = pfile->buffer;
243 cpp_buffer *buffer = pfile->buffer;
260 cpp_buffer *buffer = pfile->buffer;
306 cpp_buffer *buffer = pfile->buffer;
361 cpp_buffer *buffer = pfile->buffer;
378 cpp_buffer *buffer = pfile->buffer;
502 cpp_buffer *buffer = pfile->buffer;
635 cpp_buffer *buffer = pfile->buffer;
[all …]
H A Dcpplib.h38 typedef struct cpp_buffer cpp_buffer; typedef
595 extern cpp_buffer *cpp_push_buffer PARAMS ((cpp_reader *,
H A Dcpplib.c1194 cpp_buffer *buffer = pfile->buffer;
1422 cpp_buffer *buffer = pfile->buffer;
1456 cpp_buffer *buffer = pfile->buffer;
1492 cpp_buffer *buffer = pfile->buffer;
1528 cpp_buffer *buffer = pfile->buffer;
1926 cpp_buffer *
1934 cpp_buffer *new = xobnew (&pfile->buffer_ob, cpp_buffer);
1937 memset (new, 0, sizeof (cpp_buffer));
1957 cpp_buffer *buffer = pfile->buffer;
H A Dcppfiles.c316 cpp_buffer *fp;
800 cpp_buffer *buffer = pfile->buffer;
H A Dcpptrad.c336 cpp_buffer *buffer = pfile->buffer;
353 cpp_buffer *buffer = pfile->overlaid_buffer;
H A DChangeLog.41084 * cpphash.h (struct cpp_buffer): New members
1302 (struct cpp_buffer): New member sysp.
2633 Move struct cpp_buffer here from...
2634 * cpplib.h (struct cpp_buffer): ... here.
3110 * cpplib.h (struct cpp_buffer): New member last_Wtrigraphs.
4027 (cpp_handle_directive): Save pfile->skipping in struct cpp_buffer
4038 * cpplib.h (struct cpp_buffer): New member was_skipping.
5050 * cpplib.h (struct cpp_buffer): Make warned_cplusplus_comments
5240 (struct cpp_buffer): New member output_lineno.
7650 (skip_line_comment): Take a cpp_reader not cpp_buffer.
[all …]
H A DChangeLog.3624 * cpplib.h (struct cpp_buffer): Change ihash field to
629 * cpplex.c: Update all references to cpp_buffer->ihash and/or
630 cpp_buffer->system_header_p.
4876 (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
5682 * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
6557 (cpp_buffer): Remove last_nominal_fname.
6983 * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
7888 * cpplib.h (cpp_buffer): Remove alimit and colno. Make mark a
11155 * cpplib.h (cpp_buffer, cpp_options): Update types. Update
11343 (struct cpp_buffer): Remove fname and underflow fields.
[all …]
H A DChangeLog.67975 * 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.
H A DChangeLog.12925 (cpp_push_buffer): Likewise for cpp_buffer*.
3215 (struct cpp_buffer): Line_base is now a unsigned char *; add
4871 * cpplib.h (struct cpp_buffer): Remove unused fields, add prev
5454 * cpplib.h (cpp_buffer): Add last_nominal_fname member.
8123 * cpplib.h (struct cpp_buffer): Replace dir and dlen members
8833 struct cpp_buffer. Delete dont_repeat_files and
H A DChangeLog.59316 of cpp_buffer.
9322 * cpphash.h (struct cpp_buffer): Delete actual_dir. New members
11245 * cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.
H A DChangeLog.23899 * 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
H A DFSFChangeLog.108224 * cpplib.h (cpp_buffer): Note new escape combination "@ ".
8963 defines can use file and line from a valid cpp_buffer.
H A DChangeLog.71289 * cpphash.h (struct cpp_buffer): Remove saved_line_base.
6831 * cpphash.h (struct cpp_buffer): New members for buffer
H A DFSFChangeLog.1112564 Compare cpp_buffer against CPP_NULL_BUFFER, not NULL.
/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin-c.c548 struct cpp_buffer *b; in find_subframework_header()