mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
7 lines
268 B
Plaintext
7 lines
268 B
Plaintext
import python
|
|
import Util
|
|
|
|
from SsaSourceVariable var, ControlFlowNode use, BasicBlock pred
|
|
where var.hasRefinementEdge(use, pred, _) and not var instanceof SpecialSsaSourceVariable
|
|
select locate(pred.getLastNode().getLocation(), "ab"), var.(Variable), use.toString()
|