Searched defs:lval (Results  1 – 3 of 3) sorted by relevance
| /system/tools/hidl/ | 
| D | ConstantExpression.cpp | 118 T handleBinaryCommon(T lval, const std::string& op, T rval) {  in handleBinaryCommon() 146 T handleShift(T lval, const std::string& op, int64_t rval) {  in handleShift() 157 bool handleLogical(bool lval, const std::string& op, bool rval) {  in handleLogical() 704 BinaryConstantExpression::BinaryConstantExpression(ConstantExpression* lval, const std::string& op,  in BinaryConstantExpression()
  | 
| /system/tools/aidl/ | 
| D | aidl_const_expressions.cpp | 204 bool handleBinaryCommon(const AidlConstantValue& context, T lval, const string& op, T rval,  in handleBinaryCommon() 227 bool handleShift(const AidlConstantValue& context, T lval, const string& op, T rval, int64_t* out) {  in handleShift() 236 bool handleLogical(const AidlConstantValue& context, bool lval, const string& op, bool rval,  in handleLogical() 1170                                                      std::unique_ptr<AidlConstantValue> lval,  in AidlBinaryConstExpression()
  | 
| /system/logging/liblog/ | 
| D | logprint.cpp | 620   int64_t lval;  in android_log_printBinaryEvent()  local
  |