Home | History | Annotate | Download | only in Checkers

Lines Matching full:binop

1016   if (auto *BinOp = dyn_cast<BinaryOperator>(S)) {
1017 if (BinOp->getOpcode() == BO_Assign)
1018 return BinOp->getRHS();
1174 const auto *BinOp = dyn_cast<BinaryOperator>(S);
1179 const Stmt *NullabilitySource = BinOp ? BinOp->getRHS() : S;
1187 const Stmt *NullabilitySource = BinOp ? BinOp->getLHS() : S;