Lines Matching refs:C99
45 // If in GNU mode (e.g. -std=gnu99 but not -std=c99) define the raw identifier
508 // Solaris headers require _XOPEN_SOURCE to be set to 600 for C99 and
510 // ensure that you are not using C99 with an old version of X/Open or C89
512 if (Opts.C99 || Opts.C11)
3242 if ((Opts.C99 || Opts.C11) && !Opts.Freestanding)