Home | History | Annotate | Download | only in AST

Lines Matching refs:LHSUnsigned

3742   bool LHSUnsigned = LHSC->isUnsignedIntegerType();
3748 if (LHSUnsigned == RHSUnsigned) { // Both signed or both unsigned.
3754 if (LHSUnsigned) {