Lines Matching refs:cpp_hashnode
170 cpp_hashnode *macro;
228 cpp_hashnode *n_defined; /* defined operator */
229 cpp_hashnode *n_true; /* C++ keyword true */
230 cpp_hashnode *n_false; /* C++ keyword false */
231 cpp_hashnode *n__VA_ARGS__; /* C99 vararg macros */
367 const cpp_hashnode *mi_cmacro;
368 const cpp_hashnode *mi_ind_cmacro;
496 extern void _cpp_free_definition (cpp_hashnode *);
497 extern bool _cpp_create_definition (cpp_reader *, cpp_hashnode *);
499 extern void _cpp_push_text_context (cpp_reader *, cpp_hashnode *,
501 extern bool _cpp_save_parameter (cpp_reader *, cpp_macro *, cpp_hashnode *);
502 extern bool _cpp_arguments_ok (cpp_reader *, cpp_macro *, const cpp_hashnode *,
505 cpp_hashnode *);
506 extern int _cpp_warn_if_unused_macro (cpp_reader *, cpp_hashnode *, void *);
507 extern void _cpp_push_token_context (cpp_reader *, cpp_hashnode *,
608 extern cpp_hashnode * _cpp_interpret_identifier (cpp_reader *pfile,