Versions in this module Expand all Collapse all v3 v3.0.0 Jan 29, 2019 Changes in this version + func IsNilError(fn *ssa.Function) bool + type Description struct + ConcreteReturnTypes []*types.Tuple + Infinite bool + Loops []Loop + NilError bool + Pure bool + Ranges vrp.Ranges + Stub bool + type Descriptions struct + CallGraph *callgraph.Graph + func NewDescriptions(prog *ssa.Program) *Descriptions + func (d *Descriptions) Get(fn *ssa.Function) Description + func (d *Descriptions) IsPure(fn *ssa.Function) bool + func (d *Descriptions) IsStub(fn *ssa.Function) bool + type Loop map[*ssa.BasicBlock]bool