Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Semanticer ¶
type Semanticer interface { // TransferFunction returns a PlainFF which describes the change of a lattice.Valuer caused by node TransferFunction(node ssa.Instruction, pointers *pointer.Result) PlainFF }
Semanticer is an interface for a transfer function A transfer function describes the change in a Lattice caused by an expression. In our implementation, an expression is represented by a ssa.Instruction.
Click to show internal directories.
Click to hide internal directories.