mirror of
https://github.com/github/codeql.git
synced 2026-02-10 04:01:11 +01:00
6 lines
191 B
Plaintext
6 lines
191 B
Plaintext
import semmle.code.cpp.dataflow.internal.FlowVar
|
|
|
|
from PartialDefinition def
|
|
select def.getActualLocation().toString(), "partial def of " + def.toString(), def,
|
|
def.getSubBasicBlockStart()
|