Searched refs:check_constexpr_ctor_body (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2014 | 500 (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 D | constexpr.cc | 478 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 D | cp-tree.h | 8414 extern bool check_constexpr_ctor_body (tree, tree, bool);
|
| H A D | ChangeLog-2013 | 192 * semantics.c (check_constexpr_ctor_body): Check for BIND_EXPR_VARS.
|
| H A D | ChangeLog-2010 | 474 * semantics.c (check_constexpr_ctor_body): New fn.
|
| H A D | ChangeLog-2017 | 507 (check_constexpr_ctor_body): Likewise.
|
| H A D | parser.cc | 25124 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 D | constexpr.c | 475 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 D | cp-tree.h | 7964 extern bool check_constexpr_ctor_body (tree, tree, bool);
|
| H A D | parser.c | 23160 check_constexpr_ctor_body (last, list, /*complain=*/true); in cp_parser_ctor_initializer_opt_and_function_body()
|