qtil
advanced-security/qtil-cpp 0.0.4
Search

Member predicate CoReturnStmt::getOperand

Gets the operand of this co_return statement.

For example, for

co_return 1+2;

the operand is a function call return_value(1+2), and for

co_return;

the operand is a function call return_void().

FunctionCall getOperand()