Searched refs:handleLogical (Results 1 – 2 of 2) sorted by relevance
145 bool handleLogical(bool lval, const std::string& op, bool rval) { in handleLogical() function318 mValue = handleLogical(mLval->mValue, mOp, mRval->mValue); in evaluate()
107 bool handleLogical(bool lval, const string& op, bool rval) { in handleLogical() function776 final_value_ = handleLogical(left_val_->final_value_, op_, right_val_->final_value_); in evaluate()