Files
codeql/python/ql/test/library-tests/PointsTo/new/Reachable.ql
2025-11-26 12:30:31 +00:00

8 lines
211 B
Plaintext

import python
private import LegacyPointsTo
import Util
from ControlFlowNode f, Context ctx
where PointsToInternal::reachableBlock(f.getBasicBlock(), ctx)
select locate(f.getLocation(), "m"), f.toString(), ctx