/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | varray.c | 62 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 D | varray.h | 138 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 D | integrate.h | 46 varray_type block_map; 78 varray_type const_equiv_varray; 173 extern varray_type global_const_equiv_varray;
|
H A D | ssa.h | 48 extern GTY(()) varray_type ssa_definition; 51 extern varray_type ssa_uses;
|
H A D | insn-addr.h | 26 extern GTY(()) varray_type insn_addresses_; 29 #define INSN_ADDRESSES_DEFN() varray_type insn_addresses_
|
H A D | except.h | 26 #define varray_type struct varray_head_tag * macro 147 #undef varray_type
|
H A D | ssa-dce.c | 420 varray_type *unprocessed_instructions = (varray_type *) data; 499 varray_type unprocessed_instructions; in ssa_eliminate_dead_code()
|
H A D | regs.h | 70 extern varray_type reg_n_info;
|
H A D | cselib.c | 104 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 D | c-objc-common.c | 45 static GTY(()) varray_type deferred_fns;
|
H A D | except.c | 236 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 D | tree-inline.c | 78 varray_type fns; 93 varray_type target_exprs; 95 varray_type inlined_fns;
|
H A D | function.c | 143 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 D | cfg.c | 83 varray_type basic_block_info;
|
H A D | basic-block.h | 254 extern varray_type basic_block_info;
|
H A D | ssa.c | 93 varray_type ssa_definition; 97 varray_type ssa_rename_from;
|
H A D | dominance.c | 47 varray_type varray;
|
/openbsd/gnu/gcc/gcc/ |
H A D | varray.c | 117 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 D | varray.h | 123 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 D | insn-addr.h | 26 extern GTY(()) varray_type insn_addresses_; 29 #define INSN_ADDRESSES_DEFN() varray_type insn_addresses_
|
H A D | tree-inline.h | 108 void tree_function_versioning (tree, tree, varray_type, bool);
|
H A D | cgraph.h | 321 varray_type);
|
H A D | except.c | 235 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 D | tree.c | 2204 varray_type *fnsp = (varray_type *)fns_p; 2252 varray_type *texps = (varray_type *)target_exprs;
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | tree.c | 2100 varray_type *fnsp = (varray_type *)fns_p; in cp_add_pending_fn_decls()
|