Home | History | Annotate | Download | only in Checkers

Lines Matching defs:BinOp

869   if (auto *BinOp = dyn_cast<BinaryOperator>(S)) {
870 if (BinOp->getOpcode() == BO_Assign)
871 return BinOp->getRHS();
958 const auto *BinOp = dyn_cast<BinaryOperator>(S);
963 const Stmt *NullabilitySource = BinOp ? BinOp->getRHS() : S;
971 const Stmt *NullabilitySource = BinOp ? BinOp->getLHS() : S;