Home
last modified time | relevance | path

Searched refs:newOp (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/
DConstantExpression.cpp307 std::string newOp = mOp; in evaluate() local
315 newOp = OPEQ("<<") ? std::string(">>") : std::string("<<"); in evaluate()
320 mValue = handleShift(static_cast<__type__>(mLval->mValue), newOp, numBits); \ in evaluate()
/system/tools/aidl/
Daidl_const_expressions.cpp1163 string newOp = op_; in evaluate() local
1172 newOp = OPEQ("<<") ? ">>" : "<<"; in evaluate()
1177 return is_valid_ = handleShift(*this, static_cast<__type__>(left_val_->final_value_), newOp, \ in evaluate()