Searched refs:newOp (Results 1 – 2 of 2) sorted by relevance
307 std::string newOp = mOp; in evaluate() local315 newOp = OPEQ("<<") ? std::string(">>") : std::string("<<"); in evaluate()320 mValue = handleShift(static_cast<__type__>(mLval->mValue), newOp, numBits); \ in evaluate()
1163 string newOp = op_; in evaluate() local1172 newOp = OPEQ("<<") ? ">>" : "<<"; in evaluate()1177 return is_valid_ = handleShift(*this, static_cast<__type__>(left_val_->final_value_), newOp, \ in evaluate()