Lines Matching refs:cpp_hashnode
148 cpp_hashnode *macro_node;
218 cpp_hashnode *macro;
277 cpp_hashnode *n_defined; /* defined operator */
278 cpp_hashnode *n_true; /* C++ keyword true */
279 cpp_hashnode *n_false; /* C++ keyword false */
280 cpp_hashnode *n__VA_ARGS__; /* C99 vararg macros */
448 const cpp_hashnode *mi_cmacro;
449 const cpp_hashnode *mi_ind_cmacro;
602 extern void _cpp_free_definition (cpp_hashnode *);
603 extern bool _cpp_create_definition (cpp_reader *, cpp_hashnode *);
605 extern void _cpp_push_text_context (cpp_reader *, cpp_hashnode *,
607 extern bool _cpp_save_parameter (cpp_reader *, cpp_macro *, cpp_hashnode *);
608 extern bool _cpp_arguments_ok (cpp_reader *, cpp_macro *, const cpp_hashnode *,
611 cpp_hashnode *);
612 extern int _cpp_warn_if_unused_macro (cpp_reader *, cpp_hashnode *, void *);
613 extern void _cpp_push_token_context (cpp_reader *, cpp_hashnode *,
655 extern cpp_hashnode *_cpp_lex_identifier (cpp_reader *, const char *);
731 extern cpp_hashnode * _cpp_interpret_identifier (cpp_reader *pfile,
813 struct cpp_hashnode*,