Home
last modified time | relevance | path

Searched refs:GTY (Results 1 – 25 of 130) sorted by relevance

123456

/freebsd-12.1/contrib/gcc/
H A Doutput.h466 struct section_common GTY(()) { struct
472 struct named_section GTY(()) { struct
488 struct unnamed_section GTY(()) { struct
494 const void *GTY ((skip)) data;
514 struct noswitch_section GTY(()) { struct
536 extern GTY(()) section *text_section;
537 extern GTY(()) section *data_section;
542 extern GTY(()) section *bss_section;
543 extern GTY(()) section *sbss_section;
547 extern GTY(()) section *comm_section;
[all …]
H A Dcgraph.h52 struct cgraph_local_info GTY(()) struct
89 struct cgraph_global_info GTY(()) argument
107 struct cgraph_rtl_info GTY(()) argument
140 PTR GTY ((skip)) aux;
184 PTR GTY ((skip (""))) aux; argument
202 struct cgraph_varpool_node GTY(()) struct
233 struct cgraph_asm_node GTY(()) argument
243 extern GTY(()) struct cgraph_node *cgraph_nodes; argument
244 extern GTY(()) int cgraph_n_nodes;
245 extern GTY(()) int cgraph_max_uid;
[all …]
H A Dvarray.h66 typedef union varray_data_tag GTY (()) { union
67 char GTY ((length ("%0.num_elements"),
71 short GTY ((length ("%0.num_elements"),
75 int GTY ((length ("%0.num_elements"),
77 unsigned int GTY ((length ("%0.num_elements"),
79 long GTY ((length ("%0.num_elements"),
91 char *GTY ((length ("%0.num_elements"),
93 rtx GTY ((length ("%0.num_elements"),
95 rtvec GTY ((length ("%0.num_elements"),
97 tree GTY ((length ("%0.num_elements"),
[all …]
H A Dcselib.h23 typedef struct cselib_val_struct GTY(()) struct
30 rtx GTY ((tag ("1"))) val_rtx; argument
32 struct cselib_val_struct * GTY ((skip)) next_free;
33 } GTY ((desc ("1"))) u;
46 struct elt_loc_list GTY(()) struct
59 struct elt_list GTY(()) struct
H A Dfunction.h28 struct var_refs_queue GTY(()) struct
41 struct sequence_stack GTY(()) struct
59 struct emit_status GTY(()) argument
99 unsigned char * GTY ((length ("%h.x_reg_rtx_no"))) argument
104 rtx * GTY ((length ("%h.x_reg_rtx_no"))) x_regno_reg_rtx;
114 struct expr_status GTY(()) struct
182 struct function GTY(()) struct
319 struct machine_function * GTY ((maybe_undef)) machine; argument
331 htab_t GTY ((param_is (union tree_node))) used_types_hash; argument
480 extern GTY(()) struct function *cfun; argument
[all …]
H A Dtree-flow.h69 struct ptr_info_def GTY(()) struct
106 struct tree_ann_common_d GTY(()) argument
113 PTR GTY ((skip (""))) aux; argument
116 tree GTY((skip)) value_handle;
147 struct subvar GTY(()) struct
156 struct var_ann_d GTY(()) struct
216 struct function_ann_d GTY(()) argument
285 struct stmt_ann_d GTY(()) struct
376 struct int_tree_map GTY(()) argument
439 extern GTY(()) tree global_var;
[all …]
H A Dtree.h355 struct tree_common GTY(()) struct
1316 struct tree_string GTY(()) argument
1371 struct tree_list GTY(()) argument
1385 struct tree_vec GTY(()) struct
1686 struct tree_exp GTY(()) struct
1798 struct phi_arg_d GTY(()) struct
1841 } GTY ((skip)) subcode; argument
1899 struct tree_block GTY(()) struct
2123 struct tree_type GTY(()) struct
3217 GTY(()) struct
[all …]
H A Dbasic-block.h118 struct edge_def GTY(()) struct
126 rtx GTY ((tag ("0"))) r; argument
127 tree GTY ((tag ("1"))) t;
128 } GTY ((desc ("ir_type ()"))) insns;
131 PTR GTY ((skip (""))) aux;
224 PTR GTY ((skip (""))) aux; argument
227 struct loop * GTY ((skip (""))) loop_father;
230 struct et_node * GTY ((skip (""))) dom[2];
262 struct rtl_bb_info GTY(()) argument
272 bitmap GTY ((skip (""))) global_live_at_end;
[all …]
H A Dtree-mudflap.c254 static GTY (()) tree mf_uintptr_type;
257 static GTY (()) tree mf_cache_struct_type;
263 static GTY (()) tree mf_cache_array_decl;
266 static GTY (()) tree mf_cache_shift_decl;
269 static GTY (()) tree mf_cache_mask_decl;
274 static GTY (()) tree mf_cache_shift_decl_l;
277 static GTY (()) tree mf_cache_mask_decl_l;
280 static GTY (()) tree mf_check_fndecl;
283 static GTY (()) tree mf_register_fndecl;
286 static GTY (()) tree mf_unregister_fndecl;
[all …]
H A Dstringpool.c210 struct string_pool_data GTY(()) struct
213 GTY((length ("%h.nslots"),
221 static GTY(()) struct string_pool_data * spd; argument
H A Dtree-profile.c49 static GTY(()) tree gcov_type_node;
50 static GTY(()) tree tree_interval_profiler_fn;
51 static GTY(()) tree tree_pow2_profiler_fn;
52 static GTY(()) tree tree_one_value_profiler_fn;
H A Dc-tree.h36 struct lang_decl GTY(()) struct
60 struct lang_type GTY(()) struct
63 struct sorted_fields_type * GTY ((reorder ("resort_sorted_fields"))) s;
382 struct language_function GTY(()) struct
387 struct c_switch * GTY((skip)) x_switch_stack; argument
388 struct c_arg_info * GTY((skip)) arg_info;
H A Ddwarf2out.c195 typedef struct dw_cfi_struct GTY(()) struct
211 typedef struct cfa_loc GTY(()) struct
225 typedef struct dw_fde_struct GTY(()) argument
325 struct indirect_string_node GTY(()) struct
1178 struct queued_reg_save GTY(()) struct
2661 struct dwarf_file_data GTY(()) struct
3769 struct dw_ranges_struct GTY(()) argument
3879 rtx GTY (()) var_loc_note;
3880 const char * GTY (()) label;
3886 struct var_loc_list_def GTY (()) struct
[all …]
/freebsd-12.1/contrib/gcclibs/include/
H A Dsplay-tree.h39 #ifndef GTY
40 #define GTY(X) macro
81 struct splay_tree_node_s GTY(()) struct
84 splay_tree_key GTY ((use_param1)) key;
87 splay_tree_value GTY ((use_param2)) value;
90 splay_tree_node GTY ((use_params)) left;
91 splay_tree_node GTY ((use_params)) right;
95 struct splay_tree_s GTY(()) struct
98 splay_tree_node GTY ((use_params)) root;
112 void * GTY((skip)) allocate_data; argument
H A Dhashtab.h41 #ifndef GTY
42 #define GTY(X) macro
99 struct htab GTY(()) struct
111 void ** GTY ((use_param, length ("%h.size"))) entries; argument
135 void * GTY((skip)) alloc_arg; argument
/freebsd-12.1/contrib/binutils/include/
H A Dsplay-tree.h39 #ifndef GTY
40 #define GTY(X) macro
81 struct splay_tree_node_s GTY(()) struct
84 splay_tree_key GTY ((use_param1)) key;
87 splay_tree_value GTY ((use_param2)) value;
90 splay_tree_node GTY ((use_params)) left;
91 splay_tree_node GTY ((use_params)) right;
95 struct splay_tree_s GTY(()) struct
98 splay_tree_node GTY ((use_params)) root;
112 void * GTY((skip)) allocate_data; argument
H A Dhashtab.h41 #ifndef GTY
42 #define GTY(X) macro
99 struct htab GTY(()) struct
111 void ** GTY ((use_param, length ("%h.size"))) entries; argument
135 void * GTY((skip)) alloc_arg; argument
/freebsd-12.1/contrib/gdb/include/
H A Dsplay-tree.h39 #ifndef GTY
40 #define GTY(X) macro
81 struct splay_tree_node_s GTY(()) struct
84 splay_tree_key GTY ((use_param1 (""))) key;
87 splay_tree_value GTY ((use_param2 (""))) value;
90 splay_tree_node GTY ((use_params (""))) left;
91 splay_tree_node GTY ((use_params (""))) right;
95 struct splay_tree_s GTY(()) struct
98 splay_tree_node GTY ((use_params (""))) root;
112 PTR GTY((skip (""))) allocate_data; argument
H A Dhashtab.h41 #ifndef GTY
42 #define GTY(X) macro
90 struct htab GTY(()) struct
102 PTR * GTY ((use_param (""), length ("%h.size"))) entries; argument
126 PTR GTY((skip (""))) alloc_arg; argument
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpp-id-data.h28 struct answer GTY(()) struct
32 cpp_token GTY ((length ("%h.count"))) first[1]; argument
37 struct cpp_macro GTY(()) struct
40 cpp_hashnode ** GTY ((nested_ptr (union tree_node,
51 cpp_token * GTY ((tag ("0"), length ("%0.count"))) tokens; argument
52 const unsigned char * GTY ((tag ("1"))) text;
53 } GTY ((desc ("%1.traditional"))) exp;
H A Dcpplib.h161 struct cpp_string GTY(()) struct
191 struct cpp_token GTY(()) struct
201 GTY ((nested_ptr (union tree_node, argument
208 cpp_token * GTY ((tag ("CPP_TOKEN_FLD_SOURCE"))) source;
218 } GTY ((desc ("cpp_token_val_index (&%1)"))) val;
596 union _cpp_hashnode_value GTY(()) union
599 cpp_macro * GTY((tag ("NTV_MACRO"))) macro;
601 struct answer * GTY ((tag ("NTV_ANSWER"))) answers;
603 enum builtin_type GTY ((tag ("NTV_BUILTIN"))) builtin;
605 unsigned short GTY ((tag ("NTV_ARGUMENT"))) arg_index;
[all …]
/freebsd-12.1/contrib/gcc/cp/
H A Dname-lookup.h35 struct binding_entry_s GTY(()) struct
67 struct cxx_binding GTY(()) struct
85 typedef struct cxx_saved_binding GTY(()) argument
145 typedef struct cp_class_binding GTY(()) struct
179 struct cp_binding_level GTY(()) struct
283 extern GTY(()) tree global_namespace; argument
284 extern GTY(()) tree global_scope_name;
289 extern GTY(()) tree global_type_node;
H A Dcp-tree.h200 struct lang_identifier GTY(()) struct
228 struct tinst_level_s GTY(()) struct
237 struct ptrmem_cst GTY(()) argument
320 struct tree_overload GTY(()) struct
352 struct tree_baselink GTY(()) struct
650 struct saved_scope GTY(()) struct
1010 struct lang_type_class GTY(()) argument
1099 struct lang_type GTY(()) argument
1506 struct lang_decl_flags GTY(()) struct
1566 struct lang_decl GTY(()) struct
[all …]
/freebsd-12.1/contrib/gcc/doc/
H A Dgty.texi9 @findex GTY
49 struct @var{tag} GTY(())
54 typedef struct @var{tag} GTY(())
69 * GTY Options:: What goes inside a @code{GTY(())}.
74 @node GTY Options
83 example, @code{@w{GTY ((skip))}} and @code{@w{GTY ((skip ("")))}} are
90 @cindex % in GTY option
138 struct rtvec_def GTY(()) @{
196 struct tree_binding GTY(())
200 tree GTY ((tag ("0"))) scope;
[all …]
/freebsd-12.1/contrib/gcc/config/
H A Dsol2.h240 extern GTY(()) tree solaris_pending_aligns;
241 extern GTY(()) tree solaris_pending_inits;
242 extern GTY(()) tree solaris_pending_finis;

123456