Files
codeql/cpp/ql/test/library-tests/ir/ssa/aliased_ssa_overlap.ql
Geoffrey White b692b1b282 C++: Autoformat.
2024-10-10 17:26:38 +01:00

6 lines
205 B
Plaintext

import semmle.code.cpp.ir.implementation.aliased_ssa.internal.AliasedSSA
from AllocationMemoryLocation def, AllocationMemoryLocation use, Overlap ovr
where ovr = getOverlap(def, use)
select def, use, ovr