Lines Matching full:c99
89 // C99 6.7.8p15 (with correction from DR343), or C11 6.7.9p15:
157 // C99 6.7.8p14. We have an array of character type with unknown size
160 // Return a new array type (C99 6.7.8p22).
189 // C99 6.7.8p14.
228 /// C99 designators cause changes in the initializer list traversal,
888 // C99 6.7.8p13:
1653 /// @brief Check the well-formedness of a C99 designated initializer.
1658 /// (C99 6.7.8). The actual subobject that this designator refers to
1669 /// @param CurrentObjectType The type of the "current object" (C99 6.7.8p17),
1740 // C99 6.7.8p7:
1999 // C99 6.7.8p6:
2429 if (!getLangOpts().C99)
3289 // But C99 complex numbers are scalars and it makes sense there.
3861 /// (C++ [dcl.init.string], C99 6.7.8).