gotools/go/ssa/source_test.go

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) {}

// Ensure that, in debug mode, we can determine the ssa.Value
// corresponding to every ast.Expr.
func TestValueForExpr(t *testing.T) {}

func TestValueForExprStructConv(t *testing.T) {}

func testValueForExpr(t *testing.T, testfile string) {}

func TestEnclosingFunction(t *testing.T) {}