Home | History | Annotate | Download | only in AST

Lines Matching full:binop

519   // If we have a binary expr, dispatch to the subcode of the binop.  A smart
522 if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(S)) {
523 switch (BinOp->getOpcode()) {