Lines Matching refs:cpp_hashnode
170 cpp_hashnode *macro;
233 cpp_hashnode *n_defined; /* defined operator */
234 cpp_hashnode *n_true; /* C++ keyword true */
235 cpp_hashnode *n_false; /* C++ keyword false */
236 cpp_hashnode *n__VA_ARGS__; /* C99 vararg macros */
376 const cpp_hashnode *mi_cmacro;
377 const cpp_hashnode *mi_ind_cmacro;
508 extern void _cpp_free_definition (cpp_hashnode *);
509 extern bool _cpp_create_definition (cpp_reader *, cpp_hashnode *);
511 extern void _cpp_push_text_context (cpp_reader *, cpp_hashnode *,
513 extern bool _cpp_save_parameter (cpp_reader *, cpp_macro *, cpp_hashnode *);
514 extern bool _cpp_arguments_ok (cpp_reader *, cpp_macro *, const cpp_hashnode *,
517 cpp_hashnode *);
518 extern int _cpp_warn_if_unused_macro (cpp_reader *, cpp_hashnode *, void *);
519 extern void _cpp_push_token_context (cpp_reader *, cpp_hashnode *,
631 extern cpp_hashnode * _cpp_interpret_identifier (cpp_reader *pfile,