Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:isUnaryOp

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