Home | History | Annotate | Download | only in Chapter8

Lines Matching refs:isBinaryOp

373   bool isBinaryOp() const { return IsOperator && Args.size() == 2; }
376 assert(isUnaryOp() || isBinaryOp());
1237 if (P.isBinaryOp())
1306 if (P.isBinaryOp())