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