qtil
advanced-security/qtil-cpp 0.0.4
Search

Member predicate ReturnStmt::hasExpr

Holds if this ‘return’ statement has an expression.

For example, this holds for

return 1+2;

but not for

return;
predicate hasExpr()