Lines Matching refs:_cpp_buff
287 static void push_ptoken_context (cpp_reader *, cpp_hashnode *, _cpp_buff *,
290 _cpp_buff *, location_t *,
292 static _cpp_buff *collect_args (cpp_reader *, const cpp_hashnode *,
293 _cpp_buff **, unsigned *);
304 static void delete_macro_args (_cpp_buff*, unsigned num_args);
325 static _cpp_buff *tokens_buff_new (cpp_reader *, size_t,
327 static size_t tokens_buff_count (_cpp_buff *);
328 static const cpp_token **tokens_buff_last_token_ptr (_cpp_buff *);
337 static const cpp_token **tokens_buff_add_token (_cpp_buff *,
344 static inline void tokens_buff_remove_last_token (_cpp_buff *);
347 static _cpp_buff *funlike_invocation_p (cpp_reader *, cpp_hashnode *,
348 _cpp_buff **, unsigned *);
842 _cpp_buff *token_buf = tokens_buff_new (pfile, 1, &virt_locs); in builtin_macro()
956 _cpp_buff *buff = _cpp_get_buff (pfile, len); in stringify_arg()
1130 _cpp_buff *token_buf = tokens_buff_new (pfile, 1, &virt_locs); in paste_all_tokens()
1210 static _cpp_buff *
1212 _cpp_buff **pragma_buff, unsigned *num_args) in collect_args()
1214 _cpp_buff *buff, *base_buff; in collect_args()
1318 _cpp_buff *next; in collect_args()
1424 static _cpp_buff *
1426 _cpp_buff **pragma_buff, unsigned *num_args) in funlike_invocation_p()
1511 _cpp_buff *pragma_buff = NULL; in enter_macro_context()
1515 _cpp_buff *buff; in enter_macro_context()
1571 _cpp_buff *macro_tokens in enter_macro_context()
1607 _cpp_buff *tail = pragma_buff->next; in enter_macro_context()
1655 delete_macro_args (_cpp_buff *buff, unsigned num_args) in delete_macro_args()
1937 last_token_is (_cpp_buff *buff, const cpp_token **ptr) in last_token_is()
1956 _cpp_buff *buff = NULL; in replace_args()
2451 push_ptoken_context (cpp_reader *pfile, cpp_hashnode *macro, _cpp_buff *buff, in push_ptoken_context()
2500 _cpp_buff *token_buff, in push_extended_tokens_context()
2545 static _cpp_buff*
2560 tokens_buff_count (_cpp_buff *buff) in tokens_buff_count()
2568 tokens_buff_last_token_ptr (_cpp_buff *buff) in tokens_buff_last_token_ptr()
2580 tokens_buff_remove_last_token (_cpp_buff *tokens_buff) in tokens_buff_remove_last_token()
2654 tokens_buff_add_token (_cpp_buff *buffer, in tokens_buff_add_token()