Searched refs:CONV_OLD_CONVERT (Results 1 – 5 of 5) sorted by relevance
637 return ocp_convert (type, expr, CONV_OLD_CONVERT, LOOKUP_NORMAL, complain); in cp_convert()
5678 #define CONV_OLD_CONVERT (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \ macro5682 #define CONV_BACKEND_CONVERT (CONV_OLD_CONVERT | CONV_FOLD)
642 return ocp_convert (type, expr, CONV_OLD_CONVERT, LOOKUP_NORMAL, complain); in cp_convert()
5913 #define CONV_OLD_CONVERT (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \ macro5917 #define CONV_BACKEND_CONVERT (CONV_OLD_CONVERT | CONV_FOLD)
3069 * cvt.c (convert_force): Use CONV_C_CAST instead of CONV_OLD_CONVERT.