Searched defs:cpp_string (Results 1 – 2 of 2) sorted by relevance
33 typedef struct cpp_string cpp_string; typedef171 struct GTY(()) cpp_string { struct172 unsigned int len;173 const unsigned char *text;
297 def cpp_string(s: str) -> str: function