HomeSort by relevance Sort by last modified time
    Searched defs:GTY (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
splay-tree.h 47 #ifndef GTY
48 #define GTY(X)
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((skip)) allocate_data
    [all...]
symtab.h 23 #ifndef GTY
24 #define GTY(x) /* nothing */
31 struct GTY(()) ht_identifier {
hashtab.h 42 #ifndef GTY
43 #define GTY(X)
100 struct GTY(()) htab {
111 void ** GTY ((use_param, length ("%h.size"))) entries;
135 void * GTY((skip)) alloc_arg;
coretypes.h 40 #ifndef GTY
41 #define GTY(x) /* nothing - marker for gengtype */
line-map.h 25 #ifndef GTY
26 #define GTY(x) /* nothing */
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((desc ("%1.reason == LC_ENTER_MACRO"))) d
    [all...]
gimple.h 150 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
    [all...]

Completed in 1656 milliseconds