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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgo/] [go/] [go/] [doc/] [testdata/] [b.2.golden] - Blame information for rev 747

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 747 jeremybenn
//
2
PACKAGE b
3
 
4
IMPORTPATH
5
        testdata/b
6
 
7
IMPORTS
8
        a
9
 
10
FILENAMES
11
        testdata/b.go
12
 
13
CONSTANTS
14
        //
15
        const Pi = 3.14 // Pi
16
 
17
 
18
VARIABLES
19
        //
20
        var MaxInt int  // MaxInt
21
 
22
 
23
FUNCTIONS
24
        //
25
        func F(x int) int
26
 
27
        // Always under the package functions list.
28
        func NotAFactory() int
29
 
30
        // Associated with uint type if AllDecls is set.
31
        func UintFactory() uint
32
 
33
 
34
TYPES
35
        //
36
        type T struct{} // T
37
 
38
        //
39
        var V T // v
40
 
41
        //
42
        func (x *T) M()
43
 

powered by: WebSVN 2.1.0

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