Home | History | Annotate | Download | only in CodeGen

Lines Matching full:c99

823   // C99 6.3.1.7p2: "When a value of complex type is converted to a real type,
1820 // C99 6.5.3.4p2: If the argument is an expression of type
1998 // specially because the result is altered by the store, i.e., [C99 6.5.16p1]
2087 // Rem in C can't be a floating point type: C99 6.5.5p2.
2518 // In C99, we are not permitted to shift a 1 bit into the sign bit.
2521 // define signed left shifts, so we use the C99 and C++11 rules there).
2759 // because the result is altered by the store, i.e., [C99 6.5.16p1]