Home
last modified time | relevance | path

Searched refs:implicit_constexpr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc948 DECL_LANG_SPECIFIC (fun)->u.fn.implicit_constexpr = true; in maybe_save_constexpr_fundef()
9797 && DECL_LANG_SPECIFIC (fn)->u.fn.implicit_constexpr); in decl_implicit_constexpr_p()
H A Dcp-tree.h2911 unsigned implicit_constexpr : 1; member
H A DChangeLog-2021697 * cp-tree.h (struct lang_decl_fn): Add implicit_constexpr.