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

Method FunctionInvocationBinary

src/FunctionInvocationBinary.cpp:92–99  ·  view source on GitHub ↗

* XXX: replace with a useful constructor. */

Source from the content-addressed store, hash-verified

90 * XXX: replace with a useful constructor.
91 */
92FunctionInvocationBinary::FunctionInvocationBinary(eBinaryOps op, const SafeOpFlags *flags)
93 : FunctionInvocation(eBinaryPrim, flags),
94 eFunc(op),
95 tmp_var1(""),
96 tmp_var2("")
97{
98 // Nothing else to do. Caller must build useful params.
99}
100
101FunctionInvocationBinary::FunctionInvocationBinary(eBinaryOps op, const SafeOpFlags *flags,
102 std::string &name1, std::string &name2)

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected