Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dc-format.h50 STD_C9L, /* C99, but treat as C89 if -Wno-long-long. */ enumerator
253 #define T9L_LL { STD_C9L, NULL, T_LL }
262 #define T9L_ULL { STD_C9L, NULL, T_ULL }
Dc-format.c248 #define ADJ_STD(VER) ((int) ((VER) == STD_C9L \
294 { "l", FMT_LEN_l, STD_C89, "ll", FMT_LEN_ll, STD_C9L },
325 { "l", FMT_LEN_l, STD_C89, "ll", FMT_LEN_ll, STD_C9L },
341 { "l", FMT_LEN_l, STD_C89, "ll", FMT_LEN_ll, STD_C9L },
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-format.c312 STD_C9L, /* C99, but treat as C89 if -Wno-long-long. */ enumerator
336 #define ADJ_STD(VER) ((int)((VER) == STD_C9L \
577 { "l", FMT_LEN_l, STD_C89, "ll", FMT_LEN_ll, STD_C9L },
590 { "l", FMT_LEN_l, STD_C89, "ll", FMT_LEN_ll, STD_C9L },
602 { "l", FMT_LEN_l, STD_C89, "ll", FMT_LEN_ll, STD_C9L },
718 #define T9L_LL { STD_C9L, NULL, T_LL }
727 #define T9L_ULL { STD_C9L, NULL, T_ULL }
DChangeLog.4614 * c-common.c (STD_C9L, ADJ_STD): Define.
616 STD_C9L.