| /NextBSD/contrib/gcc/ |
| HD | cgraph.h | 52 struct cgraph_local_info GTY(()) struct 55 int self_insns; 59 unsigned local : 1; 62 unsigned externally_visible : 1; 65 unsigned finalized : 1; 89 struct cgraph_global_info GTY(()) argument 107 struct cgraph_rtl_info GTY(()) argument 115 struct cgraph_node GTY((chain_next ("%h.next"), chain_prev ("%h.previous"))) struct 138 htab_t GTY((param_is (struct cgraph_edge))) call_site_hash; argument 142 struct cgraph_local_info local; [all …]
|
| HD | function.h | 28 struct var_refs_queue GTY(()) struct 41 struct sequence_stack GTY(()) argument 59 struct emit_status GTY(()) argument 63 int x_reg_rtx_no; 66 int x_first_label_num; 73 rtx x_first_insn; 74 rtx x_last_insn; 99 unsigned char * GTY ((length ("%h.x_reg_rtx_no"))) argument 114 struct expr_status GTY(()) struct 118 int x_pending_stack_adjust; [all …]
|
| HD | cselib.h | 23 typedef struct cselib_val_struct GTY(()) struct 30 rtx GTY ((tag ("1"))) val_rtx; argument 46 struct elt_loc_list GTY(()) argument 59 struct elt_list GTY(()) argument 61 struct elt_list *next; 62 cselib_val *elt;
|
| HD | tree-flow.h | 69 struct ptr_info_def GTY(()) struct 73 unsigned int pt_anything : 1; 76 unsigned int value_escapes_p : 1; 79 unsigned int is_dereferenced : 1; 82 unsigned int pt_global_mem : 1; 106 struct tree_ann_common_d GTY(()) argument 113 PTR GTY ((skip (""))) aux; argument 147 struct subvar GTY(()) struct 156 struct var_ann_d GTY(()) argument 158 struct tree_ann_common_d common; [all …]
|
| HD | tree.h | 355 struct tree_common GTY(()) struct 357 tree chain; 358 tree type; 359 union tree_ann_d *ann; 363 unsigned side_effects_flag : 1; 364 unsigned constant_flag : 1; 365 unsigned addressable_flag : 1; 366 unsigned volatile_flag : 1; 367 unsigned readonly_flag : 1; 368 unsigned unsigned_flag : 1; [all …]
|
| HD | output.h | 466 struct section_common GTY(()) { struct 472 struct named_section GTY(()) { struct 488 struct unnamed_section GTY(()) { argument 493 unnamed_section_callback GTY ((skip)) callback; argument 514 struct noswitch_section GTY(()) { argument 518 noswitch_section_callback GTY ((skip)) callback; argument 522 union section GTY ((desc ("SECTION_STYLE (&(%h))"))) union
|
| HD | bitmap.h | 44 typedef struct bitmap_obstack GTY (()) struct 48 struct obstack GTY ((skip)) obstack; argument 63 typedef struct bitmap_element_def GTY(()) struct 72 typedef struct bitmap_head_def GTY(()) { argument 73 bitmap_element *first; /* First element in linked list. */ 74 bitmap_element *current; /* Last element looked at. */ 75 unsigned int indx; /* Index of last element looked at. */ 76 bitmap_obstack *obstack; /* Obstack to allocate elements from.
|
| HD | except.h | 171 struct throw_stmt_node GTY(()) struct 173 tree stmt; 174 int region_nr;
|
| HD | basic-block.h | 118 struct edge_def GTY(()) struct 126 rtx GTY ((tag ("0"))) r; argument 134 source_locus goto_locus; 136 int flags; /* see EDGE_* below */ 137 int probability; /* biased by REG_BR_PROB_BASE */ 138 gcov_type count; /* Expected number of executions calculated 143 unsigned int dest_idx; 214 struct basic_block_def GTY((chain_next ("%h.next_bb"), chain_prev ("%h.prev_bb"))) struct 224 PTR GTY ((skip (""))) aux; argument 237 struct rtl_bb_info * GTY ((tag ("1"))) rtl; argument [all …]
|
| HD | integrate.c | 55 typedef struct initial_value_pair GTY(()) { struct 59 typedef struct initial_value_struct GTY(()) { argument 62 initial_value_pair * GTY ((length ("%h.num_entries"))) entries; argument
|
| HD | except.c | 100 struct ehl_map_entry GTY(()) struct 106 static GTY(()) int call_site_base; argument 119 struct eh_region GTY(()) struct 122 struct eh_region *outer; 125 struct eh_region *inner; 126 struct eh_region *next_peer; 129 int region_number; 154 } GTY ((tag ("ERT_TRY"))) try; argument 204 struct call_site_record GTY(()) argument 214 struct eh_status GTY(()) struct [all …]
|
| HD | tree-nested.c | 80 struct var_map_elt GTY(()) struct 86 struct nesting_info GTY ((chain_next ("%h.next"))) argument 92 htab_t GTY ((param_is (struct var_map_elt))) field_map; argument 94 bitmap suppress_expansion; 96 tree context; 97 tree new_local_var_chain; 98 tree debug_var_chain; 99 tree frame_type; 100 tree frame_decl; 101 tree chain_field; [all …]
|
| HD | c-tree.h | 36 struct lang_decl GTY(()) struct 60 struct lang_type GTY(()) struct 65 tree enum_min; 66 tree enum_max; 70 tree objc_info; 382 struct language_function GTY(()) struct 387 struct c_switch * GTY((skip)) x_switch_stack; argument 389 int returns_value; 390 int returns_null; 391 int returns_abnormally; [all …]
|
| HD | dwarf2out.c | 186 typedef union dw_cfi_oprnd_struct GTY(()) union 195 typedef struct dw_cfi_struct GTY(()) struct 199 dw_cfi_oprnd GTY ((desc ("dw_cfi_oprnd1_desc (%1.dw_cfi_opc)"))) argument 211 typedef struct cfa_loc GTY(()) struct 225 typedef struct dw_fde_struct GTY(()) argument 227 tree decl; 228 const char *dw_fde_begin; 229 const char *dw_fde_current_label; 230 const char *dw_fde_end; 231 const char *dw_fde_hot_section_label; [all …]
|
| /NextBSD/contrib/gcc/cp/ |
| HD | name-lookup.h | 35 struct binding_entry_s GTY(()) struct 37 binding_entry chain; 38 tree name; 39 tree type; 67 struct cxx_binding GTY(()) struct 85 typedef struct cxx_saved_binding GTY(()) struct 88 tree identifier; 90 cxx_binding *binding; 91 tree real_type_value; 145 typedef struct cp_class_binding GTY(()) struct [all …]
|
| HD | cp-tree.h | 200 struct lang_identifier GTY(()) struct 218 struct template_parm_index_s GTY(()) struct 228 struct tinst_level_s GTY(()) argument 237 struct ptrmem_cst GTY(()) argument 239 struct tree_common common; 242 rtx rtl; 243 tree member; 320 struct tree_overload GTY(()) struct 322 struct tree_common common; 323 tree function; [all …]
|
| /NextBSD/contrib/gcclibs/libcpp/include/ |
| HD | cpp-id-data.h | 28 struct answer GTY(()) struct 32 cpp_token GTY ((length ("%h.count"))) first[1]; argument 37 struct cpp_macro GTY(()) struct 51 cpp_token * GTY ((tag ("0"), length ("%0.count"))) tokens; argument 56 source_location line; 59 unsigned int count; 62 unsigned short paramc; 65 unsigned int fun_like : 1; 68 unsigned int variadic : 1; 71 unsigned int syshdr : 1; [all …]
|
| HD | symtab.h | 22 #define GTY(x) /* nothing */ macro 27 struct ht_identifier GTY(()) struct 29 const unsigned char *str; 30 unsigned int len; 31 unsigned int hash_value;
|
| /NextBSD/contrib/gdb/include/ |
| HD | hashtab.h | 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 127 htab_alloc_with_arg alloc_with_arg_f; 128 htab_free_with_arg free_with_arg_f;
|
| HD | splay-tree.h | 40 #define GTY(X) macro 81 struct splay_tree_node_s GTY(()) struct 95 struct splay_tree_s GTY(()) struct 112 PTR GTY((skip (""))) allocate_data; argument
|
| /NextBSD/contrib/binutils/include/ |
| HD | hashtab.h | 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 136 htab_alloc_with_arg alloc_with_arg_f; 137 htab_free_with_arg free_with_arg_f; 141 unsigned int size_prime_index;
|
| HD | splay-tree.h | 40 #define GTY(X) macro 81 struct splay_tree_node_s GTY(()) struct 95 struct splay_tree_s GTY(()) struct 112 void * GTY((skip)) allocate_data; argument
|
| /NextBSD/contrib/gcclibs/include/ |
| HD | hashtab.h | 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 136 htab_alloc_with_arg alloc_with_arg_f; 137 htab_free_with_arg free_with_arg_f; 141 unsigned int size_prime_index;
|
| HD | splay-tree.h | 40 #define GTY(X) macro 81 struct splay_tree_node_s GTY(()) struct 95 struct splay_tree_s GTY(()) struct 112 void * GTY((skip)) allocate_data; argument
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | winnt.c | 640 struct extern_list GTY(()) struct 647 static GTY(()) struct extern_list *extern_head; argument 669 struct export_list GTY(()) struct 676 static GTY(()) struct export_list *export_head; argument
|