Searched refs:LHSIsNullPtr (Results 1 – 1 of 1) sorted by relevance
11632 bool LHSIsNullPtr = LHS.get()->IgnoreParenCasts()->isNullPointerConstant( in CheckSubtractionOperands() local11638 if (LHSIsNullPtr) in CheckSubtractionOperands()11641 diagnoseSubtractionOnNullPointer(*this, Loc, RHS.get(), LHSIsNullPtr); in CheckSubtractionOperands()