Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c4264 tree bound_args = make_tree_vec (parm_depth); local
4283 SET_TMPL_ARGS_LEVEL (bound_args, i, a);
4295 arglist = bound_args;
/openbsd/gnu/gcc/gcc/cp/
H A Dpt.c4670 tree bound_args = make_tree_vec (parm_depth); in lookup_template_class() local
4691 SET_TMPL_ARGS_LEVEL (bound_args, i, a); in lookup_template_class()
4703 arglist = bound_args; in lookup_template_class()