Home | History | Annotate | Download | only in AST

Lines Matching full:c99

1727     // sizeof(vla) is not a constantexpr: C99 6.5.3.4p2.
2486 // In C99, a CompoundLiteralExpr is an lvalue, and we defer evaluating the
6879 // See C99 6.6p3.
8037 /// the comma operator in C99 mode, and non-constant subexpressions.
8168 // C99 6.6/3 allows function calls within unevaluated subexpressions of
8215 // C99 6.6/3 allows increment and decrement within unevaluated
8232 // Note that per C99, offsetof must be an ICE. And AFAIK, using
8263 // C99 6.6/3 allows assignments within unevaluated subexpressions of
8303 if (Ctx.getLangOpts().C99) {
8304 // C99 6.6p3 introduces a strange edge case: comma can be in an ICE