var CheckFunc … var Opt … var Deadcode … var Copyelim … var testCtxts … func testConfig(tb testing.TB) *Conf { … } func testConfigS390X(tb testing.TB) *Conf { … } func testConfigARM64(tb testing.TB) *Conf { … } func testConfigArch(tb testing.TB, arch string) *Conf { … } type Conf … func (c *Conf) Frontend() Frontend { … } func (c *Conf) Temp(typ *types.Type) *ir.Name { … } type TestFrontend … func (TestFrontend) StringData(s string) *obj.LSym { … } func (d TestFrontend) SplitSlot(parent *LocalSlot, suffix string, offset int64, t *types.Type) LocalSlot { … } func (d TestFrontend) Syslook(s string) *obj.LSym { … } func (TestFrontend) UseWriteBarrier() bool { … } func (d TestFrontend) Logf(msg string, args ...interface{ … } func (d TestFrontend) Log() bool { … } func (d TestFrontend) Fatalf(_ src.XPos, msg string, args ...interface{ … } func (d TestFrontend) Warnl(_ src.XPos, msg string, args ...interface{ … } func (d TestFrontend) Debug_checknil() bool { … } func (d TestFrontend) Func() *ir.Func { … } var testTypes … func init() { … }