OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgo/] [go/] [go/] [doc/] [testdata/] [b.1.golden] - Rev 747

Compare with Previous | Blame | View Log

// 
PACKAGE b

IMPORTPATH
        testdata/b

IMPORTS
        a

FILENAMES
        testdata/b.go

CONSTANTS
        // 
        const Pi = 3.14 // Pi


VARIABLES
        // 
        var MaxInt int  // MaxInt


FUNCTIONS
        // 
        func F(x int) int

        // Always under the package functions list. 
        func NotAFactory() int


TYPES
        // 
        type T struct{} // T

        // 
        var V T // v

        // 
        func (x *T) M()

        // Should only appear if AllDecls is set. 
        type uint struct{}

        // Associated with uint type if AllDecls is set. 
        func UintFactory() uint

        // Associated with uint type if AllDecls is set. 
        func uintFactory() uint

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.