CodeQL library for C/C++
codeql/cpp-all 0.12.9 (changelog, source)
Search

Member predicate StmtExpr::getResultExpr

Gets the result expression of the enclosed statement. For example, a+b is the result expression in this example:

x = ({ dosomething(); a+b; });
Expr getResultExpr()