Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2014500 (check_constexpr_ctor_body): Do nothing in C++14.
787 check_constexpr_ctor_body, sort_constexpr_mem_initializers,
886 (check_constexpr_ctor_body): Use it; add bool parameter.
894 Adjust check_constexpr_ctor_body call.
897 * cp-tree.h (check_constexpr_ctor_body): Update declaration.
942 (check_constexpr_ctor_body, massage_constexpr_body): Use it.
H A Dconstexpr.cc478 return check_constexpr_ctor_body (last, TREE_OPERAND (list, 0), in check_constexpr_ctor_body_1()
483 || !check_constexpr_ctor_body (last, BIND_EXPR_BODY (list), in check_constexpr_ctor_body_1()
502 check_constexpr_ctor_body (tree last, tree list, bool complain) in check_constexpr_ctor_body() function
H A Dcp-tree.h8414 extern bool check_constexpr_ctor_body (tree, tree, bool);
H A DChangeLog-2013192 * semantics.c (check_constexpr_ctor_body): Check for BIND_EXPR_VARS.
H A DChangeLog-2010474 * semantics.c (check_constexpr_ctor_body): New fn.
H A DChangeLog-2017507 (check_constexpr_ctor_body): Likewise.
H A Dparser.cc25124 check_constexpr_ctor_body (last, list, /*complain=*/true); in cp_parser_ctor_initializer_opt_and_function_body()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c475 return check_constexpr_ctor_body (last, TREE_OPERAND (list, 0), in check_constexpr_ctor_body_1()
480 || !check_constexpr_ctor_body (last, BIND_EXPR_BODY (list), in check_constexpr_ctor_body_1()
499 check_constexpr_ctor_body (tree last, tree list, bool complain) in check_constexpr_ctor_body() function
H A Dcp-tree.h7964 extern bool check_constexpr_ctor_body (tree, tree, bool);
H A Dparser.c23160 check_constexpr_ctor_body (last, list, /*complain=*/true); in cp_parser_ctor_initializer_opt_and_function_body()