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);
11309       RHS.get()->getType()->isVectorType()) {
11311         RHS.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;
11327   RHS = RHSResult.get();
11330     diagnoseXorMisusedAsPow(*this, LHS, RHS, Loc);
11334   return InvalidOperands(Loc, LHS, RHS);