Home
last modified time | relevance | path

Searched defs:CPLUSPLUS_STD_VER (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c404 #define CPLUSPLUS_STD_VER (cxx_dialect < cxx11 ? STD_C94 : STD_C99) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc402 #define CPLUSPLUS_STD_VER (cxx_dialect < cxx11 ? STD_C94 : STD_C99) macro