Searched refs:is_valid_constexpr_fn (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2011 | 59 * semantics.c (is_valid_constexpr_fn): In case of constexpr 1770 * semantics.c (register_constexpr_fundef): Call is_valid_constexpr_fn. 2554 (is_valid_constexpr_fn): Likewise. 3359 (is_valid_constexpr_fn): Revert deferral changes. 3415 (is_valid_constexpr_fn): Add defer_ok parm. 3811 (is_valid_constexpr_fn): Adjust. 4281 * semantics.c (is_valid_constexpr_fn): Don't check completeness. 4283 * semantics.c (is_valid_constexpr_fn): Specify input location.
|
H A D | constexpr.cc | 189 is_valid_constexpr_fn (tree fun, bool complain) in is_valid_constexpr_fn() function 907 if (!is_valid_constexpr_fn (fun, complain)) in maybe_save_constexpr_fundef() 1032 if (is_valid_constexpr_fn (fun, true)) in explain_invalid_constexpr_fn()
|
H A D | ChangeLog-2014 | 784 retrieve_constexpr_fundef, is_valid_constexpr_fn, 3146 * semantics.c (is_valid_constexpr_fn): Use it.
|
H A D | ChangeLog-2017 | 506 (is_valid_constexpr_fn): Likewise. 1186 * constexpr.c (is_valid_constexpr_fn): Fix lambdas before C++17. 4196 * constexpr.c (is_valid_constexpr_fn): Only complain about
|
H A D | cp-tree.h | 8413 extern bool is_valid_constexpr_fn (tree, bool);
|
H A D | ChangeLog-2010 | 855 (is_valid_constexpr_fn): New fn.
|
H A D | ChangeLog-2016 | 1537 * constexpr.c (is_valid_constexpr_fn): Likewise. No longer static.
|
H A D | ChangeLog-2021 | 702 * constexpr.c (is_valid_constexpr_fn): Check for dtor.
|
H A D | ChangeLog-2018 | 1843 (is_valid_constexpr_fn): Likewise.
|
H A D | decl.cc | 18032 || is_valid_constexpr_fn (fndecl, /*complain*/false)) in finish_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constexpr.c | 194 is_valid_constexpr_fn (tree fun, bool complain) in is_valid_constexpr_fn() function 885 if (!is_valid_constexpr_fn (fun, !DECL_GENERATED_P (fun))) in register_constexpr_fundef() 976 if (is_valid_constexpr_fn (fun, true)) in explain_invalid_constexpr_fn()
|
H A D | cp-tree.h | 7963 extern bool is_valid_constexpr_fn (tree, bool);
|
H A D | decl.c | 17163 || is_valid_constexpr_fn (fndecl, /*complain*/false)) in finish_function()
|