Lines Matching defs:cpp_macro
35 typedef struct cpp_macro cpp_macro; typedef
815 struct GTY(()) cpp_macro { struct
828 cpp_macro *GTY ((tag ("true"))) next; argument
832 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;
854 unsigned int syshdr : 1;
857 unsigned int used : 1;
862 unsigned int extra_tokens : 1;
865 unsigned int imported_p : 1;
869 union cpp_exp_u