Home | History | Annotate | Download | only in Lex

Lines Matching refs:C99

1401   // Check C99 compatibility.
1585 // Outside C99, we accept hexadecimal floating point numbers as a
1589 if (!LangOpts.C99) {
2512 // C99 5.1.1.2p2: If the file is non-empty and didn't end in a newline, issue
2707 if (!LangOpts.CPlusPlus && !LangOpts.C99) {
2762 // C99 6.4.3p2: A universal character name shall not specify a character whose
2791 // C++03 allows UCNs representing surrogate characters. C99 and C++11 don't.
3029 // C99 6.4.4.1: Integer Constants.
3030 // C99 6.4.4.2: Floating Constants.
3159 // C99 6.4.2: Identifiers.
3185 // C99 6.4.4: Character Constants.
3191 // C99 6.4.5: String Literals.
3197 // C99 6.4.6: Punctuators.
3554 // UCNs (C99 6.4.3, C++11 [lex.charset]p2)