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

Injector Internal::TPhi

An SSA phi node, that is, a pseudo-definition for a variable at a point in the flow graph where otherwise two or more definitions for the variable would be visible.

Import path

import semmle.go.dataflow.SsaImpl
TPhi TPhi(ReachableJoinBlock bb, SsaSourceVariable v)