Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c695 bool dofold = (convtype & CONV_FOLD); in ocp_convert()
H A Dcp-tree.h5677 #define CONV_FOLD 64 macro
5682 #define CONV_BACKEND_CONVERT (CONV_OLD_CONVERT | CONV_FOLD)
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.cc700 bool dofold = (convtype & CONV_FOLD); in ocp_convert()
H A Dcp-tree.h5912 #define CONV_FOLD 64 macro
5917 #define CONV_BACKEND_CONVERT (CONV_OLD_CONVERT | CONV_FOLD)
H A DChangeLog-20163958 * cp-tree.h (CONV_FOLD, CONV_BACKEND_CONVERT): New.