func TestObjValueLookup(t *testing.T) { … }
func checkFuncValue(t *testing.T, prog *ssa.Program, obj *types.Func) { … }
func checkConstValue(t *testing.T, prog *ssa.Program, obj *types.Const) { … }
func checkVarValue(t *testing.T, pkg *ssa.Package, ref []ast.Node, obj *types.Var, expKind string, wantAddr bool) { … }
func TestValueForExpr(t *testing.T) { … }
func TestValueForExprStructConv(t *testing.T) { … }
func testValueForExpr(t *testing.T, testfile string) { … }
func TestEnclosingFunction(t *testing.T) { … }