Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c637 return ocp_convert (type, expr, CONV_OLD_CONVERT, LOOKUP_NORMAL, complain); in cp_convert()
H A Dcp-tree.h5678 #define CONV_OLD_CONVERT (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \ macro
5682 #define CONV_BACKEND_CONVERT (CONV_OLD_CONVERT | CONV_FOLD)
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.cc642 return ocp_convert (type, expr, CONV_OLD_CONVERT, LOOKUP_NORMAL, complain); in cp_convert()
H A Dcp-tree.h5913 #define CONV_OLD_CONVERT (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \ macro
5917 #define CONV_BACKEND_CONVERT (CONV_OLD_CONVERT | CONV_FOLD)
H A DChangeLog-19953069 * cvt.c (convert_force): Use CONV_C_CAST instead of CONV_OLD_CONVERT.