Searched refs:CONV_C_CAST (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcvt.c911 return fold (convert_to_reference (type, e, CONV_C_CAST, LOOKUP_COMPLAIN,
931 return ocp_convert (type, e, CONV_C_CAST|convtype, LOOKUP_NORMAL);
H A Dtypeck.c5852 (convert_to_reference (type, value, CONV_C_CAST,
5862 value = convert_force (type, value, CONV_C_CAST);
H A Dcall.c3194 t = convert_force (parmtype, TREE_VALUE (arg), CONV_C_CAST);
H A Dcp-tree.h2679 #define CONV_C_CAST (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \
2670 #define CONV_C_CAST macro
/haiku-buildtools/gcc/gcc/cp/
H A Dcvt.c1490 (convert_to_reference (type, e, CONV_C_CAST, 0,
1507 return ocp_convert (type, e, CONV_C_CAST|convtype, LOOKUP_NORMAL, complain);
H A Dcp-tree.h4734 #define CONV_C_CAST (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \
4726 #define CONV_C_CAST macro
H A Dtypeck.c6627 return ocp_convert (type, expr, CONV_C_CAST, LOOKUP_NORMAL, complain);

Completed in 285 milliseconds