Searched refs:OR_OPERATOR (Results 1 – 4 of 4) sorted by relevance
281 case UScriptExpression::OR_OPERATOR: in Computer()391 case UScriptExpression::OR_OPERATOR: in Computer()451 case UScriptExpression::OR_OPERATOR: in ComputerReturn()
134 if (action_ == OR_OPERATOR && left != nullptr && left->IsTrue()) { in Execute()
53 OR_OPERATOR enumerator
218 $$ = BinaryExpression::CreateExpression(UScriptExpression::OR_OPERATOR, $1, $3);