HomeSort by relevance Sort by last modified time
    Searched refs:GTY (Results 1 - 25 of 31) sorted by null

1 2

  /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...]
output.h 437 struct GTY(()) section_common {
443 struct GTY(()) named_section {
459 struct GTY(()) unnamed_section {
464 unnamed_section_callback GTY ((skip)) callback;
465 const void *GTY ((skip)) data;
485 struct GTY(()) noswitch_section {
489 noswitch_section_callback GTY ((skip)) callback;
493 union GTY ((desc ("SECTION_STYLE (&(%h))"))) section {
494 struct section_common GTY ((skip)) common;
495 struct named_section GTY ((tag ("SECTION_NAMED"))) named
    [all...]
ipa-ref.h 29 enum GTY(()) ipa_ref_use
38 struct GTY(()) ipa_ref
52 struct GTY(()) ipa_ref_list
58 vec<ipa_ref_ptr> GTY((skip)) referring;
except.h 72 struct GTY(()) eh_landing_pad_d
98 struct GTY(()) eh_catch_d
121 struct GTY(()) eh_region_d
142 } GTY ((tag ("ERT_TRY"))) eh_try;
156 } GTY ((tag ("ERT_ALLOWED_EXCEPTIONS"))) allowed;
169 } GTY ((tag ("ERT_MUST_NOT_THROW"))) must_not_throw;
170 } GTY ((desc ("%0.type"))) u;
194 struct GTY(()) eh_status
207 htab_t GTY((param_is (struct throw_stmt_node))) throw_stmt_table;
218 vec<tree, va_gc> *GTY((tag ("1"))) arm_eabi
    [all...]
function.h 35 struct GTY(()) sequence_stack {
43 struct GTY(()) emit_status {
82 unsigned char * GTY((skip)) regno_pointer_align;
94 extern GTY ((length ("crtl->emit.x_reg_rtx_no"))) rtx * regno_reg_rtx;
102 struct GTY(()) expr_status {
145 struct GTY(()) rtl_eh {
175 struct GTY(()) varasm_status {
185 struct GTY(()) incoming_args {
214 struct GTY(()) function_subsections {
228 struct GTY(()) frame_spac
    [all...]
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;
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...]
symtab.h 23 #ifndef GTY
24 #define GTY(x) /* nothing */
31 struct GTY(()) ht_identifier {
ipa-prop.h 77 struct GTY(()) ipa_known_type_data
89 struct GTY(()) ipa_pass_through_data
113 struct GTY(()) ipa_ancestor_jf_data
135 typedef struct GTY(()) ipa_agg_jf_item
148 struct GTY(()) ipa_agg_jump_function
162 typedef struct GTY (()) ipa_jump_func
174 struct ipa_known_type_data GTY ((tag ("IPA_JF_KNOWN_TYPE"))) known_type;
175 tree GTY ((tag ("IPA_JF_CONST"))) constant;
176 struct ipa_pass_through_data GTY ((tag ("IPA_JF_PASS_THROUGH"))) pass_through;
177 struct ipa_ancestor_jf_data GTY ((tag ("IPA_JF_ANCESTOR"))) ancestor
    [all...]
cgraph.h 43 struct GTY(()) symtab_node_base
90 PTR GTY ((skip)) aux;
124 struct GTY(()) cgraph_thunk_info {
138 struct GTY(()) cgraph_local_info {
164 struct GTY(()) cgraph_global_info {
173 struct GTY(()) cgraph_rtl_info {
179 struct GTY(()) ipa_replace_map
194 struct GTY(()) cgraph_clone_info
205 struct GTY(()) cgraph_node {
214 GTY ((nested_ptr (union symtab_node_def, "(struct cgraph_node *)(%h)", "(symtab_node)%h"))
    [all...]
cpplib.h 171 struct GTY(()) cpp_string {
204 struct GTY(()) cpp_macro_arg {
210 struct GTY(()) cpp_identifier {
213 GTY ((nested_ptr (union tree_node,
221 struct GTY(()) cpp_token {
229 struct cpp_identifier GTY ((tag ("CPP_TOKEN_FLD_NODE"))) node;
232 cpp_token * GTY ((tag ("CPP_TOKEN_FLD_SOURCE"))) source;
235 struct cpp_string GTY ((tag ("CPP_TOKEN_FLD_STR"))) str;
238 struct cpp_macro_arg GTY ((tag ("CPP_TOKEN_FLD_ARG_NO"))) macro_arg;
242 unsigned int GTY ((tag ("CPP_TOKEN_FLD_TOKEN_NO"))) token_no
    [all...]
input.h 26 extern GTY(()) struct line_maps *line_table;
coretypes.h 40 #ifndef GTY
41 #define GTY(x) /* nothing - marker for gengtype */
tree-ssa-alias.h 28 struct GTY(()) pt_solution
141 extern GTY(()) struct pt_solution ipa_escaped_pt;
tree.h 243 typedef struct GTY(()) alias_pair
251 extern GTY(()) vec<alias_pair, va_gc> *alias_pairs;
421 struct GTY(()) tree_base {
475 } GTY((skip(""))) u;
719 struct GTY(()) tree_typed {
724 struct GTY(()) tree_common {
    [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...]
fixed-value.h 27 struct GTY(()) fixed_value
cfgloop.h 40 struct GTY (()) lpt_decision {
55 struct GTY ((chain_next ("%h.next"))) nb_iter_bound {
79 struct GTY (()) loop_exit {
104 struct GTY ((chain_next ("%h.next"))) loop {
136 PTR GTY ((skip (""))) aux;
195 struct GTY (()) loops {
205 htab_t GTY((param_is (struct loop_exit))) exits;
basic-block.h 36 struct GTY((user)) edge_def {
134 struct GTY(()) rtl_bb_info {
145 struct GTY(()) gimple_bb_info {
179 struct GTY((chain_next ("%h.next_bb"), chain_prev ("%h.prev_bb"))) basic_block_def {
185 PTR GTY ((skip (""))) aux;
191 struct et_node * GTY ((skip (""))) dom[2];
198 struct gimple_bb_info GTY ((tag ("0"))) gimple;
202 } GTY ((tag ("1"))) x;
203 } GTY ((desc ("((%1.flags & BB_RTL) != 0)"))) il;
288 struct GTY(()) control_flow_graph
    [all...]
tree-ssa-operands.h 48 struct GTY((chain_next("%h.next"), variable_size)) ssa_operand_memory_d {
54 struct GTY(()) ssa_operands {
62 struct use_optype_d * GTY ((skip (""))) free_uses;
bitmap.h 152 typedef struct GTY (()) bitmap_obstack {
155 struct obstack GTY ((skip)) obstack;
170 typedef struct GTY((chain_next ("%h.next"), chain_prev ("%h.prev"))) bitmap_element_def {
178 already pointed to by the chain started by first, so GTY((skip)) it. */
180 typedef struct GTY(()) bitmap_head_def {
186 bitmap_element * GTY((skip(""))) current; /* Last element looked at. */
tree-flow.h 38 struct GTY(()) tm_restart_node {
46 struct GTY(()) gimple_df {
65 struct pointer_map_t * GTY((skip(""))) decls_to_pointers;
74 htab_t GTY((param_is (union tree_node))) default_defs;
92 htab_t GTY ((param_is (struct tm_restart_node))) tm_restart;
127 struct GTY(()) ptr_info_def
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
name-lookup.h 34 struct GTY(()) binding_entry_s {
66 struct GTY(()) cxx_binding {
81 typedef struct GTY(()) cxx_saved_binding {
144 typedef struct GTY(()) cp_class_binding {
151 typedef struct GTY(()) cp_label_binding {
183 struct GTY(()) cp_binding_level {
274 extern GTY(()) tree global_namespace;
275 extern GTY(()) tree global_scope_name;
280 extern GTY(()) tree global_type_node;
cp-tree.h 239 struct GTY(()) lang_identifier {
256 struct GTY(()) template_parm_index_s {
265 struct GTY(()) ptrmem_cst {
340 struct GTY(()) tree_overload {
372 struct GTY(()) tree_baselink {
538 struct GTY (()) tree_default_arg {
554 struct GTY (()) tree_deferred_noexcept {
576 struct GTY (()) tree_static_assert {
583 struct GTY (()) tree_argument_pack_select {
630 struct GTY (()) tree_trait_expr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-pragma.h 148 extern GTY(()) tree pragma_extern_prefix;

Completed in 2260 milliseconds

1 2