Home
last modified time | relevance | path

Searched refs:initialized_type (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c3914 initialized_type (tree t) in initialized_type() function
3928 return initialized_type (TREE_OPERAND (t, 1)); in initialized_type()
3951 tree type = initialized_type (value); in init_subob_ctx()
6894 tree type = initialized_type (t);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc4635 initialized_type (tree t) in initialized_type() function
4649 return initialized_type (TREE_OPERAND (t, 1)); in initialized_type()
4672 tree type = initialized_type (value); in init_subob_ctx()
7824 tree type = initialized_type (t); in cxx_eval_outermost_constant_expr()
H A DChangeLog-2014706 (initialized_type, init_subob_ctx, verify_ctor_sanity): New.
H A DChangeLog-20181078 * constexpr.c (initialized_type): Fix AGGR_INIT_EXPR handling.
H A DChangeLog-20195365 * constexpr.c (initialized_type): Don't shortcut non-void type.