Home
last modified time | relevance | path

Searched defs:cpp_macro (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpp-id-data.h35 struct GTY(()) cpp_macro { struct
48 union cpp_macro_u argument
55 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 …]
H A Dcpplib.h35 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;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h35 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;
[all …]