Searched refs:STD_C9L (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.h49 STD_C9L, /* C99, but treat as C89 if -Wno-long-long. */ enumerator in enum:format_std_version
279 #define T9L_LL { STD_C9L, NULL, T_LL }
288 #define T9L_ULL { STD_C9L, NULL, T_ULL }
H A Dc-format.c425 /* Adjust a C standard version, which may be STD_C9L, to account for
427 #define ADJ_STD(VER) ((int) ((VER) == STD_C9L \
490 { "l", FMT_LEN_l, STD_C89, "ll", FMT_LEN_ll, STD_C9L, 0 },
528 { "l", FMT_LEN_l, STD_C89, "ll", FMT_LEN_ll, STD_C9L, 0 },
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.h49 STD_C9L, /* C99, but treat as C89 if -Wno-long-long. */ enumerator in enum:format_std_version
279 #define T9L_LL { STD_C9L, NULL, T_LL }
290 #define T9L_ULL { STD_C9L, NULL, T_ULL }
H A Dc-format.cc423 /* Adjust a C standard version, which may be STD_C9L, to account for
425 #define ADJ_STD(VER) ((int) ((VER) == STD_C9L \
488 { "l", FMT_LEN_l, STD_C89, "ll", FMT_LEN_ll, STD_C9L, 0 },
526 { "l", FMT_LEN_l, STD_C89, "ll", FMT_LEN_ll, STD_C9L, 0 },

Completed in 212 milliseconds