Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_const_expressions.cpp55 #define OP_IS_BIN_LOGICAL (OPEQ("||") || OPEQ("&&")) macro
816 if (OP_IS_BIN_LOGICAL) { in evaluate()
/system/tools/hidl/
DConstantExpression.cpp40 #define OP_IS_BIN_LOGICAL (OPEQ("||") || OPEQ("&&")) macro
321 if(OP_IS_BIN_LOGICAL) { in evaluate()