Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dconstraint.cc1392 finish_template_introduction (tree tmpl_decl, tree intro_list) in finish_template_introduction() argument
1395 tree expr = build_concept_check (tmpl_decl, NULL_TREE, intro_list); in finish_template_introduction()
1406 int nargs = MIN (TREE_VEC_LENGTH (parms), TREE_VEC_LENGTH (intro_list)); in finish_template_introduction()