qtil
advanced-security/qtil-cpp 0.0.4
Search

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.

Expr getExpr()