Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc1367 build_concept_check (tree target, tree args, tsubst_flags_t complain) in build_concept_check() function
1369 return build_concept_check (target, NULL_TREE, args, complain); in build_concept_check()
1376 build_concept_check (tree decl, tree arg, tree rest, tsubst_flags_t complain) in build_concept_check() function
1395 tree check = build_concept_check (decl, args, tf_warning_or_error); in build_concept_id()
1424 tree check = build_concept_check (decl, wildcard, args, complain); in build_type_constraint()
1499 check = build_concept_check (check, arg, args, tf_warning_or_error); in finish_shorthand_constraint()
1724 tree expr = build_concept_check (tmpl_decl, intro_list, tf_none); in finish_template_introduction()
1775 tree check = build_concept_check (tmpl_decl, in finish_template_introduction()
H A Dcp-tree.h7889 extern tree build_concept_check (tree, tree, tsubst_flags_t);
7890 extern tree build_concept_check (tree, tree, tree, tsubst_flags_t);
H A Dpt.c10158 return build_concept_check (templ, arglist, tf_none); in lookup_template_variable()
19430 tree check = build_concept_check (templ, targs, complain); in tsubst_copy_and_build()
20260 ret = build_concept_check (tmpl, args, tf_warning_or_error); in tsubst_copy_and_build()
28045 expr = build_concept_check (expr, type, args, tf_warning_or_error); in make_constrained_placeholder_type()
29357 check = build_concept_check (cdecl, cargs, tf_none); in do_auto_deduction()
H A Dsemantics.c2617 result = build_concept_check (tmpl, args, tf_warning_or_error); in finish_call_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc1410 build_concept_check (tree target, tree args, tsubst_flags_t complain) in build_concept_check() function
1412 return build_concept_check (target, NULL_TREE, args, complain); in build_concept_check()
1419 build_concept_check (tree decl, tree arg, tree rest, tsubst_flags_t complain) in build_concept_check() function
1438 tree check = build_concept_check (decl, args, tf_warning_or_error); in build_concept_id()
1467 tree check = build_concept_check (decl, wildcard, args, complain); in build_type_constraint()
1542 check = build_concept_check (check, arg, args, tf_warning_or_error); in finish_shorthand_constraint()
1767 tree expr = build_concept_check (tmpl_decl, intro_list, tf_none); in finish_template_introduction()
1818 tree check = build_concept_check (tmpl_decl, in finish_template_introduction()
H A Dcp-tree.h8315 extern tree build_concept_check (tree, tree, tsubst_flags_t);
8316 extern tree build_concept_check (tree, tree, tree, tsubst_flags_t);
H A Dpt.cc10401 return build_concept_check (templ, arglist, tf_none); in lookup_template_variable()
20213 tree check = build_concept_check (templ, targs, complain); in tsubst_copy_and_build()
21113 ret = build_concept_check (tmpl, args, tf_warning_or_error); in tsubst_copy_and_build()
28974 expr = build_concept_check (expr, type, args, tf_warning_or_error); in make_constrained_placeholder_type()
H A Dsemantics.cc2846 result = build_concept_check (tmpl, args, tf_warning_or_error); in finish_call_expr()
H A DChangeLog-20214985 (build_concept_check): Allow empty args.
H A DChangeLog-20201899 processing_template_decl before calling build_concept_check.
H A DChangeLog-20191799 (build_concept_check): Use build_real_concept_check. New overload.