Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-gimplify.cc1636 *stmt_p = evaluate_concept_check (stmt); in cp_genericize_r()
1701 *stmt_p = evaluate_concept_check (stmt); in cp_genericize_r()
H A DChangeLog-20214391 evaluate_concept_check.
4395 <case TEMPLATE_ID_EXPR>: Adjust call to evaluate_concept_check.
4423 (evaluate_concept_check): Remove 'complain' parameter. Use
4432 to evaluate_concept_check.
4435 <case TEMPLATE_ID_EXPR>: Adjust call to evaluate_concept_check.
4437 (evaluate_concept_check): Remove tsubst_flag_t parameter.
4442 evaluate_concept_check.
H A Dcvt.cc1171 expr = evaluate_concept_check (expr); in convert_to_void()
H A Dconstraint.cc3338 evaluate_concept_check (tree check) in evaluate_concept_check() function
H A Dconstexpr.cc2384 return evaluate_concept_check (t); in cxx_eval_call_expression()
7595 r = evaluate_concept_check (t); in cxx_eval_constant_expression()
H A DChangeLog-2019671 evaluate_concept_check.
686 (evaluate_concept_check): Don't take tsubst_falgs_t. Replay
1896 (evaluate_concept_check): New.
H A Dcp-tree.h8350 extern tree evaluate_concept_check (tree);
H A DChangeLog-2020610 (evaluate_concept_check): Pass a sat_info object to
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-gimplify.c1858 *stmt_p = evaluate_concept_check (stmt, tf_warning_or_error); in cp_genericize_r()
1930 *stmt_p = evaluate_concept_check (stmt, tf_warning_or_error); in cp_genericize_r()
H A Dcvt.c1164 expr = evaluate_concept_check (expr, tf_warning_or_error); in convert_to_void()
H A Dconstraint.cc2888 evaluate_concept_check (tree check, tsubst_flags_t complain) in evaluate_concept_check() function
H A Dconstexpr.c2177 return evaluate_concept_check (t, tf_warning_or_error); in cxx_eval_call_expression()
6708 r = evaluate_concept_check (t, tf_warning_or_error); in cxx_eval_constant_expression()
H A Dcp-tree.h7925 extern tree evaluate_concept_check (tree, tsubst_flags_t);