Home | History | Annotate | Download | only in Sema

Lines Matching full:c11

250 /// variable or function with internal linkage (C11 6.7.4p3).
703 // C11 6.3.2.1p2:
1396 // C11 6.5.1.1p2 "The type name in a generic association shall specify a
1413 // C11 6.5.1.1p2 "No two generic associations in the same generic
1453 // C11 6.5.1.1p2 "The controlling expression of a generic selection shall have
1472 // C11 6.5.1.1p2 "If a generic selection has no default generic association,
1484 // C11 6.5.1.1p3 "If a generic selection has a generic association with a
3073 Ty = Context.Char16Ty; // u'x' -> char16_t in C11 and C++11.
3075 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11.
3651 // C11 6.5.3.4/3, C++11 [expr.alignof]p3: