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

Method StatementExpr

src/StatementExpr.cpp:77–82  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

75 *
76 */
77StatementExpr::StatementExpr(Block* b, const FunctionInvocation &e)
78 : Statement(eInvoke, b),
79 expr(e)
80{
81 // Nothing else to do.
82}
83
84/*
85 *

Callers

nothing calls this directly

Calls 2

get_typeMethod · 0.45
get_invokeMethod · 0.45

Tested by

no test coverage detected