Searched refs:XRESIZEVEC (Results 1 - 25 of 31) sorted by relevance

12

/openbsd-current/gnu/gcc/fixincludes/
H A Dfixlib.c51 pz_data = XRESIZEVEC (char, pz_data, space_left + space_used + 1 );
75 pz_data = XRESIZEVEC (char, pz_data, space_used+1 );
H A Dserver.c112 pz_text = XRESIZEVEC (char, pz_text, text_size);
127 return XRESIZEVEC (char, pz_text, strlen (pz_text) + 1);
/openbsd-current/gnu/gcc/libcpp/
H A Dmkdeps.c201 d->targetv = XRESIZEVEC (const char *, d->targetv, d->targets_size);
254 d->depv = XRESIZEVEC (const char *, d->depv, d->deps_size);
279 d->vpathv = XRESIZEVEC (const char *, d->vpathv, d->vpaths_size);
280 d->vpathlv = XRESIZEVEC (size_t, d->vpathlv, d->vpaths_size);
405 buf = XRESIZEVEC (char, buf, buf_size);
H A Dcharset.c489 to->text = XRESIZEVEC (uchar, to->text, to->asize);
541 to->text = XRESIZEVEC (uchar, to->text, to->asize);
581 to->text = XRESIZEVEC (uchar, to->text, to->asize);
1091 tbuf->text = XRESIZEVEC (uchar, tbuf->text, tbuf->asize);
1109 tbuf->text = XRESIZEVEC (uchar, tbuf->text, tbuf->asize);
1348 tbuf.text = XRESIZEVEC (uchar, tbuf.text, tbuf.len);
1630 to.text = XRESIZEVEC (uchar, to.text, to.len + 1);
H A Dline-map.c100 set->maps = XRESIZEVEC (struct line_map, set->maps, set->allocated);
H A Dpch.c393 nl->defs = XRESIZEVEC (cpp_hashnode *, nl->defs, nl->asize);
580 data->defns = XRESIZEVEC (uchar *, data->defns, (data->array_size));
H A Dfiles.c282 pchname = XRESIZEVEC (char, pchname, len);
541 buf = XRESIZEVEC (uchar, buf, size + 1);
1216 alloc = XRESIZEVEC (char, alloc, len + 1);
1261 dir->name_map = XRESIZEVEC (const char *, dir->name_map, room);
H A Ddirectives.c247 buf = XRESIZEVEC (const cpp_token *, buf, capacity);
640 buffer = XRESIZEVEC (char, buffer, capacity);
1553 toks = XRESIZEVEC (cpp_token, toks, maxcount);
H A Dmacro.c1031 arg->expanded = XRESIZEVEC (const cpp_token *, arg->expanded,
1292 pfile->macro_buffer = XRESIZEVEC (unsigned char, pfile->macro_buffer,
1746 pfile->macro_buffer = XRESIZEVEC (unsigned char,
H A Dlex.c88 buffer->notes = XRESIZEVEC (_cpp_line_note, buffer->notes,
H A Dtraditional.c110 pfile->out.base = XRESIZEVEC (unsigned char, pfile->out.base, new_size);
H A Dexpr.c1047 pfile->op_stack = XRESIZEVEC (struct op, pfile->op_stack, new_size);
/openbsd-current/gnu/lib/libiberty/src/
H A Dpex-common.c88 obj->remove = XRESIZEVEC (char *, obj->remove, obj->remove_count);
318 obj->children = XRESIZEVEC (long, obj->children, obj->count);
482 obj->status = XRESIZEVEC (int, obj->status, obj->count);
484 obj->time = XRESIZEVEC (struct pex_time, obj->time, obj->count);
H A Ddyn-string.c171 ds->s = XRESIZEVEC (char, ds->s, ds->allocated);
H A Dcplus-dem.c4100 = XRESIZEVEC (char *, work->typevec, work->typevec_size);
4127 = XRESIZEVEC (char *, work->ktypevec, work->ksize);
4156 = XRESIZEVEC (char *, work->btypevec, work->bsize);
4601 s->b = XRESIZEVEC (char, s->b, n);
/openbsd-current/gnu/lib/libiberty/include/
H A Dlibiberty.h320 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro
/openbsd-current/gnu/gcc/gcc/
H A Dgengtype-yacc.y311 char *s = XRESIZEVEC (char, $1, l1 + l2 + 1);
H A Dsched-deps.c1803 true_dependency_cache = XRESIZEVEC (bitmap_head, true_dependency_cache,
1805 output_dependency_cache = XRESIZEVEC (bitmap_head,
1807 anti_dependency_cache = XRESIZEVEC (bitmap_head, anti_dependency_cache,
1810 forward_dependency_cache = XRESIZEVEC (bitmap_head,
1814 spec_dependency_cache = XRESIZEVEC (bitmap_head, spec_dependency_cache,
H A Dsched-rgn.c3103 rgn_table = XRESIZEVEC (region, rgn_table, n_basic_blocks);
3104 rgn_bb_table = XRESIZEVEC (int, rgn_bb_table, n_basic_blocks);
3105 block_to_bb = XRESIZEVEC (int, block_to_bb, last_basic_block);
3106 containing_rgn = XRESIZEVEC (int, containing_rgn, last_basic_block);
H A Dcfgexpand.c218 = XRESIZEVEC (struct stack_var, stack_vars, stack_vars_alloc);
258 stack_vars_conflict = XRESIZEVEC (bool, stack_vars_conflict, size);
H A Dgengtype-yacc.c1499 char *s = XRESIZEVEC (char, (yyvsp[-1].s), l1 + l2 + 1);
H A Dread-rtl.c1377 bellwether_codes = XRESIZEVEC (enum rtx_code, bellwether_codes,
H A Dc-format.c1115 dollar_arguments_used = XRESIZEVEC (char, dollar_arguments_used,
1117 dollar_arguments_pointer_p = XRESIZEVEC (char, dollar_arguments_pointer_p,
/openbsd-current/gnu/gcc/include/
H A Dlibiberty.h320 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dlibiberty.h320 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro

Completed in 321 milliseconds

12