Searched refs:tempvec (Results 1 – 2 of 2) sorted by relevance
5837 vec<tree, va_gc> *tempvec; in add_candidates() local5838 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()
6168 vec<tree, va_gc> *tempvec; in add_candidates() local6169 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()