Searched refs:VEC_copy (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | vec.h | 223 #define VEC_copy(T,A,V) (VEC_OP(T,A,copy)(VEC_BASE(V) MEM_STAT_INFO)) macro
|
| D | tree-inline.c | 2362 CONSTRUCTOR_ELTS (new) = VEC_copy (constructor_elt, gc, in copy_tree_r()
|
| D | tree-ssa-pre.c | 1013 result = VEC_copy (tree, gc, vuses); in VEC()
|
| D | genautomata.c | 5787 *to = VEC_copy (state_t,heap, from); in copy_equiv_class()
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | pt.c | 9381 n = VEC_copy (constructor_elt, gc, CONSTRUCTOR_ELTS (t)); in tsubst_copy_and_build()
|