* Return true if `eFunc' defines and order for the evaluation of its * arguments. */
| 623 | * arguments. |
| 624 | */ |
| 625 | bool |
| 626 | FunctionInvocation::IsOrderedStandardFunc(eBinaryOps eFunc) |
| 627 | { |
| 628 | return ((eFunc == eAnd) || (eFunc == eOr)); |
| 629 | } |
| 630 | |
| 631 | /* |
| 632 | * Return true if `op' is suitable as a floating point binary operator |
nothing calls this directly
no outgoing calls
no test coverage detected