Searched refs:cpp_buffer (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h36 typedef struct cpp_buffer cpp_buffer; typedef in typeref:struct:cpp_buffer
723 extern cpp_buffer *cpp_push_buffer (cpp_reader *, const unsigned char *,
850 extern cpp_buffer *cpp_get_buffer (cpp_reader *);
851 extern struct _cpp_file *cpp_get_file (cpp_buffer *);
852 extern cpp_buffer *cpp_get_prev (cpp_buffer *);
/freebsd-11-stable/contrib/gcclibs/libcpp/
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)
102 cpp_buffer *buffer;
266 cpp_buffer *buffer = pfile->buffer;
328 cpp_buffer *buffer = pfile->buffer;
386 cpp_buffer *buffer = pfile->buffer;
400 cpp_buffer *buffer = pfile->buffer;
473 cpp_buffer *buffer = pfile->buffer;
840 cpp_buffer *buffer = pfile->buffer;
903 cpp_buffer *buffe
[all...]
H A Ddirectives-only.c41 struct cpp_buffer *buffer;
H A Dinternal.h252 struct cpp_buffer struct
266 struct cpp_buffer *prev;
318 cpp_buffer *buffer;
321 cpp_buffer *overlaid_buffer;
H A Ddirectives.c1421 cpp_buffer *buffer = pfile->buffer;
1689 cpp_buffer *buffer = pfile->buffer;
1722 cpp_buffer *buffer = pfile->buffer;
1757 cpp_buffer *buffer = pfile->buffer;
1790 cpp_buffer *buffer = pfile->buffer;
2179 cpp_buffer *
2183 cpp_buffer *new_buffer = XOBNEW (&pfile->buffer_ob, cpp_buffer);
2186 memset (new_buffer, 0, sizeof (cpp_buffer));
2204 cpp_buffer *buffe
[all...]
H A Dfiles.c770 cpp_buffer *buffer;
1464 /* Get the cpp_buffer currently associated with the cpp_reader
1467 cpp_buffer *
1473 /* Get the _cpp_file associated with the cpp_buffer B. */
1476 cpp_get_file (cpp_buffer *b)
1481 /* Get the previous cpp_buffer given a cpp_buffer B. The previous
1484 cpp_buffer *
1485 cpp_get_prev (cpp_buffer *b)
H A Dtraditional.c152 cpp_buffer *buffer = pfile->buffer;
268 cpp_buffer *buffer = pfile->buffer;
285 cpp_buffer *buffer = pfile->overlaid_buffer;
H A Dmacro.c129 cpp_buffer *pbuffer = cpp_get_buffer (pfile);
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin-c.c548 struct cpp_buffer *b;

Completed in 95 milliseconds