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

References

tools/clang/lib/Sema/SemaExpr.cpp
11303   checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false);
11308   if (LHS.get()->getType()->isVectorType() ||
11310     if (LHS.get()->getType()->hasIntegerRepresentation() &&
11312       return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign,
11315     return InvalidOperands(Loc, LHS, RHS);
11319     diagnoseLogicalNotOnLHSofCheck(*this, LHS, RHS, Loc, Opc);
11321   ExprResult LHSResult = LHS, RHSResult = RHS;
11326   LHS = LHSResult.get();
11330     diagnoseXorMisusedAsPow(*this, LHS, RHS, Loc);
11334   return InvalidOperands(Loc, LHS, RHS);