Home
last modified time | relevance | path

Searched refs:VEC_copy (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dvec.h223 #define VEC_copy(T,A,V) (VEC_OP(T,A,copy)(VEC_BASE(V) MEM_STAT_INFO)) macro
Dtree-inline.c2362 CONSTRUCTOR_ELTS (new) = VEC_copy (constructor_elt, gc, in copy_tree_r()
Dtree-ssa-pre.c1013 result = VEC_copy (tree, gc, vuses); in VEC()
Dgenautomata.c5787 *to = VEC_copy (state_t,heap, from); in copy_equiv_class()
/openbsd/src/gnu/gcc/gcc/cp/
Dpt.c9381 n = VEC_copy (constructor_elt, gc, CONSTRUCTOR_ELTS (t)); in tsubst_copy_and_build()