Home
last modified time | relevance | path

Searched refs:register_constexpr_fundef (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20111581 * semantics.c (register_constexpr_fundef): Don't talk about
1653 (register_constexpr_fundef): Likewise.
1770 * semantics.c (register_constexpr_fundef): Call is_valid_constexpr_fn.
1806 (register_constexpr_fundef): Likewise. Leave
2556 (register_constexpr_fundef): ...here.
3361 (register_constexpr_fundef): Likewise.
3407 (register_constexpr_fundef): Make sure it isn't set.
3433 * semantics.c (register_constexpr_fundef): Add to hash table here.
4310 (register_constexpr_fundef): Call it.
4375 (register_constexpr_fundef): Use potential_rvalue_constant_expression.
[all …]
H A Dconstexpr.cc977 register_constexpr_fundef (entry); in maybe_save_constexpr_fundef()
984 register_constexpr_fundef (const constexpr_fundef &value) in register_constexpr_fundef() function
H A DChangeLog-2014790 register_constexpr_fundef, explain_invalid_constexpr_fn,
2531 * semantics.c (register_constexpr_fundef): Likewise.
H A DChangeLog-2010758 * cp-tree.h (register_constexpr_fundef): Declare.
769 (register_constexpr_fundef): Define.
H A DChangeLog-2017508 (register_constexpr_fundef): Likewise.
5540 (register_constexpr_fundef): Adjust cx_check_missing_mem_inits
H A DChangeLog-20201003 (register_constexpr_fundef): Take constexpr_fundef object, return
1014 (register_constexpr_fundef): ... here. Just register the constexpr.
H A DChangeLog-2019195 * constexpr.c (register_constexpr_fundef): Do store the body of a
4966 (register_constexpr_fundef): Save constexpr body with copy_fn,
H A Dcp-tree.h8411 extern void register_constexpr_fundef (const constexpr_fundef &);
H A DChangeLog-20164116 * constexpr.c (register_constexpr_fundef): Keep the un-massaged body.
H A Dmodule.cc11480 register_constexpr_fundef (cexpr); in read_function_def()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h7962 extern tree register_constexpr_fundef (tree, tree);
H A Dconstexpr.c880 register_constexpr_fundef (tree fun, tree body) in register_constexpr_fundef() function
H A Ddecl.c16943 register_constexpr_fundef (fun, DECL_SAVED_TREE (fun)); in maybe_save_function_definition()