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() 141 T handleShift(T lval, const std::string& op, int64_t rval) { in handleShift() 151 bool handleLogical(bool lval, const std::string& op, bool rval) { in handleLogical() 698 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() 1062 std::unique_ptr<AidlConstantValue> lval, in AidlBinaryConstExpression()
|
/system/logging/liblog/ |
D | logprint.cpp | 629 int64_t lval; in android_log_printBinaryEvent() local
|