Searched refs:_cpp_get_buff (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | lex.c | 1566 _cpp_get_buff (cpp_reader *pfile, size_t min_size) in _cpp_get_buff() function 1598 _cpp_buff *new_buff = _cpp_get_buff (pfile, size); in _cpp_append_extend_buff() 1616 new_buff = _cpp_get_buff (pfile, size); in _cpp_extend_buff() 1644 buff = _cpp_get_buff (pfile, len); in _cpp_unaligned_alloc() 1672 buff = _cpp_get_buff (pfile, len); in _cpp_aligned_alloc()
|
| H A D | init.c | 210 pfile->a_buff = _cpp_get_buff (pfile, 0); in cpp_create_reader() 211 pfile->u_buff = _cpp_get_buff (pfile, 0); in cpp_create_reader()
|
| H A D | traditional.c | 319 macro->buff = _cpp_get_buff (pfile, n * sizeof (size_t)); in maybe_start_funlike() 845 buff = _cpp_get_buff (pfile, len + 1); in replace_args_and_push()
|
| H A D | internal.h | 105 extern _cpp_buff *_cpp_get_buff (cpp_reader *, size_t);
|
| H A D | macro.c | 397 _cpp_buff *buff = _cpp_get_buff (pfile, len); in stringify_arg() 573 buff = _cpp_get_buff (pfile, argc * (50 * sizeof (cpp_token *) in collect_args() 836 buff = _cpp_get_buff (pfile, total * sizeof (cpp_token *)); in replace_args()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cpplex.c | 2059 _cpp_get_buff (pfile, min_size) in _cpp_get_buff() function 2096 _cpp_buff *new_buff = _cpp_get_buff (pfile, size); 2117 new_buff = _cpp_get_buff (pfile, size); 2148 buff = _cpp_get_buff (pfile, len); 2178 buff = _cpp_get_buff (pfile, len);
|
| H A D | cpphash.h | 120 extern _cpp_buff *_cpp_get_buff PARAMS ((cpp_reader *, size_t));
|
| H A D | cppmacro.c | 388 _cpp_buff *buff = _cpp_get_buff (pfile, len); 583 buff = _cpp_get_buff (pfile, argc * (50 * sizeof (cpp_token *) 854 buff = _cpp_get_buff (pfile, total * sizeof (cpp_token *));
|
| H A D | cpptrad.c | 404 macro->buff = _cpp_get_buff (pfile, n * sizeof (size_t)); 948 buff = _cpp_get_buff (pfile, len + 1);
|
| H A D | cppinit.c | 572 pfile->a_buff = _cpp_get_buff (pfile, 0); 573 pfile->u_buff = _cpp_get_buff (pfile, 0);
|
| H A D | ChangeLog.6 | 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,
|