Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NodePIFromCFG ¶
NodePIFromCFG returns the slice of all labels and the label-to-NodePI-interface map of the input CFG
func NodePSFromCFG ¶
NodePSFromCFG returns the slice of all labels and the label-to-NodePS-interface map of the input CFG
Types ¶
type NodePI ¶
type NodePI struct {
// contains filtered or unexported fields
}
NodePI is a concrete implementation of the dfa.NodePI interface, useful for stringlang CFGs
type NodePS ¶
type NodePS struct {
// contains filtered or unexported fields
}
NodePS is a concrete implementation of the path-sensitive dataflowanalysis.Node interface
func (*NodePS) PredsNotTaken ¶
func (*NodePS) PredsTaken ¶
func (*NodePS) SuccsNotTaken ¶
func (*NodePS) SuccsTaken ¶
Click to show internal directories.
Click to hide internal directories.