reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
 9678   checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false);
 9683         LHS, RHS, Loc, CompLHSTy,
 9708         checkArithmeticOnObjCPointer(*this, Loc, LHS.get()))
 9724           diagnoseArithmeticOnNullPointer(*this, Loc, LHS.get(), false);
 9728       if (!checkArithmeticOpPointerOperand(*this, Loc, LHS.get()))
 9747           diagnosePointerIncompatibility(*this, Loc, LHS.get(), RHS.get());
 9754           diagnosePointerIncompatibility(*this, Loc, LHS.get(), RHS.get());
 9759       if (!checkArithmeticBinOpPointerOperands(*this, Loc,
 9771           Diag(Loc,diag::warn_sub_ptr_zero_size_types)
 9782   return InvalidOperands(Loc, LHS, RHS);