Searched refs:typenames (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Derror.c300 vec<tree, va_gc> *typenames)
351 /* Don't bother with typenames for a partial instantiation. */
352 if (vec_safe_is_empty (typenames) || uses_template_parms (args))
355 /* Don't try to print typenames when we're processing a clone. */
360 FOR_EACH_VEC_SAFE_ELT (typenames, i, t)
1382 vec<tree, va_gc> *typenames; member in struct:find_typenames_t
1408 vec_safe_push (d->typenames, mv);
1424 ft.typenames = NULL;
1428 return ft.typenames;
1444 vec<tree, va_gc> *typenames local
299 dump_template_bindings(cxx_pretty_printer *pp, tree parms, tree args, vec<tree, va_gc> *typenames) argument
[all...]

Completed in 87 milliseconds