mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
8 lines
273 B
Plaintext
8 lines
273 B
Plaintext
import python
|
|
import Util
|
|
|
|
from EssaVariable v, EssaDefinition def
|
|
where def = v.getDefinition() and not v.getSourceVariable() instanceof SpecialSsaSourceVariable
|
|
select locate(def.getLocation(), "abdefghijknrs_"),
|
|
v.getRepresentation() + " = " + def.getRepresentation()
|