Home
last modified time | relevance | path

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

/system/tools/hidl/
DConstantExpression.cpp36 #define OP_IS_BIN_ARITHMETIC (OPEQ("+") || OPEQ("-") || OPEQ("*") || OPEQ("/") || OPEQ("%")) macro
280 bool isArithmeticOrBitflip = OP_IS_BIN_ARITHMETIC || OP_IS_BIN_BITFLIP; in evaluate()
/system/tools/aidl/
Daidl_const_expressions.cpp158 #define OP_IS_BIN_ARITHMETIC (OPEQ("+") || OPEQ("-") || OPEQ("*") || OPEQ("/") || OPEQ("%")) macro
922 bool isArithmeticOrBitflip = OP_IS_BIN_ARITHMETIC || OP_IS_BIN_BITFLIP; in evaluate()