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