Searched refs:_cpp_buff (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | internal.h | 98 typedef struct _cpp_buff _cpp_buff; typedef 99 struct _cpp_buff struct 101 struct _cpp_buff *next; argument 105 extern _cpp_buff *_cpp_get_buff (cpp_reader *, size_t); argument 106 extern void _cpp_release_buff (cpp_reader *, _cpp_buff *); 108 extern _cpp_buff *_cpp_append_extend_buff (cpp_reader *, _cpp_buff *, size_t); 109 extern void _cpp_free_buff (_cpp_buff *); 167 _cpp_buff *buff; 333 _cpp_buff *a_buff; /* Aligned permanent storage. */ 334 _cpp_buff *u_buff; /* Unaligned permanent storage. */ [all …]
|
| H A D | lex.c | 64 static _cpp_buff *new_buff (size_t); 1563 static _cpp_buff * 1566 _cpp_buff *result; in new_buff() 1586 _cpp_buff *end = buff; in _cpp_release_buff() 1595 _cpp_buff * 1598 _cpp_buff *result, **p; in _cpp_get_buff() 1624 _cpp_buff * 1654 _cpp_free_buff (_cpp_buff *buff) in _cpp_free_buff() 1656 _cpp_buff *next; in _cpp_free_buff() 1669 _cpp_buff *buff = pfile->u_buff; in _cpp_unaligned_alloc() [all …]
|
| H A D | macro.c | 46 static void push_ptoken_context (cpp_reader *, cpp_hashnode *, _cpp_buff *, 48 static _cpp_buff *collect_args (cpp_reader *, const cpp_hashnode *); 58 static _cpp_buff *funlike_invocation_p (cpp_reader *, cpp_hashnode *); 405 _cpp_buff *buff = _cpp_get_buff (pfile, len); in stringify_arg() 576 static _cpp_buff * 579 _cpp_buff *buff, *base_buff; in collect_args() 710 static _cpp_buff * 765 _cpp_buff *buff; in enter_macro_context() 816 _cpp_buff *buff; in replace_args() 976 push_ptoken_context (cpp_reader *pfile, cpp_hashnode *macro, _cpp_buff *buff, in push_ptoken_context()
|
| H A D | traditional.c | 48 _cpp_buff *buff; 828 _cpp_buff *buff; in replace_args_and_push()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2001 | 9920 (push_ptoken_context): Take a _cpp_buff. 9922 (replace_args): Use a _cpp_buff for the replacement list with 9939 * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_release_buff, 9947 and parse_args. Use _cpp_buff for memory allocation.
|