var Analyzer …
type noReturn …
func (*noReturn) AFact() { … }
func (*noReturn) String() string { … }
type CFGs …
type declInfo …
type litInfo …
func (c *CFGs) FuncDecl(decl *ast.FuncDecl) *cfg.CFG { … }
func (c *CFGs) FuncLit(lit *ast.FuncLit) *cfg.CFG { … }
func run(pass *analysis.Pass) (interface{ … }
func (c *CFGs) buildDecl(fn *types.Func, di *declInfo) { … }
func (c *CFGs) callMayReturn(call *ast.CallExpr) (r bool) { … }
var panicBuiltin …
func hasReachableReturn(g *cfg.CFG) bool { … }
func isIntrinsicNoReturn(fn *types.Func) bool { … }