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