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

References

tools/clang/lib/Sema/SemaExpr.cpp
 9271   checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false);
 9274       RHS.get()->getType()->isVectorType())
 9275     return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign,
 9279   QualType compType = UsualArithmeticConversions(LHS, RHS, IsCompAssign);
 9280   if (LHS.isInvalid() || RHS.isInvalid())
 9285     return InvalidOperands(Loc, LHS, RHS);
 9287     DiagnoseBadDivideOrRemainderValues(*this, LHS, RHS, Loc, IsDiv);
 9288     DiagnoseDivisionSizeofPointerOrArray(*this, LHS.get(), RHS.get(), Loc);