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

7 lines
252 B
Plaintext

import python
import Util
from EssaVariable var, ControlFlowNode use
where use = var.getAUse() and not var.getSourceVariable() instanceof SpecialSsaSourceVariable
select locate(use.getLocation(), "abdeghjks_"), var.getRepresentation(), use.toString()