Member predicate ComputedGotoStmt::getExpr
Gets the expression used to compute the target of this ‘goto’ statement.
For example, for
goto *ptr;
the result is ptr
.
Gets the expression used to compute the target of this ‘goto’ statement.
For example, for
goto *ptr;
the result is ptr
.