Searched refs:_cpp_get_buff (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | init.c | 266 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 D | lex.c | 1600 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 D | macro.c | 906 _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 D | traditional.c | 349 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 D | internal.h | 103 extern _cpp_buff *_cpp_get_buff (cpp_reader *, size_t);
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | init.cc | 274 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 D | traditional.cc | 354 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 D | macro.cc | 956 _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 D | internal.h | 105 extern _cpp_buff *_cpp_get_buff (cpp_reader *, size_t);
|
H A D | lex.cc | 2203 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 D | ChangeLog-2001 | 8326 * 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,
|