Home
last modified time | relevance | path

Searched refs:CONV_FORCE_TEMP (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dexcept.c380 exp = ocp_convert (init_type, exp, CONV_IMPLICIT|CONV_FORCE_TEMP, 0); in initialize_handler_parm()
391 CONV_IMPLICIT|CONV_FORCE_TEMP, 0); in initialize_handler_parm()
H A Dcvt.c583 CONV_IMPLICIT|CONV_FORCE_TEMP, LOOKUP_NORMAL); in force_rvalue()
624 if (IS_AGGR_TYPE (type) && (convtype & CONV_FORCE_TEMP) in ocp_convert()
H A Dcp-tree.h3470 #define CONV_FORCE_TEMP 64 macro
3474 | CONV_REINTERPRET | CONV_PRIVATE | CONV_FORCE_TEMP)
H A Dinit.c1186 init = ocp_convert (type, init, CONV_IMPLICIT|CONV_FORCE_TEMP, flags); in expand_default_init()
H A DChangeLog-19953065 * cp-tree.h (CONV_FORCE_TEMP): Require a new temporary when
3070 (cp_convert): Only force a new temporary if CONV_FORCE_TEMP.
H A Dtypeck.c6370 return ocp_convert (type, rhs, CONV_IMPLICIT|CONV_FORCE_TEMP, flags); in convert_for_initialization()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dexcept.c358 exp = ocp_convert (init_type, exp, CONV_IMPLICIT|CONV_FORCE_TEMP, 0);
369 CONV_IMPLICIT|CONV_FORCE_TEMP, 0);
H A Dcvt.c597 CONV_IMPLICIT|CONV_FORCE_TEMP, LOOKUP_NORMAL); in force_rvalue()
634 if (IS_AGGR_TYPE (type) && (convtype & CONV_FORCE_TEMP)
H A Dcp-tree.h3460 #define CONV_FORCE_TEMP 64 macro
3461 #define CONV_STATIC_CAST (CONV_IMPLICIT | CONV_STATIC | CONV_FORCE_TEMP)
3465 | CONV_REINTERPRET | CONV_PRIVATE | CONV_FORCE_TEMP)
H A Dinit.c1208 init = ocp_convert (type, init, CONV_IMPLICIT|CONV_FORCE_TEMP, flags);
H A Dtypeck.c6098 return ocp_convert (type, rhs, CONV_IMPLICIT|CONV_FORCE_TEMP, flags);
H A DChangeLog.12714 * cp-tree.h (CONV_FORCE_TEMP): Require a new temporary when
2719 (cp_convert): Only force a new temporary if CONV_FORCE_TEMP.