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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc1090 tree outer_gtargs = template_parms_to_args (current_template_parms); local
1091 TREE_VEC_LENGTH (outer_gtargs) = extra_levels;
1092 ci = tsubst_constraint_info (ci, outer_gtargs, tf_none, NULL_TREE);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc1144 tree outer_gtargs = template_parms_to_args (current_template_parms); local
1145 TREE_VEC_LENGTH (outer_gtargs) = extra_levels;
1146 ci = tsubst_constraint_info (ci, outer_gtargs, tf_none, NULL_TREE);

Completed in 124 milliseconds