Lines Matching refs:C99
294 // Check UCN constraints (C99 6.4.3p2) [C++11 lex.charset p2]
324 if (!Features.CPlusPlus && !Features.C99 && Diags)
456 /// integer-constant: [C99 6.4.4.1]
504 /// floating-constant: [C99 6.4.4.2]
1189 // if 'char' is signed for this target (C99 6.4.4.4p10). Note that multiple
1270 // literal, the result is a wide-string literal [C99 6.4.5p4].
1280 /// (C99 5.1.1.2p1). The common case is only one string fragment.
1533 unsigned MaxChars = Features.CPlusPlus? 65536 : Features.C99 ? 4095 : 509;
1539 << (Features.CPlusPlus ? 2 : Features.C99 ? 1 : 0)