Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinit.c266 pfile->a_buff = _cpp_get_buff (pfile, 0); in cpp_create_reader()
267 pfile->u_buff = _cpp_get_buff (pfile, 0); in cpp_create_reader()
H A Dlex.c1600 first_buff = last_buff = _cpp_get_buff (pfile, len); in bufring_append()
3642 _cpp_get_buff (cpp_reader *pfile, size_t min_size) in _cpp_get_buff() function
3674 _cpp_buff *new_buff = _cpp_get_buff (pfile, size); in _cpp_append_extend_buff()
3692 new_buff = _cpp_get_buff (pfile, size); in _cpp_extend_buff()
3724 buff = _cpp_get_buff (pfile, len); in _cpp_unaligned_alloc()
3752 buff = _cpp_get_buff (pfile, len); in _cpp_aligned_alloc()
H A Dmacro.c906 _cpp_buff *buff = _cpp_get_buff (pfile, len); in stringify_arg()
1174 buff = _cpp_get_buff (pfile, argc * (DEFAULT_NUM_TOKENS_PER_MACRO_ARG in collect_args()
1263 = _cpp_get_buff (pfile, 32 * sizeof (cpp_token *)); in collect_args()
1268 = _cpp_get_buff (pfile, in collect_args()
2444 return _cpp_get_buff (pfile, tokens_size); in tokens_buff_new()
H A Dtraditional.c349 macro->buff = _cpp_get_buff (pfile, (n + 1) * sizeof (size_t)); in maybe_start_funlike()
989 buff = _cpp_get_buff (pfile, len + 1); in replace_args_and_push()
H A Dinternal.h103 extern _cpp_buff *_cpp_get_buff (cpp_reader *, size_t);
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinit.cc274 pfile->a_buff = _cpp_get_buff (pfile, 0); in cpp_create_reader()
275 pfile->u_buff = _cpp_get_buff (pfile, 0); in cpp_create_reader()
H A Dtraditional.cc354 macro->buff = _cpp_get_buff (pfile, (n + 1) * sizeof (size_t)); in maybe_start_funlike()
994 buff = _cpp_get_buff (pfile, len + 1); in replace_args_and_push()
H A Dmacro.cc956 _cpp_buff *buff = _cpp_get_buff (pfile, len); in stringify_arg()
1232 buff = _cpp_get_buff (pfile, argc * (DEFAULT_NUM_TOKENS_PER_MACRO_ARG in collect_args()
1321 = _cpp_get_buff (pfile, 32 * sizeof (cpp_token *)); in collect_args()
1326 = _cpp_get_buff (pfile, in collect_args()
2554 return _cpp_get_buff (pfile, tokens_size); in tokens_buff_new()
H A Dinternal.h105 extern _cpp_buff *_cpp_get_buff (cpp_reader *, size_t);
H A Dlex.cc2203 first = last = _cpp_get_buff (pfile, len); in append()
4487 _cpp_get_buff (cpp_reader *pfile, size_t min_size) in _cpp_get_buff() function
4519 _cpp_buff *new_buff = _cpp_get_buff (pfile, size); in _cpp_append_extend_buff()
4537 new_buff = _cpp_get_buff (pfile, size); in _cpp_extend_buff()
4569 buff = _cpp_get_buff (pfile, len); in _cpp_unaligned_alloc()
4597 buff = _cpp_get_buff (pfile, len); in _cpp_aligned_alloc()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20018326 * cpplex.c (_cpp_get_buff): Fix off-by-one error that caused memory
9840 * cpplex.c (new_buff, _cpp_get_buff, _cpp_extend_buff):
9856 (_cpp_get_buff): Take length of size_t.
9915 (_cpp_get_buff): Fix silly pointer bug. Be more selective about
9939 * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_release_buff,
9943 * cpplex.c (new_buff, _cpp_release_buff, _cpp_get_buff,