Searched refs:CONV_FORCE_TEMP (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dexcept.c662 exp = ocp_convert (init_type , exp, CONV_IMPLICIT|CONV_FORCE_TEMP, 0);
679 CONV_IMPLICIT|CONV_FORCE_TEMP, 0);
H A Dcvt.c669 if (IS_AGGR_TYPE (type) && (convtype & CONV_FORCE_TEMP)
H A Dcp-tree.h2666 CONV_FORCE_TEMP : Require a new temporary when converting to the same macro
2675 #define CONV_FORCE_TEMP 64
2676 #define CONV_STATIC_CAST (CONV_IMPLICIT | CONV_STATIC | CONV_FORCE_TEMP)
2680 | CONV_REINTERPRET | CONV_PRIVATE | CONV_FORCE_TEMP)
H A Dinit.c1333 init = ocp_convert (type, init, CONV_IMPLICIT|CONV_FORCE_TEMP, flags);
H A Dtypeck.c7233 return ocp_convert (type, rhs, CONV_IMPLICIT|CONV_FORCE_TEMP, flags);
/haiku-buildtools/gcc/gcc/cp/
H A Dexcept.c434 exp = ocp_convert (init_type, exp, CONV_IMPLICIT|CONV_FORCE_TEMP, 0,
446 CONV_IMPLICIT|CONV_FORCE_TEMP, 0,
H A Dcvt.c705 if (MAYBE_CLASS_TYPE_P (type) && (convtype & CONV_FORCE_TEMP))
H A Dcp-tree.h4722 CONV_FORCE_TEMP : Require a new temporary when converting to the same
4731 #define CONV_FORCE_TEMP 64
4735 | CONV_REINTERPRET | CONV_PRIVATE | CONV_FORCE_TEMP)
4723 #define CONV_FORCE_TEMP macro
H A Dinit.c1673 init = ocp_convert (type, init, CONV_IMPLICIT|CONV_FORCE_TEMP,

Completed in 127 milliseconds