Files
codeql/cpp/ql/test/library-tests/rvalueCast/rvalueCast.ql
2018-08-02 17:53:23 +01:00

8 lines
149 B
Plaintext

import cpp
from Function f
select f,
count(Expr e | f = e.getEnclosingFunction()),
count(ErrorExpr e | f = e.getEnclosingFunction())