-------------------------------------------------------------- This function is a bit of hack, because --- &VOL_RVAL(g_4) is invalid when VOL_RVAL expands into a function call.
| 732 | // &VOL_RVAL(g_4) |
| 733 | // is invalid when VOL_RVAL expands into a function call. |
| 734 | void |
| 735 | Variable::OutputAddrOf(std::ostream &out) const |
| 736 | { |
| 737 | out << "&" << get_actual_name(); |
| 738 | } |
| 739 | |
| 740 | // -------------------------------------------------------------- |
| 741 | void |
nothing calls this directly
no outgoing calls
no test coverage detected