Lines Matching defs:cpp_macro
35 typedef struct cpp_macro cpp_macro; typedef
758 struct GTY(()) cpp_macro { struct
771 cpp_macro *GTY ((tag ("true"))) next; argument
775 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;
797 unsigned int syshdr : 1;
800 unsigned int used : 1;
805 unsigned int extra_tokens : 1;
809 union cpp_exp_u