Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:isUnaryOp

206   bool isUnaryOp() const { return isOperator && Args.size() == 1; }
210 assert(isUnaryOp() || isBinaryOp());