Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libcpp/include/
H A Dcpp-id-data.h36 struct GTY(()) cpp_macro { struct
47 union cpp_macro_u argument
54 source_location line;
57 unsigned int count;
60 unsigned short paramc;
63 unsigned int fun_like : 1;
66 unsigned int variadic : 1;
69 unsigned int syshdr : 1;
72 unsigned int used : 1;
75 unsigned int traditional : 1;
[all …]
H A Dcpplib.h37 typedef struct cpp_macro cpp_macro; typedef
/dragonfly/contrib/gcc-8.0/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