Home | History | Annotate | Download | only in Sema

Lines Matching full:c99

52   // C99 6.8.3p2: The expression in an expression statement is evaluated as a
337 if (!getLangOpts().C99 && !getLangOpts().CPlusPlus) {
403 // C99 6.8.4.2p3: The expression shall be an integer constant.
652 // C99 6.8.4.2p5 - Integer promotions are performed on the controlling expr.
841 // We already verified that the expression has a i-c-e value (C99
1613 // C99 6.8.5p3: The declaration part of a 'for' statement shall only
1769 // C99 6.8.5p3: The declaration part of a 'for' statement shall only
2632 // C99 6.8.6.2p1: A break shall appear only in or as a loop body.
2644 // C99 6.8.6.3p1: A break shall appear only in or as a switch/loop body.
2920 // C99 6.8.6.4p3(136): The return statement is not an assignment. The
3190 // C99 6.8.6.4p1 (ext_ since GCC warns)
3252 } else if (getLangOpts().C99) {
3253 // C99 6.8.6.4p1 (ext_ since GCC warns)
3272 // C99 6.8.6.4p3(136): The return statement is not an assignment. The