Home
last modified time | relevance | path

Searched refs:CONV_OLD_CONVERT (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dcvt.c595 return ocp_convert (type, expr, CONV_OLD_CONVERT, LOOKUP_NORMAL); in cp_convert()
1021 return ocp_convert (type, expr, CONV_OLD_CONVERT, in convert()
H A Dcp-tree.h3511 #define CONV_OLD_CONVERT (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \ macro
H A DChangeLog-19953069 * cvt.c (convert_force): Use CONV_C_CAST instead of CONV_OLD_CONVERT.