Repositories (1)
CodeStyler
2 snippets stored for this repo
w is TaintedBoxedValue -> w
v.type != w.type -> v.taint()
else -> v
v is BoxedBasicValue ->
v.taint()
w is BoxedBasicValue ->