Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_const_expressions.cpp52 #define OP_IS_BIN_COMP \ macro
770 if (isArithmeticOrBitflip || OP_IS_BIN_COMP) { in evaluate()
/system/tools/hidl/
DConstantExpression.cpp38 #define OP_IS_BIN_COMP (OPEQ("<") || OPEQ(">") || OPEQ("<=") || OPEQ(">=") || OPEQ("==") || … macro
283 if(isArithmeticOrBitflip || OP_IS_BIN_COMP) { in evaluate()