Searched defs:cpp_macro (Results 1 – 3 of 3) sorted by relevance
35 struct GTY(()) cpp_macro { struct48 union cpp_macro_u argument55 source_location line;58 unsigned int count;61 unsigned short paramc;64 unsigned int fun_like : 1;67 unsigned int variadic : 1;70 unsigned int syshdr : 1;73 unsigned int used : 1;76 unsigned int traditional : 1;[all …]
35 typedef struct cpp_macro cpp_macro; typedef758 struct GTY(()) cpp_macro { struct771 cpp_macro *GTY ((tag ("true"))) next; argument775 location_t line;779 unsigned int count;782 unsigned short paramc;785 unsigned char lazy;788 unsigned kind : 2;791 unsigned int fun_like : 1;794 unsigned int variadic : 1;[all …]
35 typedef struct cpp_macro cpp_macro; typedef815 struct GTY(()) cpp_macro { struct828 cpp_macro *GTY ((tag ("true"))) next; argument832 location_t line;836 unsigned int count;839 unsigned short paramc;842 unsigned char lazy;845 unsigned kind : 2;848 unsigned int fun_like : 1;851 unsigned int variadic : 1;[all …]