Home
last modified time | relevance | path

Searched refs:VEC (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/dragonfly/contrib/gdb-7/gdb/common/
H A Dvec.h403 #define VEC(T) VEC_##T macro
412 } VEC(T)
454 static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \
471 static inline VEC(T) *VEC_OP (T,merge) (VEC(T) *vec1_, VEC(T) *vec2_) \
494 (VEC(T) **vec_) \
701 (VEC(T) *vec_) \
757 static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \
773 static inline VEC(T) *VEC_OP (T,merge) (VEC(T) *vec1_, VEC(T) *vec2_) \
971 (VEC(T) *vec_) \
1011 static inline VEC(T) *VEC_OP (T,copy) (VEC(T) *vec_) \
[all …]
H A Dgdb_vecs.h32 extern void free_char_ptr_vec (VEC (char_ptr) *char_ptr_vec);
35 make_cleanup_free_char_ptr_vec (VEC (char_ptr) *char_ptr_vec);
37 extern void dirnames_to_char_ptr_vec_append (VEC (char_ptr) **vecp,
40 extern VEC (char_ptr) *dirnames_to_char_ptr_vec (const char *dirnames);
H A Dgdb_vecs.c37 free_char_ptr_vec (VEC (char_ptr) *char_ptr_vec) in free_char_ptr_vec()
52 dirnames_to_char_ptr_vec_append (VEC (char_ptr) **vecp, const char *dirnames) in dirnames_to_char_ptr_vec_append()
85 VEC (char_ptr) * in VEC() function
88 VEC (char_ptr) *retval = NULL; in VEC()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dvec.h502 #define VEC_ASSERT_FAIL(OP,VEC) vec_assert_fail (OP,#VEC VEC_CHECK_PASS) argument
529 } VEC(T,B)
536 } VEC(T,B)
543 } VEC(T,A)
549 } VEC(T,A)
651 (VEC(T,base) *dst_, VEC(T,base) *src_ VEC_CHECK_DECL) \
808 static inline VEC(T,A) *VEC_OP (T,A,copy) (VEC(T,base) *vec_ MEM_STAT_DECL) \
871 (VEC(T,A) **dst_, VEC(T,base) *src_ VEC_CHECK_DECL MEM_STAT_DECL) \
969 (VEC(T,base) *dst_, VEC(T,base) *src_ VEC_CHECK_DECL) \
1185 (VEC(T,A) **dst_, VEC(T,base) *src_ VEC_CHECK_DECL MEM_STAT_DECL) \
[all …]
H A Dtree-data-ref.h84 VEC(tree,heap) *access_fns;
141 VEC (loop_p, heap) *loop_nest;
143 VEC (tree, heap) *parameters;
144 VEC (lambda_vector, gc) *matrix;
318 VEC (loop_p, heap) *loop_nest;
392 VEC (loop_p, heap) **,
394 VEC (ddr_p, heap) **);
429 VEC (ddr_p, heap) **, VEC (loop_p, heap) *,
616 VEC (loop_p, heap) **,
617 VEC (ddr_p, heap) **,
[all …]
H A Dtree-vectorizer.h84 VEC (slp_void_p, heap) *children;
86 VEC (gimple, heap) *stmts;
88 VEC (gimple, heap) *vec_stmts;
126 VEC (int, heap) *load_permutation;
129 VEC (slp_tree, heap) *loads;
162 VEC (gimple, heap) *def_stmts;
238 VEC (loop_p, heap) *loop_nest;
244 VEC (ddr_p, heap) *ddrs;
267 VEC (gimple, heap) *reductions;
351 VEC (ddr_p, heap) *ddrs;
[all …]
H A Dipa-inline.h39 typedef VEC(condition,gc) *conditions;
104 VEC(size_time_entry,gc) *entry;
111 extern GTY(()) VEC(inline_summary_t,gc) *inline_summary_vec;
141 VEC (inline_param_summary_t, heap) *param;
147 extern VEC(inline_edge_summary_t,heap) *inline_edge_summary_vec;
156 extern VEC(int,heap) *node_growth_cache;
157 extern VEC(edge_growth_cache_entry,heap) *edge_growth_cache;
171 VEC (tree, heap) *known_vals,
172 VEC (tree, heap) *known_binfos,
183 bool inline_call (struct cgraph_edge *, bool, VEC (cgraph_edge_p, heap) **, int *);
H A Dipa-prop.h175 VEC (ipa_param_descriptor_t, heap) *descriptors;
184 VEC (tree, heap) *known_vals;
241 VEC (ipa_jump_func_t, gc) *jump_functions;
275 extern VEC (ipa_node_params_t, heap) *ipa_node_params_vector;
277 extern GTY(()) VEC (ipa_edge_args_t, gc) *ipa_edge_args_vector;
346 VEC (cgraph_edge_p, heap) **new_edges);
350 VEC (tree, heap) *known_csts,
351 VEC (tree, heap) *known_binfs);
428 typedef VEC (ipa_parm_adjustment_t, heap) *ipa_parm_adjustment_vec;
430 VEC(tree, heap) *ipa_get_vector_of_formal_parms (tree fndecl);
H A Dtree-ssa-uninit.c435 VEC(edge, heap) **dep_chains = 0; in find_predicates()
436 VEC(edge, heap) *cur_chain = 0; in find_predicates()
535 VEC(edge, heap) **dep_chains = 0; in find_def_preds()
536 VEC(edge, heap) *cur_chain = 0; in find_def_preds()
537 VEC(edge, heap) *def_edges = 0; in find_def_preds()
997 VEC(use_pred_info_t, heap) **preds, in use_pred_not_overlap_with_undef_path_pred()
1098 VEC(gimple, heap) *conds;
1645 VEC(use_pred_info_t, heap) *pred_chain; in normalize_preds()
1646 VEC(use_pred_info_t, heap) *x = 0; in normalize_preds()
1778 VEC(use_pred_info_t, heap) **preds = 0; in is_use_properly_guarded()
[all …]
H A Dtree-loop-distribution.c772 VEC (rdgc, heap) **components) in rdg_build_components()
777 VEC (int, heap) **all_components = XNEWVEC (VEC (int, heap) *, n_components); in rdg_build_components()
862 VEC (bitmap, heap) **partitions) in fuse_partitions_with_similar_memory_accesses()
886 VEC (bitmap, heap) *partitions) in stmt_generated_in_another_partition()
909 VEC (bitmap, heap) *partitions, in add_scalar_computations_to_partition()
940 VEC (int, heap) **other_stores, in rdg_build_partitions()
1092 VEC (int, heap) *starting_vertices) in ldist_gen()
1176 VEC (int, heap) *vertices; in distribute_loop()
1177 VEC (ddr_p, heap) *dependence_relations; in distribute_loop()
1178 VEC (data_reference_p, heap) *datarefs; in distribute_loop()
[all …]
H A Dtree-ssa-sccvn.h68 VEC (tree, heap) *phiargs;
111 VEC (vn_reference_op_s, heap) *operands;
192 void vn_reference_fold_indirect (VEC (vn_reference_op_s, heap) **,
194 void copy_reference_ops_from_ref (tree, VEC(vn_reference_op_s, heap) **);
195 void copy_reference_ops_from_call (gimple, VEC(vn_reference_op_s, heap) **);
197 VEC (vn_reference_op_s, heap) *);
199 VEC (vn_reference_op_s, heap) *,
204 VEC (vn_reference_op_s, heap) *,
H A Dgraphite-scop-detection.c62 VEC (basic_block, heap) *dom; in get_bb_type()
134 move_sd_regions (VEC (sd_region, heap) **source, in move_sd_regions()
135 VEC (sd_region, heap) **target) in move_sd_regions()
268 VEC (data_reference_p, heap) *drs = NULL; in stmt_has_simple_data_refs_p()
424 VEC (sd_region, heap) **, loop_p);
576 VEC (basic_block, heap) *dominated; in scopdet_basic_block_info()
1038 VEC (scop_p, heap) **scops) in build_graphite_scops()
1175 limit_scops (VEC (scop_p, heap) **scops) in limit_scops()
1389 build_scops (VEC (scop_p, heap) **scops) in build_scops()
1559 dot_all_scops (VEC (scop_p, heap) *scops) in dot_all_scops()
[all …]
H A Dbasic-block.h135 VEC(edge,gc) *preds;
136 VEC(edge,gc) *succs;
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() function
624 ei_start_1 (VEC(edge,gc) **ev) in ei_start_1()
637 ei_last_1 (VEC(edge,gc) **ev) in ei_last_1()
866 extern VEC (basic_block, heap) *get_dominated_to_depth (enum cdi_direction,
876 VEC (basic_block, heap) *, bool);
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dtarget-memory.c52 claim_memory (VEC(memory_write_request_s) *blocks, in claim_memory()
53 VEC(memory_write_request_s) **result, in claim_memory()
103 VEC(memory_write_request_s) **flash_blocks) in split_regular_and_flash_blocks()
119 VEC(memory_write_request_s) **r; in split_regular_and_flash_blocks()
155 static VEC(memory_write_request_s) * in VEC() function
161 VEC(memory_write_request_s) *result = NULL; in VEC()
195 static VEC(memory_write_request_s) * in VEC() function
199 VEC(memory_write_request_s) *result = NULL; in VEC()
294 VEC(memory_write_request_s) **v = p; in cleanup_request_data()
305 VEC(memory_write_request_s) **v = p; in cleanup_write_requests_vector()
[all …]
H A Dcompleter.h22 extern VEC (char_ptr) *complete_line (const char *text,
29 extern VEC (char_ptr) *noop_completer (struct cmd_list_element *,
32 extern VEC (char_ptr) *filename_completer (struct cmd_list_element *,
35 extern VEC (char_ptr) *expression_completer (struct cmd_list_element *,
38 extern VEC (char_ptr) *location_completer (struct cmd_list_element *,
41 extern VEC (char_ptr) *command_completer (struct cmd_list_element *,
44 extern VEC (char_ptr) *signal_completer (struct cmd_list_element *,
H A Dcompleter.c108 VEC (char_ptr) * in VEC() function
116 VEC (char_ptr) * in VEC() function
185 VEC (char_ptr) * in VEC() function
191 VEC (char_ptr) *list = NULL; in VEC()
386 VEC (char_ptr) * in VEC() function
428 VEC (char_ptr) *result; in VEC()
507 static VEC (char_ptr) * in VEC() function
768 VEC (char_ptr) * in VEC() function
776 VEC (char_ptr) * in VEC() function
786 VEC (char_ptr) * in VEC() function
[all …]
H A Dsolib-target.c43 VEC(CORE_ADDR) *segment_bases;
47 VEC(CORE_ADDR) *section_bases;
59 static VEC(lm_info_p) * in VEC() function
85 VEC(lm_info_p) **list = user_data; in library_list_start_segment()
102 VEC(lm_info_p) **list = user_data; in library_list_start_section()
121 VEC(lm_info_p) **list = user_data; in library_list_start_library()
134 VEC(lm_info_p) **list = user_data; in library_list_end_library()
164 VEC(lm_info_p) **result = p; in solib_target_free_library_list()
225 static VEC(lm_info_p) * in VEC() function
228 VEC(lm_info_p) *result = NULL; in VEC()
[all …]
H A Dmemory-map.c29 VEC(mem_region_s) * in VEC() function
51 VEC(mem_region_s) **memory_map;
60 void *user_data, VEC(gdb_xml_value_s) *attributes) in memory_map_start_memory()
98 void *user_data, VEC(gdb_xml_value_s) *attributes) in memory_map_start_property()
132 VEC(mem_region_s) **result = p; in clear_result()
177 VEC(mem_region_s) * in VEC() function
180 VEC(mem_region_s) *result = NULL; in VEC()
H A Dbtrace.c72 static VEC (btrace_inst_s) * in VEC() function
73 compute_itrace (VEC (btrace_block_s) *btrace) in VEC()
75 VEC (btrace_inst_s) *itrace; in VEC()
259 static VEC (btrace_func_s) * in VEC() function
260 compute_ftrace (VEC (btrace_inst_s) *itrace) in VEC()
262 VEC (btrace_func_s) *ftrace; in VEC()
396 VEC (btrace_block_s) *btrace; in btrace_fetch()
472 void *user_data, VEC (gdb_xml_value_s) *attributes) in parse_xml_btrace_block()
474 VEC (btrace_block_s) **btrace; in parse_xml_btrace_block()
515 VEC (btrace_block_s) * in VEC() function
[all …]
H A Dprobe.h65 void (*get_probes) (VEC (probe_p) **probes, struct objfile *objfile);
110 void (*gen_info_probes_table_header) (VEC (info_probe_column_s) **heads);
123 VEC (const_char_ptr) **values);
130 extern VEC (probe_ops_cp) *all_probe_ops;
198 extern VEC (probe_p) *find_probes_in_objfile (struct objfile *objfile,
H A Dprobe.c111 VEC (probe_p) *probes; in parse_probes()
178 VEC (probe_p) * in VEC() function
182 VEC (probe_p) *probes, *result = NULL; in VEC()
213 VEC (probe_p) *probes; in find_probe_by_pc()
260 static VEC (probe_p) * in VEC() function
265 VEC (probe_p) *result = NULL; in VEC()
278 VEC (probe_p) *probes; in VEC()
349 VEC (info_probe_column_s) *headings = NULL; in gen_ui_out_table_header_info()
426 VEC (const_char_ptr) *values = NULL; in print_ui_out_info()
495 VEC (probe_p) *probes; in info_probes_for_ops()
[all …]
H A Dlinespec.c127 VEC (symtab_p) *file_symtabs;
225 VEC (symbolp) *symbols;
2656 VEC (symbolp) *symbols;
2695 static VEC (symbolp) * in VEC() function
2854 VEC (symbolp) *sym_classes, VEC (symbolp) **symbols, in find_method()
2948 VEC (symtab_p) *symtabs;
2974 static VEC (symtab_p) * in VEC() function
3002 static VEC (symtab_p) * in VEC() function
3005 VEC (symtab_p) *result; in VEC()
3187 static VEC (symbolp) * in VEC() function
[all …]
H A Dbtrace.h107 VEC (btrace_block_s) *btrace;
108 VEC (btrace_inst_s) *itrace;
109 VEC (btrace_func_s) *ftrace;
140 extern VEC (btrace_block_s) *parse_xml_btrace (const char*);
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dparser.h33 VEC (deferred_access_check, gc)* checks;
89 VEC(cp_token,gc) *buffer;
103 VEC(cp_token_position,heap) *GTY ((skip)) saved_tokens;
167 VEC(cp_default_arg_entry,gc) *funs_with_default_args;
171 VEC(tree,gc) *funs_with_definitions;
175 VEC(tree,gc) *nsdmis;
347 VEC(cp_unparsed_functions_entry,gc) *unparsed_queues;
359 extern void cp_lexer_debug_tokens (VEC(cp_token,gc) *);
H A Dname-lookup.h198 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);

12345678910>>...14