Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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()
DChangeLog-200511158 * vec.h (VEC_empty, VEC_copy): New macros.
/freebsd-12-stable/contrib/gcc/cp/
Dpt.c9417 n = VEC_copy (constructor_elt, gc, CONSTRUCTOR_ELTS (t)); in tsubst_copy_and_build()