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