Searched defs:cpp_callbacks (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 36 typedef struct cpp_callbacks cpp_callbacks; typedef 672 struct cpp_callbacks struct 675 void (*line_change) (cpp_reader *, const cpp_token *, int); 681 void (*file_change) (cpp_reader *, const line_map_ordinary *); 683 void (*dir_change) (cpp_reader *, const char *); 684 void (*include) (cpp_reader *, location_t, const unsigned char *, 686 void (*define) (cpp_reader *, location_t, cpp_hashnode *); 687 void (*undef) (cpp_reader *, location_t, cpp_hashnode *); 688 void (*ident) (cpp_reader *, location_t, const cpp_string *); 689 void (*def_pragma) (cpp_reader *, location_t); [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 36 typedef struct cpp_callbacks cpp_callbacks; typedef 631 struct cpp_callbacks struct 634 void (*line_change) (cpp_reader *, const cpp_token *, int); 640 void (*file_change) (cpp_reader *, const line_map_ordinary *); 642 void (*dir_change) (cpp_reader *, const char *); 643 void (*include) (cpp_reader *, location_t, const unsigned char *, 645 void (*define) (cpp_reader *, location_t, cpp_hashnode *); 646 void (*undef) (cpp_reader *, location_t, cpp_hashnode *); 647 void (*ident) (cpp_reader *, location_t, const cpp_string *); 648 void (*def_pragma) (cpp_reader *, location_t); [all …]
|