reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
11303 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); 11312 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, 11315 return InvalidOperands(Loc, LHS, RHS); 11319 diagnoseLogicalNotOnLHSofCheck(*this, LHS, RHS, Loc, Opc); 11330 diagnoseXorMisusedAsPow(*this, LHS, RHS, Loc); 11334 return InvalidOperands(Loc, LHS, RHS);