Home | History | Annotate | Download | only in Sema

Lines Matching defs:LHSValue

4874     llvm::APSInt LHSValue;
4876 LHS->isIntegerConstantExpr(LHSValue, S.Context);
4880 DiagnoseOutOfRangeComparison(S, E, LHS, RHS, LHSValue, false);