MCPcopy Create free account
hub / github.com/csmith-project/csmith / IsOrderedStandardFunc

Method IsOrderedStandardFunc

src/FunctionInvocation.cpp:625–629  ·  view source on GitHub ↗

* Return true if `eFunc' defines and order for the evaluation of its * arguments. */

Source from the content-addressed store, hash-verified

623 * arguments.
624 */
625bool
626FunctionInvocation::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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected