cpplib.h | 34 typedef struct cpp_hashnode cpp_hashnode; typedef in typeref:struct:cpp_hashnode 212 cpp_hashnode * 214 "%h ? CPP_HASHNODE (GCC_IDENT_TO_HT_IDENT (%h)) : NULL", 522 void (*define) (cpp_reader *, source_location, cpp_hashnode *); 523 void (*undef) (cpp_reader *, source_location, cpp_hashnode *); 532 cpp_hashnode * (*macro_to_expand) (cpp_reader *, const cpp_token *); 542 void (*used_define) (cpp_reader *, source_location, cpp_hashnode *); 543 void (*used_undef) (cpp_reader *, source_location, cpp_hashnode *); 549 void (*used) (cpp_reader *, source_location, cpp_hashnode *); [all...] |