Searched refs:check_constexpr_ctor_body (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dconstexpr.c425 /* Subroutine of check_constexpr_ctor_body. */
438 return check_constexpr_ctor_body (last, TREE_OPERAND (list, 0),
443 || !check_constexpr_ctor_body (last, BIND_EXPR_BODY (list),
461 check_constexpr_ctor_body (tree last, tree list, bool complain) function
H A Dcp-tree.h6423 extern bool check_constexpr_ctor_body (tree, tree, bool);
H A Dparser.c19269 check_constexpr_ctor_body (last, list, /*complain=*/true);

Completed in 207 milliseconds