Home
last modified time | relevance | path

Searched refs:tempvec (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c5837 vec<tree, va_gc> *tempvec; in add_candidates() local
5838 vec_alloc (tempvec, args->length () - 1); in add_candidates()
5840 tempvec->quick_push (arg); in add_candidates()
5841 non_static_args = tempvec; in add_candidates()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc6168 vec<tree, va_gc> *tempvec; in add_candidates() local
6169 vec_alloc (tempvec, args->length () - 1); in add_candidates()
6171 tempvec->quick_push (arg); in add_candidates()
6172 non_static_args = tempvec; in add_candidates()