Searched defs:GTY (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dsplay-tree.h47 #ifndef GTY
48 #define GTY(X) macro
89 struct GTY(()) splay_tree_node_s {
91 splay_tree_key GTY ((use_param1)) key;
94 splay_tree_value GTY ((use_param2)) value;
97 splay_tree_node GTY ((use_params)) left;
98 splay_tree_node GTY ((use_params)) right;
102 struct GTY(()) splay_tree_s {
104 splay_tree_node GTY ((use_params)) root;
122 void * GTY((ski
[all...]
H A Dsymtab.h23 #ifndef GTY
24 #define GTY(x) /* nothing */ macro
31 struct GTY(()) ht_identifier {
H A Dhashtab.h42 #ifndef GTY
43 #define GTY(X) macro
100 struct GTY(()) htab {
111 void ** GTY ((use_param, length ("%h.size"))) entries;
135 void * GTY((skip)) alloc_arg;
H A Dcoretypes.h40 #ifndef GTY
41 #define GTY(x) /* nothing - marker for gengtype */ macro
H A Dline-map.h25 #ifndef GTY
26 #define GTY(x) /* nothing */ macro
70 struct GTY(()) line_map_ordinary {
104 struct GTY(()) line_map_macro {
106 struct cpp_hashnode * GTY ((nested_ptr (union tree_node,
167 source_location * GTY((atomic)) macro_locations;
203 struct GTY(()) line_map {
210 struct line_map_ordinary GTY((tag ("0"))) ordinary;
211 struct line_map_macro GTY((tag ("1"))) macro;
212 } GTY((des
[all...]
H A Dgimple.h150 struct GTY((chain_next ("%h.next"))) gimple_statement_base {
211 gimple GTY((skip)) prev;
217 struct GTY(()) gimple_statement_with_ops_base
227 struct use_optype_d GTY((skip (""))) *use_ops;
233 struct GTY(()) gimple_statement_with_ops
242 tree GTY((length ("%h.opbase.gsbase.num_ops"))) op[1];
248 struct GTY(()) gimple_statement_with_memory_ops_base
256 tree GTY((skip (""))) vdef;
257 tree GTY((skip (""))) vuse;
263 struct GTY(()) gimple_statement_with_memory_op
288 union GTY ((desc ("%1.membase.opbase.gsbase.subcode & GF_CALL_INTERNAL"))) { function
[all...]

Completed in 212 milliseconds