Lines Matching refs:cpp_hashnode
36 typedef struct cpp_hashnode cpp_hashnode; typedef
214 cpp_hashnode *
513 void (*define) (cpp_reader *, source_location, cpp_hashnode *);
514 void (*undef) (cpp_reader *, source_location, cpp_hashnode *);
523 cpp_hashnode * (*macro_to_expand) (cpp_reader *, const cpp_token *);
533 void (*used_define) (cpp_reader *, source_location, cpp_hashnode *);
534 void (*used_undef) (cpp_reader *, source_location, cpp_hashnode *);
540 void (*used) (cpp_reader *, source_location, cpp_hashnode *);
543 bool (*user_builtin_macro) (cpp_reader *, cpp_hashnode *);
639 #define CPP_HASHNODE(HNODE) ((cpp_hashnode *) (HNODE))
676 struct GTY(()) cpp_hashnode { struct
763 cpp_hashnode *);
991 extern cpp_hashnode *cpp_lookup (cpp_reader *, const unsigned char *,
994 typedef int (*cpp_cb) (cpp_reader *, cpp_hashnode *, void *);