Searched refs:_cpp_extend_buff (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | internal.h | 109 extern void _cpp_extend_buff (cpp_reader *, _cpp_buff **, size_t);
|
H A D | macro.c | 463 _cpp_extend_buff (pfile, &pfile->u_buff, 3); in stringify_arg() 497 _cpp_extend_buff (pfile, &pfile->u_buff, len); in stringify_arg() 2603 _cpp_extend_buff (pfile, &pfile->a_buff, sizeof (cpp_hashnode *)); in _cpp_save_parameter() 2710 _cpp_extend_buff (pfile, &pfile->a_buff, sizeof (cpp_token)); in alloc_expansion_token()
|
H A D | traditional.c | 1006 _cpp_extend_buff (pfile, &pfile->a_buff, macro->count + blen); in save_replacement_text()
|
H A D | directives.c | 2137 _cpp_extend_buff (pfile, &pfile->a_buff, sizeof (struct answer)); in parse_answer()
|
H A D | lex.c | 2805 _cpp_extend_buff (cpp_reader *pfile, _cpp_buff **pbuff, size_t min_extra) in _cpp_extend_buff() function
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | internal.h | 110 extern void _cpp_extend_buff (cpp_reader *, _cpp_buff **, size_t);
|
H A D | macro.c | 689 _cpp_extend_buff (pfile, &pfile->u_buff, 3); in stringify_arg() 725 _cpp_extend_buff (pfile, &pfile->u_buff, len); in stringify_arg() 3080 _cpp_extend_buff (pfile, &pfile->a_buff, sizeof (cpp_hashnode *)); in _cpp_save_parameter() 3210 _cpp_extend_buff (pfile, &pfile->a_buff, sizeof (cpp_token)); in alloc_expansion_token()
|
H A D | traditional.c | 1153 _cpp_extend_buff (pfile, &pfile->a_buff, macro->count + blen); in save_replacement_text()
|
H A D | directives.c | 2236 _cpp_extend_buff (pfile, &pfile->a_buff, sizeof (struct answer)); in parse_answer()
|
H A D | lex.c | 3652 _cpp_extend_buff (cpp_reader *pfile, _cpp_buff **pbuff, size_t min_extra) in _cpp_extend_buff() function
|