Home
last modified time | relevance | path

Searched refs:_cpp_extend_buff (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcppmacro.c372 _cpp_extend_buff (pfile, &pfile->u_buff, len);
415 _cpp_extend_buff (pfile, &pfile->u_buff, 1);
1321 _cpp_extend_buff (pfile, &pfile->a_buff, sizeof (cpp_hashnode *));
1417 _cpp_extend_buff (pfile, &pfile->a_buff, sizeof (cpp_token));
H A Dcpphash.h122 extern void _cpp_extend_buff PARAMS ((cpp_reader *, _cpp_buff **, size_t));
H A Dcpplex.c657 _cpp_extend_buff (pfile, &pfile->u_buff, 2);
2109 _cpp_extend_buff (pfile, pbuff, min_extra) in _cpp_extend_buff() function
H A Dcpptrad.c1052 _cpp_extend_buff (pfile, &pfile->a_buff, macro->count + blen);
H A Dcpplib.c1602 _cpp_extend_buff (pfile, &pfile->a_buff, sizeof (struct answer));
H A DChangeLog.69683 (_cpp_extend_buff, BUFF_ROOM): Update.
9692 (parse_number, parse_string): Update use of _cpp_extend_buff.
9693 (_cpp_extend_buff): Update.
9696 Update use of _cpp_extend_buff.
9701 _cpp_extend_buff and _cpp_append_extend_buff.
9840 * cpplex.c (new_buff, _cpp_get_buff, _cpp_extend_buff):
9914 (new_buff, _cpp_extend_buff): Update.
9940 _cpp_extend_buff, _cpp_free_buff): New.
9944 _cpp_extend_buff, _cpp_free_buff): New.
/openbsd-src/gnu/gcc/libcpp/
H A Dmacro.c352 _cpp_extend_buff (pfile, &pfile->u_buff, 3); in stringify_arg()
381 _cpp_extend_buff (pfile, &pfile->u_buff, len); in stringify_arg()
1285 _cpp_extend_buff (pfile, &pfile->a_buff, sizeof (cpp_hashnode *)); in _cpp_save_parameter()
1391 _cpp_extend_buff (pfile, &pfile->a_buff, sizeof (cpp_token)); in alloc_expansion_token()
H A Dinternal.h107 extern void _cpp_extend_buff (cpp_reader *, _cpp_buff **, size_t);
H A Dtraditional.c949 _cpp_extend_buff (pfile, &pfile->a_buff, macro->count + blen); in save_replacement_text()
H A Dlex.c1611 _cpp_extend_buff (cpp_reader *pfile, _cpp_buff **pbuff, size_t min_extra) in _cpp_extend_buff() function
H A Ddirectives.c1839 _cpp_extend_buff (pfile, &pfile->a_buff, sizeof (struct answer)); in parse_answer()