Home
last modified time | relevance | path

Searched refs:gc (Results 1 – 25 of 176) sorted by relevance

12345678

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dparser.h33 VEC (deferred_access_check, gc)* checks;
73 DEF_VEC_ALLOC_O (cp_token,gc);
89 VEC(cp_token,gc) *buffer;
135 DEF_VEC_ALLOC_P (cp_token_cache_ptr,gc);
160 DEF_VEC_ALLOC_O(cp_default_arg_entry,gc);
167 VEC(cp_default_arg_entry,gc) *funs_with_default_args;
171 VEC(tree,gc) *funs_with_definitions;
175 VEC(tree,gc) *nsdmis;
179 DEF_VEC_ALLOC_O(cp_unparsed_functions_entry,gc);
347 VEC(cp_unparsed_functions_entry,gc) *unparsed_queues;
[all …]
H A Dname-lookup.h90 DEF_VEC_ALLOC_O(cxx_saved_binding,gc);
151 DEF_VEC_ALLOC_O(cp_class_binding,gc);
161 DEF_VEC_ALLOC_O(cp_label_binding,gc);
198 VEC(tree,gc) *static_decls;
209 VEC(cp_class_binding,gc) *class_shadowed;
220 VEC(cp_label_binding,gc) *shadowed_labels;
237 VEC(tree,gc) *dead_vars_from_for;
330 extern tree lookup_function_nonclass (tree, VEC(tree,gc) *, bool);
346 extern tree lookup_arg_dependent (tree, tree, VEC(tree,gc) *, bool);
H A Drtti.c77 DEF_VEC_ALLOC_O(tinfo_s,gc);
96 VEC(tree,gc) *unemitted_tinfo_decls;
101 static GTY (()) VEC(tinfo_s,gc) *tinfo_descs;
870 VEC(constructor_elt,gc) *v; in tinfo_base_init()
932 v = VEC_alloc (constructor_elt, gc, 2); in tinfo_base_init()
969 VEC(constructor_elt,gc) *v = VEC_alloc (constructor_elt, gc, 3); in ptr_initializer()
997 VEC(constructor_elt,gc) *v = VEC_alloc (constructor_elt, gc, 4); in ptm_initializer()
1025 VEC(constructor_elt,gc) *v = VEC_alloc (constructor_elt, gc, n+1); in class_initializer()
1115 VEC(constructor_elt,gc) *init_vec = NULL; in get_pseudo_ti_init()
1129 VEC(constructor_elt,gc) *v; in get_pseudo_ti_init()
[all …]
H A Dname-lookup.c1535 VEC_alloc (tree, gc, in begin_scope()
4420 VEC(tree,gc) *seen = NULL; in qualified_lookup_using_namespace()
4423 VEC(tree,gc) *todo = NULL; in qualified_lookup_using_namespace()
4481 VEC_free (tree,gc,todo); in qualified_lookup_using_namespace()
4482 VEC_free (tree,gc,todo_maybe); in qualified_lookup_using_namespace()
4483 VEC_free (tree,gc,todo_inline); in qualified_lookup_using_namespace()
4484 VEC_free (tree,gc,seen); in qualified_lookup_using_namespace()
4485 VEC_free (tree,gc,seen_inline); in qualified_lookup_using_namespace()
5012 VEC(tree,gc) *args;
5013 VEC(tree,gc) *namespaces;
[all …]
H A Dcall.c509 const VEC(tree,gc) *args;
2664 VEC(tree,gc) *types[2]; in add_builtin_candidates()
3344 VEC(tree,gc) *args; in add_list_candidates()
3398 VEC(tree,gc) *args = NULL; in build_user_type_conversion_1()
3726 static VEC(tree,gc) * in VEC() argument
4844 VEC(tree,gc) *tempvec in add_candidates()
4891 VEC(tree,gc) *arglist; in build_new_op_1()
5449 VEC(tree,gc) *args = VEC_alloc (tree, gc, 2); in build_op_delete_call()
5454 VEC_free (tree, gc, args); in build_op_delete_call()
5513 VEC(tree,gc) *args; in build_temp()
[all …]
H A Dinit.c188 VEC(constructor_elt,gc) *v = NULL; in build_zero_init_1()
237 VEC(constructor_elt,gc) *v = NULL; in build_zero_init_1()
397 VEC(constructor_elt,gc) *v = NULL; in build_value_init_noctor()
434 VEC(constructor_elt,gc) *v = NULL; in build_value_init_noctor()
806 VEC(tree,gc) *vbases; in sort_mem_initializers()
1545 VEC(tree,gc) *parms; in expand_default_init()
1729 VEC(tree,gc)* cleanups = NULL; in expand_aggr_init_1()
2771 VEC(tree,gc) *orig_placement = NULL; in build_new()
2773 VEC(tree,gc) *orig_init = NULL; in build_new()
3297 VEC(constructor_elt,gc) *new_vec; in build_vec_init()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-next-runtime-abi-02.c1083 VEC(tree,gc) *vec = VEC_alloc (tree, gc, 1); in next_runtime_abi_02_get_class_reference()
1093 VEC_free (tree, gc, vec); in next_runtime_abi_02_get_class_reference()
1120 VEC_safe_push (tree, gc, *argtypes, in next_runtime_abi_02_get_arg_type_list_base()
1205 DEF_VEC_ALLOC_O(msgref_entry, gc);
1752 VEC(constructor_elt,gc) *v = NULL; in next_runtime_abi_02_build_const_string_constructor()
2305 VEC(constructor_elt,gc) *v = NULL; in generate_v2_meth_descriptor_table()
2619 VEC(constructor_elt,gc) *v = NULL; in generate_v2_dispatch_table()
2653 VEC(constructor_elt,gc) *v = NULL; in build_v2_category_initializer()
2771 DEF_VEC_ALLOC_O(ivarref_entry, gc);
3638 VEC(tree, gc) *parms = VEC_alloc (tree, gc, 1); in build_throw_stmt()
[all …]
H A Dobjc-gnu-runtime-abi-01.c667 VEC(tree, gc) *parms; in build_objc_method_call()
668 VEC(tree, gc) *tv; in build_objc_method_call()
698 tv = VEC_alloc (tree, gc, 2); in build_objc_method_call()
705 VEC_free (tree, gc, tv); in build_objc_method_call()
720 VEC_free (tree, gc, parms); in build_objc_method_call()
907 VEC(constructor_elt,gc) *v = NULL; in gnu_runtime_abi_01_build_const_string_constructor()
1129 VEC(constructor_elt,gc) *v = NULL; in generate_protocol_list()
1207 VEC(constructor_elt,gc) *v = NULL; in generate_v1_meth_descriptor_table()
1815 VEC(constructor_elt,gc) *v ; in build_gnu_selector_translation_table()
2214 VEC(tree, gc) *parms = VEC_alloc (tree, gc, 1); in build_throw_stmt()
[all …]
H A Dobjc-runtime-shared-support.c349 VEC(constructor_elt,gc) *inits = NULL; in build_descriptor_table_initializer()
353 VEC(constructor_elt,gc) *elts = NULL; in build_descriptor_table_initializer()
374 VEC(constructor_elt,gc) *inits = NULL; in build_dispatch_table_initializer()
378 VEC(constructor_elt,gc) *elems = NULL; in build_dispatch_table_initializer()
436 VEC(constructor_elt,gc) *v = NULL; in init_module_descriptor()
531 VEC(constructor_elt,gc) *inits = NULL; in build_ivar_list_initializer()
535 VEC(constructor_elt,gc) *ivar = NULL; in build_ivar_list_initializer()
H A Dobjc-next-runtime-abi-01.c823 VEC(tree, gc) *parms; in build_objc_method_call()
884 VEC_free (tree, gc, parms); in build_objc_method_call()
1009 VEC(constructor_elt,gc) *v = NULL; in next_runtime_abi_01_build_const_string_constructor()
1149 VEC(constructor_elt,gc) *v = NULL; in generate_v1_meth_descriptor_table()
1190 VEC(constructor_elt,gc) *v = NULL; in generate_v1_objc_protocol_extension()
1369 VEC(constructor_elt,gc) *v = NULL; in generate_v1_protocol_list()
1663 VEC(constructor_elt,gc) *v = NULL; in generate_dispatch_table()
1698 VEC(constructor_elt,gc) *v = NULL; in build_v1_category_initializer()
1811 VEC(constructor_elt,gc) *v = NULL; in generate_objc_class_ext()
2865 VEC(tree, gc) *parms = VEC_alloc (tree, gc, 1); in build_throw_stmt()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dvecir.h29 DEF_VEC_ALLOC_P(tree,gc);
35 DEF_VEC_ALLOC_P(gimple,gc);
44 DEF_VEC_ALLOC_P(gimple_seq,gc);
50 DEF_VEC_ALLOC_P(rtx,gc);
H A Dexcept.h193 DEF_VEC_ALLOC_P(eh_region, gc);
197 DEF_VEC_ALLOC_P(eh_landing_pad, gc);
208 VEC(eh_region,gc) *region_array;
211 VEC(eh_landing_pad,gc) *lp_array;
219 VEC(tree,gc) *ttype_data;
226 VEC(tree,gc) * GTY((tag ("1"))) arm_eabi;
227 VEC(uchar,gc) * GTY((tag ("0"))) other;
H A Dipa-inline.h37 DEF_VEC_ALLOC_O (condition, gc);
39 typedef VEC(condition,gc) *conditions;
72 DEF_VEC_ALLOC_O (size_time_entry, gc);
104 VEC(size_time_entry,gc) *entry;
110 DEF_VEC_ALLOC_O(inline_summary_t,gc);
111 extern GTY(()) VEC(inline_summary_t,gc) *inline_summary_vec;
H A Dfunction.h148 DEF_VEC_ALLOC_P(call_site_record, gc);
159 VEC(uchar,gc) *action_record_data;
161 VEC(call_site_record,gc) *call_site_record[2];
178 DEF_VEC_ALLOC_P(temp_slot_p,gc);
317 VEC(temp_slot_p,gc) *x_used_temp_slots;
539 VEC(tree,gc) *local_decls;
645 VEC_safe_push (tree, gc, fun->local_decls, d); in add_local_decl()
689 extern GTY(()) VEC(tree,gc) *types_used_by_cur_var_decl;
H A Dtree-ssanames.c78 SSANAMES (fn) = VEC_alloc (tree, gc, size); in init_ssanames()
98 VEC_free (tree, gc, SSANAMES (cfun)); in fini_ssanames()
99 VEC_free (tree, gc, FREE_SSANAMES (cfun)); in fini_ssanames()
143 VEC_safe_push (tree, gc, SSANAMES (fn), t); in make_ssa_name_fn()
237 VEC_safe_push (tree, gc, FREE_SSANAMES (cfun), var); in release_ssa_name()
344 VEC_free (tree, gc, FREE_SSANAMES (cfun)); in release_dead_ssa_names()
H A Dipa-prop.h150 DEF_VEC_ALLOC_O (ipa_jump_func_t, gc);
241 VEC (ipa_jump_func_t, gc) *jump_functions;
272 DEF_VEC_ALLOC_O (ipa_edge_args_t, gc);
277 extern GTY(()) VEC (ipa_edge_args_t, gc) *ipa_edge_args_vector;
323 ipa_edge_args_vector = VEC_alloc (ipa_edge_args_t, gc, in ipa_check_create_edge_args()
328 VEC_safe_grow_cleared (ipa_edge_args_t, gc, ipa_edge_args_vector, in ipa_check_create_edge_args()
H A Dbasic-block.h65 DEF_VEC_ALLOC_P(edge,gc);
135 VEC(edge,gc) *preds;
136 VEC(edge,gc) *succs;
198 DEF_VEC_ALLOC_P(basic_block,gc);
311 VEC(basic_block,gc) *x_basic_block_info;
327 VEC(basic_block,gc) *x_label_to_block_map;
609 VEC(edge,gc) **container;
612 static inline VEC(edge,gc) * in VEC() argument
624 ei_start_1 (VEC(edge,gc) **ev) in ei_start_1()
637 ei_last_1 (VEC(edge,gc) **ev) in ei_last_1()
[all …]
H A Dtree-ssa-propagate.c146 static GTY(()) VEC(gimple,gc) *interesting_ssa_edges;
162 static GTY(()) VEC(gimple,gc) *varying_ssa_edges;
268 VEC_safe_push (gimple, gc, varying_ssa_edges, use_stmt); in add_ssa_edge()
270 VEC_safe_push (gimple, gc, interesting_ssa_edges, use_stmt); in add_ssa_edge()
366 process_ssa_edge_worklist (VEC(gimple,gc) **worklist) in process_ssa_edge_worklist()
489 interesting_ssa_edges = VEC_alloc (gimple, gc, 20); in ssa_prop_init()
490 varying_ssa_edges = VEC_alloc (gimple, gc, 20); in ssa_prop_init()
532 VEC_free (gimple, gc, interesting_ssa_edges); in ssa_prop_fini()
533 VEC_free (gimple, gc, varying_ssa_edges); in ssa_prop_fini()
H A Dcoverage.c125 static VEC(constructor_elt,gc) *coverage_obj_fn
127 static void coverage_obj_finish (VEC(constructor_elt,gc) *);
756 VEC(constructor_elt,gc) *v1 = NULL; in build_fn_info()
757 VEC(constructor_elt,gc) *v2 = NULL; in build_fn_info()
787 VEC(constructor_elt,gc) *ctr = NULL; in build_fn_info()
890 VEC(constructor_elt,gc) *v1 = NULL; in build_info()
891 VEC(constructor_elt,gc) *v2 = NULL; in build_info()
1038 static VEC(constructor_elt,gc) * in VEC() argument
1039 coverage_obj_fn (VEC(constructor_elt,gc) *ctor, tree fn, in VEC()
1057 coverage_obj_finish (VEC(constructor_elt,gc) *ctor) in coverage_obj_finish()
[all …]
H A Dipa-ref.c45 VEC(ipa_ref_t,gc) *old_references; in ipa_record_reference()
54 VEC_safe_grow (ipa_ref_t, gc, list->references, in ipa_record_reference()
107 VEC(ipa_ref_t,gc) *old_references = list2->references; in ipa_remove_reference()
141 VEC_free (ipa_ref_t, gc, list->references); in ipa_remove_all_references()
H A Dcgraph.h139 DEF_VEC_ALLOC_P(ipa_replace_map_p,gc);
143 VEC(ipa_replace_map_p,gc)* tree_map;
262 DEF_VEC_ALLOC_P(cgraph_node_ptr,gc);
276 DEF_VEC_ALLOC_P(varpool_node_ptr,gc);
289 DEF_VEC_ALLOC_P(cgraph_node_set,gc);
295 DEF_VEC_ALLOC_P(varpool_node_set,gc);
533 VEC(ipa_replace_map_p,gc)* tree_map,
582 VEC(ipa_replace_map_p,gc)*,
585 void tree_function_versioning (tree, tree, VEC (ipa_replace_map_p,gc)*,
/dragonfly/contrib/elftoolchain/libelf/
H A Dgelf_cap.c97 gelf_update_cap(Elf_Data *ed, int ndx, GElf_Cap *gc) in gelf_update_cap() argument
110 if (d == NULL || ndx < 0 || gc == NULL || in gelf_update_cap()
141 LIBELF_COPY_U32(cap32, gc, c_tag); in gelf_update_cap()
142 LIBELF_COPY_U32(cap32, gc, c_un.c_val); in gelf_update_cap()
146 *cap64 = *gc; in gelf_update_cap()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple.h2806 return gimple_call_lhs (gc);
2822 return gimple_call_lhs_ptr (gc);
2840 gimple_call_set_lhs (gc, lhs);
3034 return gimple_call_fn (gc);
3050 return gimple_call_fn_ptr (gc);
3106 return gimple_call_fndecl (gc);
3138 return gimple_call_chain (gc);
3171 return gimple_call_num_args (gc);
3470 return gimple_cond_code (gc);
3495 return gimple_cond_lhs (gc);
[all …]
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.h487 VEC(tree,gc) *x_cur_stmt_list;
513 VEC(tree,gc) *local_typedefs;
907 VEC(tree,gc) *, VEC(tree,gc) *);
909 extern tree resolve_overloaded_builtin (location_t, tree, VEC(tree,gc) *);
1002 extern VEC(tree,gc) *make_tree_vector (void);
1003 extern void release_tree_vector (VEC(tree,gc) *);
1004 extern VEC(tree,gc) *make_tree_vector_single (tree);
1005 extern VEC(tree,gc) *make_tree_vector_from_list (tree);
1006 extern VEC(tree,gc) *make_tree_vector_copy (const VEC(tree,gc) *);
/dragonfly/contrib/nvi2/vi/
H A Dv_match.c38 int cnt, isempty, matchc, startc, (*gc)(SCR *, VCS *); in v_match() local
74 gc = cnt & 1 ? cs_prev : cs_next; in v_match()
84 if (gc(sp, &cs)) in v_match()

12345678