Searched refs:C89_OR_EXT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dmsformat-c.c180 #define C89_OR_EXT (warn_pedantic_ms_format ? STD_EXT : STD_C89) macro
185 ms_printf_length_specs[2].std = C89_OR_EXT; /* I32 */
186 ms_printf_length_specs[3].std = C89_OR_EXT; /* I64 */
187 ms_printf_length_specs[4].std = C89_OR_EXT; /* I */
190 #undef C89_OR_EXT macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dmsformat-c.cc183 #define C89_OR_EXT (warn_pedantic_ms_format ? STD_EXT : STD_C89) macro
188 ms_printf_length_specs[3].std = C89_OR_EXT; /* I32 */
189 ms_printf_length_specs[4].std = C89_OR_EXT; /* I64 */
190 ms_printf_length_specs[5].std = C89_OR_EXT; /* I */
193 #undef C89_OR_EXT macro

Completed in 254 milliseconds