/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
splay-tree.h | 47 #ifndef GTY 48 #define GTY(X) 89 struct splay_tree_node_s GTY(()) 92 splay_tree_key GTY ((use_param1)) key; 95 splay_tree_value GTY ((use_param2)) value; 98 splay_tree_node GTY ((use_params)) left; 99 splay_tree_node GTY ((use_params)) right; 103 struct splay_tree_s GTY(()) 106 splay_tree_node GTY ((use_params)) root; 120 void * GTY((skip)) allocate_data [all...] |
output.h | 473 struct section_common GTY(()) { 479 struct named_section GTY(()) { 495 struct unnamed_section GTY(()) { 500 unnamed_section_callback GTY ((skip)) callback; 501 const void *GTY ((skip)) data; 521 struct noswitch_section GTY(()) { 525 noswitch_section_callback GTY ((skip)) callback; 529 union section GTY ((desc ("SECTION_STYLE (&(%h))"))) 531 struct section_common GTY ((skip)) common; 532 struct named_section GTY ((tag ("SECTION_NAMED"))) named [all...] |
cgraph.h | 54 struct cgraph_local_info GTY(()) 98 struct cgraph_global_info GTY(()) 124 struct cgraph_rtl_info GTY(()) 132 struct cgraph_node GTY((chain_next ("%h.next"), chain_prev ("%h.previous"))) 155 htab_t GTY((param_is (struct cgraph_edge))) call_site_hash; 157 PTR GTY ((skip)) aux; 202 struct cgraph_edge GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller"))) 211 PTR GTY ((skip (""))) aux; 240 struct varpool_node GTY((chain_next ("%h.next"))) 273 struct cgraph_asm_node GTY(()) [all...] |
function.h | 34 struct sequence_stack GTY(()) 43 struct emit_status GTY(()) 83 unsigned char * GTY((skip)) regno_pointer_align; 92 extern GTY ((length ("crtl->emit.x_reg_rtx_no"))) rtx * regno_reg_rtx; 100 struct expr_status GTY(()) 146 struct rtl_eh GTY(()) 160 htab_t GTY ((param_is (struct ehl_map_entry))) exception_handler_label_map; 200 struct varasm_status GTY(()) 211 struct incoming_args GTY(()) 241 struct function_subsections GTY(()) [all...] |
input.h | 27 extern GTY(()) struct line_maps *line_table; 35 typedef struct GTY (())
|
hashtab.h | 41 #ifndef GTY 42 #define GTY(X) 99 struct htab GTY(()) 111 void ** GTY ((use_param, length ("%h.size"))) entries; 135 void * GTY((skip)) alloc_arg;
|
line-map.h | 26 #ifndef GTY 27 #define GTY(x) /* nothing */ 60 struct line_map GTY(()) 74 struct line_maps GTY(()) 76 struct line_map * GTY ((length ("%h.used"))) maps;
|
varray.h | 65 typedef union varray_data_tag GTY (()) { 66 char GTY ((length ("%0.num_elements"), 68 unsigned char GTY ((length ("%0.num_elements"), 70 short GTY ((length ("%0.num_elements"), 72 unsigned short GTY ((length ("%0.num_elements"), 74 int GTY ((length ("%0.num_elements"), 76 unsigned int GTY ((length ("%0.num_elements"), 78 long GTY ((length ("%0.num_elements"), 80 unsigned long GTY ((length ("%0.num_elements"), 82 HOST_WIDE_INT GTY ((length ("%0.num_elements") [all...] |
symtab.h | 23 #ifndef GTY 24 #define GTY(x) /* nothing */ 30 struct ht_identifier GTY(())
|
cpplib.h | 165 struct cpp_string GTY(()) 195 struct cpp_token GTY(()) 205 GTY ((nested_ptr (union tree_node, 212 cpp_token * GTY ((tag ("CPP_TOKEN_FLD_SOURCE"))) source; 215 struct cpp_string GTY ((tag ("CPP_TOKEN_FLD_STR"))) str; 218 unsigned int GTY ((tag ("CPP_TOKEN_FLD_ARG_NO"))) arg_no; 221 unsigned int GTY ((tag ("CPP_TOKEN_FLD_PRAGMA"))) pragma; 222 } GTY ((desc ("cpp_token_val_index (&%1)"))) val; 625 union _cpp_hashnode_value GTY(()) 628 cpp_macro * GTY((tag ("NTV_MACRO"))) macro [all...] |
tree.h | 262 extern GTY(()) tree built_in_decls[(int) END_BUILTINS]; 263 extern GTY(()) tree implicit_built_in_decls[(int) END_BUILTINS]; 356 struct tree_base GTY(()) 393 struct tree_common GTY(()) [all...] |
coretypes.h | 40 #define GTY(x) /* nothing - marker for gengtype */
|
gimple.h | 124 struct gimple_seq_node_d GTY((chain_next ("%h.next"), chain_prev ("%h.prev"))) 132 struct gimple_seq_d GTY ((chain_next ("%h.next_free"))) 261 struct gimple_statement_base GTY(()) 324 struct gimple_statement_with_ops_base GTY(()) 332 bitmap GTY((skip (""))) addresses_taken; 339 struct def_optype_d GTY((skip (""))) *def_ops; 340 struct use_optype_d GTY((skip (""))) *use_ops; 346 struct gimple_statement_with_ops GTY(()) 355 tree GTY((length ("%h.opbase.gsbase.num_ops"))) op[1]; 361 struct gimple_statement_with_memory_ops_base GTY(()) [all...] |
tree-flow.h | 34 /* Forward declare structures for the garbage collector GTY markers. */ 64 struct mem_sym_stats_d GTY(()) 110 struct mem_ref_stats_d GTY(()) 132 struct pointer_map_t * GTY((skip)) mem_sym_stats; 139 struct gimple_df GTY(()) 142 htab_t GTY((param_is (union tree_node))) referenced_vars; 185 htab_t GTY((param_is (union tree_node))) default_defs; 232 struct ptr_info_def GTY(()) 273 struct tree_ann_common_d GTY(()) 284 PTR GTY ((skip (""))) aux; [all...] |
tree-ssa-operands.h | 113 struct ssa_operand_memory_d GTY((chain_next("%h.next"))) 123 struct ssa_operands GTY(()) { 131 struct def_optype_d * GTY ((skip (""))) free_defs; 132 struct use_optype_d * GTY ((skip (""))) free_uses; 133 struct voptype_d * GTY ((skip (""))) vop_free_buckets[NUM_VOP_FREE_BUCKETS]; 134 VEC(tree,heap) * GTY ((skip (""))) mpt_table;
|
basic-block.h | 122 struct edge_def GTY(()) 130 gimple_seq GTY ((tag ("true"))) g; 131 rtx GTY ((tag ("false"))) r; 132 } GTY ((desc ("current_ir_type () == IR_GIMPLE"))) insns; 135 PTR GTY ((skip (""))) aux; 227 struct basic_block_def GTY((chain_next ("%h.next_bb"), chain_prev ("%h.prev_bb"))) 234 PTR GTY ((skip (""))) aux; 240 struct et_node * GTY ((skip (""))) dom[2]; 247 struct gimple_bb_info * GTY ((tag ("0"))) gimple; 248 struct rtl_bb_info * GTY ((tag ("1"))) rtl [all...] |
c-common.h | 145 extern GTY ((length ("(int) RID_MAX"))) tree *ridpointers; 201 struct c_common_identifier GTY(()) 275 extern GTY(()) tree c_global_trees[CTI_MAX]; 279 struct sorted_fields_type GTY(()) 282 tree GTY((length ("%h.len"))) elts[1]; 307 struct stmt_tree_s GTY(()) { 333 struct c_language_function GTY(()) { 869 extern GTY(()) int pending_lang_change; [all...] |
bitmap.h | 45 typedef struct bitmap_obstack GTY (()) 49 struct obstack GTY ((skip)) obstack; 64 typedef struct bitmap_element_def GTY(()) 75 not collected, we can just GTY((skip)) it. */ 77 typedef struct bitmap_head_def GTY(()) { 84 struct bitmap_descriptor GTY((skip)) *desc;
|
real.h | 46 struct real_value GTY(())
|
vec.h | 29 interoperate with the GTY machinery. 109 possible in plain C. Due to the way GTY works, you must annotate 111 GTY(()) tag. You need to do this even if you never declare the GC 474 typedef struct VEC(T,B) GTY(()) \ 478 T GTY ((length ("%h.num"))) vec[1]; \ 482 #define VEC_TA_GTY(T,B,A,GTY) \ 483 typedef struct VEC(T,A) GTY \ [all...] |
options.h | 383 struct cl_optimization GTY(()) 542 struct cl_target_option GTY(()) [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/ |
name-lookup.h | 34 struct binding_entry_s GTY(()) 67 struct cxx_binding GTY(()) 83 typedef struct cxx_saved_binding GTY(()) 147 typedef struct cp_class_binding GTY(()) 181 struct cp_binding_level GTY(()) 278 extern GTY(()) tree global_namespace; 279 extern GTY(()) tree global_scope_name; 284 extern GTY(()) tree global_type_node;
|
cp-tree.h | 227 struct lang_identifier GTY(()) 245 struct template_parm_index_s GTY(()) 255 struct ptrmem_cst GTY(()) 339 struct tree_overload GTY(()) 371 struct tree_baselink GTY(()) 461 struct tree_default_arg GTY (()) 483 struct tree_static_assert GTY (()) 491 struct tree_argument_pack_select GTY (()) 532 struct tree_trait_expr GTY (()) 557 union lang_tree_node GTY((desc ("cp_tree_node_structure (&%h)") [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/ |
arm.h | 126 extern GTY(()) rtx arm_target_insn; 129 extern GTY(()) rtx arm_compare_op0; 130 extern GTY(()) rtx arm_compare_op1; [all...] |