Lines Matching refs:_cpp_buff
275 static void push_ptoken_context (cpp_reader *, cpp_hashnode *, _cpp_buff *,
278 _cpp_buff *, location_t *,
280 static _cpp_buff *collect_args (cpp_reader *, const cpp_hashnode *,
281 _cpp_buff **, unsigned *);
291 static void delete_macro_args (_cpp_buff*, unsigned num_args);
312 static _cpp_buff *tokens_buff_new (cpp_reader *, size_t,
314 static size_t tokens_buff_count (_cpp_buff *);
315 static const cpp_token **tokens_buff_last_token_ptr (_cpp_buff *);
324 static const cpp_token **tokens_buff_add_token (_cpp_buff *,
331 static inline void tokens_buff_remove_last_token (_cpp_buff *);
334 static _cpp_buff *funlike_invocation_p (cpp_reader *, cpp_hashnode *,
335 _cpp_buff **, unsigned *);
792 _cpp_buff *token_buf = tokens_buff_new (pfile, 1, &virt_locs); in builtin_macro()
906 _cpp_buff *buff = _cpp_get_buff (pfile, len); in stringify_arg()
1072 _cpp_buff *token_buf = tokens_buff_new (pfile, 1, &virt_locs); in paste_all_tokens()
1152 static _cpp_buff *
1154 _cpp_buff **pragma_buff, unsigned *num_args) in collect_args()
1156 _cpp_buff *buff, *base_buff; in collect_args()
1260 _cpp_buff *next; in collect_args()
1366 static _cpp_buff *
1368 _cpp_buff **pragma_buff, unsigned *num_args) in funlike_invocation_p()
1452 _cpp_buff *pragma_buff = NULL; in enter_macro_context()
1456 _cpp_buff *buff; in enter_macro_context()
1512 _cpp_buff *macro_tokens in enter_macro_context()
1548 _cpp_buff *tail = pragma_buff->next; in enter_macro_context()
1596 delete_macro_args (_cpp_buff *buff, unsigned num_args) in delete_macro_args()
1878 last_token_is (_cpp_buff *buff, const cpp_token **ptr) in last_token_is()
1897 _cpp_buff *buff = NULL; in replace_args()
2341 push_ptoken_context (cpp_reader *pfile, cpp_hashnode *macro, _cpp_buff *buff, in push_ptoken_context()
2390 _cpp_buff *token_buff, in push_extended_tokens_context()
2435 static _cpp_buff*
2450 tokens_buff_count (_cpp_buff *buff) in tokens_buff_count()
2458 tokens_buff_last_token_ptr (_cpp_buff *buff) in tokens_buff_last_token_ptr()
2470 tokens_buff_remove_last_token (_cpp_buff *tokens_buff) in tokens_buff_remove_last_token()
2544 tokens_buff_add_token (_cpp_buff *buffer, in tokens_buff_add_token()