Home | History | Annotate | Download | only in Sema

Lines Matching refs: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,
1136 // C99 6.7.8p13:
1924 /// @brief Check the well-formedness of a C99 designated initializer.
1929 /// (C99 6.7.8). The actual subobject that this designator refers to
1940 /// @param CurrentObjectType The type of the "current object" (C99 6.7.8p17),
2066 // C99 6.7.8p7:
2312 // C99 6.7.8p6:
2522 // of the current object. (See DR 253 and C99 6.7.8p21). e.g.,
2758 if (!getLangOpts().C99)
3670 // But C99 complex numbers are scalars and it makes sense there.
4310 /// (C++ [dcl.init.string], C99 6.7.8).