Home | History | Annotate | Download | only in AST

Lines Matching full:c99

883   CanQualType WideCharTy; // Same as WCharTy in C++, integer type in C99.
884 CanQualType WIntTy; // [C99 7.24.1], integer type unchanged by default promotions.
885 CanQualType Char16Ty; // [C++0x 3.9.1p5], integer type in C99.
886 C99.
1315 /// \brief Return the unique type for "size_t" (C99 7.17), defined in
1318 /// The sizeof operator requires this (C99 6.5.3.4p4).
1321 /// \brief Return the unique type for "intmax_t" (C99 7.18.1.5), defined in
1325 /// \brief Return the unique type for "uintmax_t" (C99 7.18.1.5), defined in
1334 /// unique wchar_t type. In C99, this returns a type compatible with the type
1348 /// \brief In C99, this returns a type compatible with the type
1352 /// \brief Return a type compatible with "intptr_t" (C99 7.18.1.4),
1356 /// \brief Return a type compatible with "uintptr_t" (C99 7.18.1.4),
1360 /// \brief Return the unique type for "ptrdiff_t" (C99 7.17) defined in
1361 /// <stddef.h>. Pointer - pointer requires this (C99 6.5.6p9).
2118 /// parameter type used by semantic analysis (C99 6.7.5.3p[7,8],
2136 /// See C99 6.7.5.3p7 and C99 6.3.2.1p3.
2139 /// \brief Return the type that \p PromotableType will promote to: C99
2148 /// to C99 6.3.1.1p2, bullet 2 (and GCC extensions).
2154 /// \brief Return the highest ranked integer type, see C99 6.3.1.8p1.
2208 bool CompareUnqualified = false); // C99 6.2.7p1
2267 // The width of an integer, as defined in C99 6.2.6.2. This is the number
2271 // Per C99 6.2.5p6, for every signed integer type, there is a corresponding