Searched refs:handleLogical (Results 1 - 1 of 1) sorted by relevance

/system/tools/hidl/
H A DConstantExpression.cpp143 bool handleLogical(bool lval, const char *op, bool rval) { function in namespace:android
147 SHOULD_NOT_REACH() << "Could not handleLogical for"
308 mValue = handleLogical(lval->mValue, op, rval->mValue);

Completed in 26 milliseconds