Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c901 value = extend_ref_init_temps (decl, value, cleanups); in store_init_value()
H A Dcall.c12188 = extend_ref_init_temps (decl, TARGET_EXPR_INITIAL (expr), cleanups, in set_up_extended_ref_temp()
12453 extend_ref_init_temps (tree decl, tree init, vec<tree, va_gc> **cleanups, in extend_ref_init_temps() function
12489 p->value = extend_ref_init_temps (decl, p->value, cleanups, in extend_ref_init_temps()
H A Dinit.c884 init = extend_ref_init_temps (member, init, &cleanups); in perform_member_init()
H A Dcp-tree.h6380 extern tree extend_ref_init_temps (tree, tree,
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.cc850 value = extend_ref_init_temps (decl, value, cleanups); in store_init_value()
H A Dcall.cc12941 = extend_ref_init_temps (decl, TARGET_EXPR_INITIAL (expr), cleanups, in set_up_extended_ref_temp()
13206 extend_ref_init_temps (tree decl, tree init, vec<tree, va_gc> **cleanups, in extend_ref_init_temps() function
13242 p->value = extend_ref_init_temps (decl, p->value, cleanups, in extend_ref_init_temps()
H A DChangeLog-2019346 * cp-tree.h (extend_ref_init_temps): Add a new argument with NULL
349 down to extend_ref_init_temps. Before pushing cleanup, if COND_GUARD
354 (extend_ref_init_temps): Add COND_GUARD argument, pass it down to
508 (extend_ref_init_temps): Do nothing for CONSTRUCTOR_IS_PAREN_INIT.
H A Dinit.cc1078 init = extend_ref_init_temps (member, init, &cleanups); in perform_member_init()
H A DChangeLog-2011926 * call.c (extend_ref_init_temps, extend_ref_init_temps_1): New.
936 * typeck2.c (store_init_value): Call extend_ref_init_temps.
H A Dcp-tree.h6638 extern tree extend_ref_init_temps (tree, tree,
H A DChangeLog-2016948 * call.c (extend_ref_init_temps): Fix TARGET_EXPR handling.
H A DChangeLog-20182938 extend_ref_init_temps, type_has_extended_temps): Use it.
H A DChangeLog-20174215 * call.c (extend_ref_init_temps): Set