Files
codeql/python/ql/test/library-tests/PointsTo/new/Reachable.ql
2018-11-19 15:15:54 +00:00

9 lines
227 B
Plaintext

import python
private import semmle.python.pointsto.PointsTo
import Util
from ControlFlowNode f, Context ctx
where PointsTo::Test::reachableBlock(f.getBasicBlock(), ctx)
select locate(f.getLocation(), "m"), f.toString(), ctx