cpplib.h | 33 typedef struct cpp_string cpp_string; typedef in typeref:struct:cpp_string 171 struct GTY(()) cpp_string { 235 struct cpp_string GTY ((tag ("CPP_TOKEN_FLD_STR"))) str; 524 void (*ident) (cpp_reader *, source_location, const cpp_string *); 781 const cpp_string *, size_t, 782 cpp_string *, enum cpp_ttype); 784 const cpp_string *, size_t, 785 cpp_string *, enum cpp_ttype); [all...] |