CodeQL library for Go
codeql/go-all 0.8.0 (changelog, source)
Search

Module Internal

Import path

import semmle.go.dataflow.SsaImpl

Predicates

defAt

Holds if the ith node of bb defines v.

getDefReachingEndOf

Gets an SSA definition of v that reaches the end of basic block bb.

getDefinition

Gets the unique SSA definition of v whose value reaches the ith node of bb, which is a use of v.

useAt

Holds if the ith node of bb reads v.

Datatypes

TSsaDefinition

A data type representing SSA definitions.