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

Method OutputAddrOf

src/Variable.cpp:734–738  ·  view source on GitHub ↗

-------------------------------------------------------------- This function is a bit of hack, because --- &VOL_RVAL(g_4) is invalid when VOL_RVAL expands into a function call.

Source from the content-addressed store, hash-verified

732// &VOL_RVAL(g_4)
733// is invalid when VOL_RVAL expands into a function call.
734void
735Variable::OutputAddrOf(std::ostream &out) const
736{
737 out << "&" << get_actual_name();
738}
739
740// --------------------------------------------------------------
741void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected