Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libcpp/
H A Dlex.c1566 _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 Dinit.c210 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 Dtraditional.c319 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 Dinternal.h105 extern _cpp_buff *_cpp_get_buff (cpp_reader *, size_t);
H A Dmacro.c397 _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 Dcpplex.c2059 _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 Dcpphash.h120 extern _cpp_buff *_cpp_get_buff PARAMS ((cpp_reader *, size_t));
H A Dcppmacro.c388 _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 Dcpptrad.c404 macro->buff = _cpp_get_buff (pfile, n * sizeof (size_t));
948 buff = _cpp_get_buff (pfile, len + 1);
H A Dcppinit.c572 pfile->a_buff = _cpp_get_buff (pfile, 0);
573 pfile->u_buff = _cpp_get_buff (pfile, 0);
H A DChangeLog.68326 * 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,