Searched refs:ocp_convert (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcvt.c647 return ocp_convert (type, expr, CONV_OLD_CONVERT, LOOKUP_NORMAL);
655 ocp_convert (type, expr, convtype, flags)
683 convert, which will call ocp_convert, etc. */
893 return ocp_convert (type, expr, CONV_OLD_CONVERT,
931 return ocp_convert (type, e, CONV_C_CAST|convtype, LOOKUP_NORMAL);
652 ocp_convert (type, expr, convtype, flags) function
H A Dexcept.c662 exp = ocp_convert (init_type , exp, CONV_IMPLICIT|CONV_FORCE_TEMP, 0);
678 init = ocp_convert (TREE_TYPE (decl), init,
H A Dtypeck.c6757 /* If rhs is some sort of overloaded function, ocp_convert will either
6761 return ocp_convert (type, rhs, CONV_IMPLICIT, LOOKUP_NORMAL);
6829 return ocp_convert (type, rhs, CONV_IMPLICIT, LOOKUP_NORMAL);
7233 return ocp_convert (type, rhs, CONV_IMPLICIT|CONV_FORCE_TEMP, flags);
H A Dinit.c1333 init = ocp_convert (type, init, CONV_IMPLICIT|CONV_FORCE_TEMP, flags);
H A Dcall.c3034 return ocp_convert (TREE_TYPE (convs), expr, CONV_IMPLICIT,
H A Dcp-tree.h2819 extern tree ocp_convert PROTO((tree, tree, int, int));
/haiku-buildtools/gcc/gcc/cp/
H A Dcvt.c630 return ocp_convert (type, expr, CONV_OLD_CONVERT, LOOKUP_NORMAL, complain);
676 ocp_convert (tree type, tree expr, int convtype, int flags,
715 convert, which will call ocp_convert, etc. */
1473 return ocp_convert (type, expr, CONV_OLD_CONVERT,
1507 return ocp_convert (type, e, CONV_C_CAST|convtype, LOOKUP_NORMAL, complain);
674 ocp_convert (tree type, tree expr, int convtype, int flags, function
H A Dexcept.c434 exp = ocp_convert (init_type, exp, CONV_IMPLICIT|CONV_FORCE_TEMP, 0,
445 init = ocp_convert (TREE_TYPE (decl), init,
H A Dinit.c1673 init = ocp_convert (type, init, CONV_IMPLICIT|CONV_FORCE_TEMP,
H A Dcp-tree.h5349 extern tree ocp_convert (tree, tree, int, int,
H A Dtypeck.c6627 return ocp_convert (type, expr, CONV_C_CAST, LOOKUP_NORMAL, complain);

Completed in 318 milliseconds