Home
last modified time | relevance | path

Searched refs:varray_type (Results 1 – 25 of 51) sorted by relevance

123

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dvarray.c62 varray_type
69 varray_type ptr;
71 ptr = (varray_type) ggc_alloc_cleared (VARRAY_HDR_SIZE + data_size);
73 ptr = (varray_type) xcalloc (VARRAY_HDR_SIZE + data_size, 1);
84 varray_type
86 varray_type va; in varray_grow()
98 va = (varray_type) ggc_realloc (va, VARRAY_HDR_SIZE + data_size);
100 va = (varray_type) xrealloc ((char *) va, VARRAY_HDR_SIZE + data_size);
112 varray_type va; in varray_clear()
128 varray_type va; in varray_check_failed()
H A Dvarray.h138 typedef struct varray_head_tag *varray_type; typedef
142 extern varray_type varray_init PARAMS ((size_t, enum varray_data_enum,
208 do { if (vp) { free (vp); vp = (varray_type) 0; } } while (0)
211 extern varray_type varray_grow PARAMS ((varray_type, size_t));
222 extern void varray_clear PARAMS ((varray_type));
226 extern void varray_check_failed PARAMS ((varray_type, size_t,
230 (*({ varray_type const _va = (VA); \
H A Dintegrate.h46 varray_type block_map;
78 varray_type const_equiv_varray;
173 extern varray_type global_const_equiv_varray;
H A Dssa.h48 extern GTY(()) varray_type ssa_definition;
51 extern varray_type ssa_uses;
H A Dinsn-addr.h26 extern GTY(()) varray_type insn_addresses_;
29 #define INSN_ADDRESSES_DEFN() varray_type insn_addresses_
H A Dexcept.h26 #define varray_type struct varray_head_tag * macro
147 #undef varray_type
H A Dssa-dce.c420 varray_type *unprocessed_instructions = (varray_type *) data;
499 varray_type unprocessed_instructions; in ssa_eliminate_dead_code()
H A Dregs.h70 extern varray_type reg_n_info;
H A Dcselib.c104 static GTY(()) varray_type reg_values;
105 static GTY((deletable (""))) varray_type reg_values_old;
114 static GTY(()) varray_type used_regs;
115 static GTY((deletable (""))) varray_type used_regs_old;
H A Dc-objc-common.c45 static GTY(()) varray_type deferred_fns;
H A Dexcept.c236 varray_type ttype_data;
237 varray_type ehspec_data;
238 varray_type action_record_data;
342 static void push_uleb128 PARAMS ((varray_type *,
344 static void push_sleb128 PARAMS ((varray_type *, int));
3482 varray_type *data_area; in push_uleb128()
3498 varray_type *data_area; in push_sleb128()
H A Dtree-inline.c78 varray_type fns;
93 varray_type target_exprs;
95 varray_type inlined_fns;
H A Dfunction.c143 static GTY(()) varray_type prologue;
144 static GTY(()) varray_type epilogue;
148 static GTY(()) varray_type sibcall_epilogue;
273 static void reorder_blocks_1 PARAMS ((rtx, tree, varray_type *));
281 static void record_insns PARAMS ((rtx, varray_type *)) ATTRIBUTE_UNUSED;
282 static int contains PARAMS ((rtx, varray_type));
5998 varray_type block_stack; in reorder_blocks()
6038 varray_type *p_block_stack;
7242 varray_type *vecp;
7272 varray_type vec;
H A Dcfg.c83 varray_type basic_block_info;
H A Dbasic-block.h254 extern varray_type basic_block_info;
H A Dssa.c93 varray_type ssa_definition;
97 varray_type ssa_rename_from;
H A Ddominance.c47 varray_type varray;
/openbsd/gnu/gcc/gcc/
H A Dvarray.c117 varray_type
122 varray_type ptr; in varray_init()
143 varray_type
144 varray_grow (varray_type va, size_t n) in varray_grow()
154 varray_type oldva = va; in varray_grow()
180 varray_clear (varray_type va) in varray_clear()
193 varray_check_failed (varray_type va, size_t n, const char *file, int line, in varray_check_failed()
203 varray_underflow (varray_type va, const char *file, int line, in varray_underflow()
H A Dvarray.h123 typedef struct varray_head_tag *varray_type; typedef
127 extern varray_type varray_init (size_t, enum varray_data_enum, const char *);
198 do { if (vp) { free (vp); vp = (varray_type) 0; } } while (0)
201 extern varray_type varray_grow (varray_type, size_t);
212 extern void varray_clear (varray_type);
217 extern void varray_check_failed (varray_type, size_t, const char *, int,
219 extern void varray_underflow (varray_type, const char *, int, const char *)
222 (*({ varray_type const _va = (VA); \
229 varray_type const _va = (VA); \
H A Dinsn-addr.h26 extern GTY(()) varray_type insn_addresses_;
29 #define INSN_ADDRESSES_DEFN() varray_type insn_addresses_
H A Dtree-inline.h108 void tree_function_versioning (tree, tree, varray_type, bool);
H A Dcgraph.h321 varray_type);
H A Dexcept.c235 varray_type ehspec_data;
236 varray_type action_record_data;
312 static void push_uleb128 (varray_type *, unsigned int);
313 static void push_sleb128 (varray_type *, int);
3386 push_uleb128 (varray_type *data_area, unsigned int value) in push_uleb128()
3400 push_sleb128 (varray_type *data_area, int value) in push_sleb128()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtree.c2204 varray_type *fnsp = (varray_type *)fns_p;
2252 varray_type *texps = (varray_type *)target_exprs;
/openbsd/gnu/gcc/gcc/cp/
H A Dtree.c2100 varray_type *fnsp = (varray_type *)fns_p; in cp_add_pending_fn_decls()

123