/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constraint.cc | 1367 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 D | cp-tree.h | 7889 extern tree build_concept_check (tree, tree, tsubst_flags_t); 7890 extern tree build_concept_check (tree, tree, tree, tsubst_flags_t);
|
H A D | pt.c | 10158 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 D | semantics.c | 2617 result = build_concept_check (tmpl, args, tf_warning_or_error); in finish_call_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constraint.cc | 1410 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 D | cp-tree.h | 8315 extern tree build_concept_check (tree, tree, tsubst_flags_t); 8316 extern tree build_concept_check (tree, tree, tree, tsubst_flags_t);
|
H A D | pt.cc | 10401 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 D | semantics.cc | 2846 result = build_concept_check (tmpl, args, tf_warning_or_error); in finish_call_expr()
|
H A D | ChangeLog-2021 | 4985 (build_concept_check): Allow empty args.
|
H A D | ChangeLog-2020 | 1899 processing_template_decl before calling build_concept_check.
|
H A D | ChangeLog-2019 | 1799 (build_concept_check): Use build_real_concept_check. New overload.
|