Home | History | Annotate | Download | only in AST

Lines Matching refs:LHSUnsigned

4289   bool LHSUnsigned = LHSC->isUnsignedIntegerType();
4295 if (LHSUnsigned == RHSUnsigned) { // Both signed or both unsigned.
4301 if (LHSUnsigned) {