Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c1676 return ocp_convert (type, expr, CONV_BACKEND_CONVERT, in convert()
H A Dcp-tree.h5682 #define CONV_BACKEND_CONVERT (CONV_OLD_CONVERT | CONV_FOLD) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.cc1686 return ocp_convert (type, expr, CONV_BACKEND_CONVERT, in convert()
H A DChangeLog-20163958 * cp-tree.h (CONV_FOLD, CONV_BACKEND_CONVERT): New.
3959 * cvt.c (convert): Pass CONV_BACKEND_CONVERT.
H A Dcp-tree.h5917 #define CONV_BACKEND_CONVERT (CONV_OLD_CONVERT | CONV_FOLD) macro