Home | History | Annotate | Download | only in Chapter9

Lines Matching defs:isBinaryOp

374   bool isBinaryOp() const { return IsOperator && Args.size() == 2; }
377 assert(isUnaryOp() || isBinaryOp());
1233 if (P.isBinaryOp())
1302 if (P.isBinaryOp())