Searched refs:handleShift (Results 1 – 2 of 2) sorted by relevance
/system/tools/hidl/ |
D | ConstantExpression.cpp | 141 T handleShift(T lval, const std::string& op, int64_t rval) { in handleShift() function 314 mValue = handleShift(static_cast<__type__>(mLval->mValue), newOp, numBits); \ in evaluate()
|
/system/tools/aidl/ |
D | aidl_const_expressions.cpp | 227 bool handleShift(const AidlConstantValue& context, T lval, const string& op, T rval, int64_t* out) { in handleShift() function 990 return is_valid_ = handleShift(*this, static_cast<__type__>(left_val_->final_value_), newOp, \ in evaluate()
|