Home | History | Annotate | Download | only in AST

Lines Matching refs:Signed

3602 /// getSignedWCharType - Return the type of "signed wchar_t".
4204 // For instance, unsigned long bf : 4 gets promoted to signed int.
4253 // At this point, we should have a signed or unsigned integer type.
4295 if (LHSUnsigned == RHSUnsigned) { // Both signed or both unsigned.
4300 // Otherwise, the LHS is signed and the RHS is unsigned or visa versa.
4306 // If the signed type can represent all values of the unsigned type, it
4316 // If the signed type can represent all values of the unsigned type, it
6929 // a signed integer type, or an unsigned integer type.
7238 // Turn <4 x signed int> -> <4 x unsigned int>
7248 assert(BTy && "Unexpected signed integer type");
7264 llvm_unreachable("Unexpected signed integer type");
7289 bool Signed = false, Unsigned = false;
7302 assert(!Signed
7303 Signed = true;
7306 assert(!Signed && "Can't use both 'S' and 'U' modifiers!");
7323 assert(HowLong == 0 && !Signed && !Unsigned &&
7328 assert(HowLong == 0 && !Signed && !Unsigned &&
7333 assert(HowLong < 2 && !Signed && !Unsigned &&
7359 if (Signed)
7367 assert(HowLong == 0 && !Signed && !Unsigned && "Bad modifiers for 'b'!");
7371 assert(HowLong == 0 && !Signed && !Unsigned && "Bad modifiers for 'z'!");
7453 if (Signed)
7464 assert(HowLong == 0 && !Signed && !Unsigned && "Bad modifiers for 'K'!");