Home
last modified time | relevance | path

Searched refs:_cpp_get_buff (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dinit.c225 pfile->a_buff = _cpp_get_buff (pfile, 0); in cpp_create_reader()
226 pfile->u_buff = _cpp_get_buff (pfile, 0); in cpp_create_reader()
H A Dlex.c1254 first_buff = last_buff = _cpp_get_buff (pfile, len); in bufring_append()
2760 _cpp_get_buff (cpp_reader *pfile, size_t min_size) in _cpp_get_buff() function
2792 _cpp_buff *new_buff = _cpp_get_buff (pfile, size); in _cpp_append_extend_buff()
2810 new_buff = _cpp_get_buff (pfile, size); in _cpp_extend_buff()
2838 buff = _cpp_get_buff (pfile, len); in _cpp_unaligned_alloc()
2866 buff = _cpp_get_buff (pfile, len); in _cpp_aligned_alloc()
H A Dmacro.c513 _cpp_buff *buff = _cpp_get_buff (pfile, len); in stringify_arg()
733 buff = _cpp_get_buff (pfile, argc * (DEFAULT_NUM_TOKENS_PER_MACRO_ARG in collect_args()
822 = _cpp_get_buff (pfile, 32 * sizeof (cpp_token *)); in collect_args()
827 = _cpp_get_buff (pfile, in collect_args()
1858 return _cpp_get_buff (pfile, tokens_size); in tokens_buff_new()
H A Dtraditional.c320 macro->buff = _cpp_get_buff (pfile, n * sizeof (size_t)); in maybe_start_funlike()
854 buff = _cpp_get_buff (pfile, len + 1); in replace_args_and_push()
H A Dinternal.h107 extern _cpp_buff *_cpp_get_buff (cpp_reader *, size_t);
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dinit.c258 pfile->a_buff = _cpp_get_buff (pfile, 0); in cpp_create_reader()
259 pfile->u_buff = _cpp_get_buff (pfile, 0); in cpp_create_reader()
H A Dlex.c1589 first_buff = last_buff = _cpp_get_buff (pfile, len); in bufring_append()
3607 _cpp_get_buff (cpp_reader *pfile, size_t min_size) in _cpp_get_buff() function
3639 _cpp_buff *new_buff = _cpp_get_buff (pfile, size); in _cpp_append_extend_buff()
3657 new_buff = _cpp_get_buff (pfile, size); in _cpp_extend_buff()
3689 buff = _cpp_get_buff (pfile, len); in _cpp_unaligned_alloc()
3717 buff = _cpp_get_buff (pfile, len); in _cpp_aligned_alloc()
H A Dmacro.c741 _cpp_buff *buff = _cpp_get_buff (pfile, len); in stringify_arg()
1005 buff = _cpp_get_buff (pfile, argc * (DEFAULT_NUM_TOKENS_PER_MACRO_ARG in collect_args()
1094 = _cpp_get_buff (pfile, 32 * sizeof (cpp_token *)); in collect_args()
1099 = _cpp_get_buff (pfile, in collect_args()
2287 return _cpp_get_buff (pfile, tokens_size); in tokens_buff_new()
H A Dinternal.h108 extern _cpp_buff *_cpp_get_buff (cpp_reader *, size_t);
H A Dtraditional.c348 macro->buff = _cpp_get_buff (pfile, (n + 1) * sizeof (size_t)); in maybe_start_funlike()
1000 buff = _cpp_get_buff (pfile, len + 1); in replace_args_and_push()