Home
last modified time | relevance | path

Searched refs:maybe_constexpr_fn (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2021700 TYPE_HAS_TRIVIAL_DESTRUCTOR and maybe_constexpr_fn.
705 (cxx_eval_call_expression): Use maybe_constexpr_fn.
706 (maybe_constexpr_fn): Handle flag_implicit_constexpr.
707 (var_in_maybe_constexpr_fn): Use maybe_constexpr_fn.
712 (grok_special_member_properties): Use maybe_constexpr_fn.
2586 * constexpr.c (maybe_constexpr_fn): New.
2587 * cp-tree.h (maybe_constexpr_fn): Declare.
H A Dconstexpr.cc2455 if (!maybe_constexpr_fn (fun)) in cxx_eval_call_expression()
5515 maybe_constexpr_fn (tree t) in maybe_constexpr_fn() function
5530 && maybe_constexpr_fn (DECL_CONTEXT (t))); in var_in_maybe_constexpr_fn()
8721 if (!maybe_constexpr_fn (fun) in potential_constant_expression_1()
H A Dcp-tree.h8448 extern bool maybe_constexpr_fn (tree);
H A Dclass.cc5607 return (fn && maybe_constexpr_fn (fn)); in type_maybe_constexpr_destructor()
H A Dsemantics.cc1015 else if (!maybe_constexpr_fn (current_function_decl)) in maybe_warn_for_constant_evaluated()
H A Ddecl.cc15150 if (maybe_constexpr_fn (decl) in grok_special_member_properties()