Searched defs:cpp_callbacks (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/libcpp/include/ |
H A D | cpplib.h | 36 typedef struct cpp_callbacks cpp_callbacks; typedef 562 struct cpp_callbacks struct 565 void (*line_change) (cpp_reader *, const cpp_token *, int); 571 void (*file_change) (cpp_reader *, const line_map_ordinary *); 573 void (*dir_change) (cpp_reader *, const char *); 574 void (*include) (cpp_reader *, source_location, const unsigned char *, 576 void (*define) (cpp_reader *, source_location, cpp_hashnode *); 577 void (*undef) (cpp_reader *, source_location, cpp_hashnode *); 578 void (*ident) (cpp_reader *, source_location, const cpp_string *); 579 void (*def_pragma) (cpp_reader *, source_location); [all …]
|
/dflybsd-src/contrib/gcc-4.7/libcpp/include/ |
H A D | cpplib.h | 38 typedef struct cpp_callbacks cpp_callbacks; typedef 499 struct cpp_callbacks struct 502 void (*line_change) (cpp_reader *, const cpp_token *, int); 508 void (*file_change) (cpp_reader *, const struct line_map *); 510 void (*dir_change) (cpp_reader *, const char *); 511 void (*include) (cpp_reader *, source_location, const unsigned char *, 513 void (*define) (cpp_reader *, source_location, cpp_hashnode *); 514 void (*undef) (cpp_reader *, source_location, cpp_hashnode *); 515 void (*ident) (cpp_reader *, source_location, const cpp_string *); 516 void (*def_pragma) (cpp_reader *, source_location); [all …]
|