Home | History | Annotate | Download | only in Lex

Lines Matching refs:C99

140   // __VA_ARGS__ is empty, but not in strict C99 mode where there are no
141 // named arguments, where it remains. In all other modes, including C99
144 if (PP.getLangOpts().C99 && !PP.getLangOpts().GNUMode
160 // then removal of the comma should produce a placemarker token (in C99
263 // C99 6.10.3.1p1.
370 // If an empty argument is on the LHS or RHS of a paste, the standard (C99
396 // disabled when using -std=c99.