mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
8 lines
211 B
Plaintext
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
|