diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2012-01-25 23:13:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2012-01-25 23:13:36 +0000 |
commit | e5a9c99718ae2670e16ccff4b95de99980b78199 (patch) | |
tree | a0fb27e0b9e8203a4a7615ff26cc721ff4ccab0a /gcc/testsuite/go.test | |
parent | 5cfa7039f35da1d11e0921da5268e185b11e63e5 (diff) | |
download | gcc-e5a9c99718ae2670e16ccff4b95de99980b78199.zip gcc-e5a9c99718ae2670e16ccff4b95de99980b78199.tar.gz gcc-e5a9c99718ae2670e16ccff4b95de99980b78199.tar.bz2 |
Remove a couple of object files committed by accident.
From-SVN: r183542
Diffstat (limited to 'gcc/testsuite/go.test')
-rw-r--r-- | gcc/testsuite/go.test/test/bench/go1/_gotest_.6 | 885 | ||||
-rw-r--r-- | gcc/testsuite/go.test/test/bench/go1/_testmain.6 | 261 |
2 files changed, 0 insertions, 1146 deletions
diff --git a/gcc/testsuite/go.test/test/bench/go1/_gotest_.6 b/gcc/testsuite/go.test/test/bench/go1/_gotest_.6 deleted file mode 100644 index 9fa1baa..0000000 --- a/gcc/testsuite/go.test/test/bench/go1/_gotest_.6 +++ /dev/null @@ -1,885 +0,0 @@ -go object linux amd64 weekly.2012-01-15 11312+ X:none - exports automatically generated from - template_test.go in package "go1" - -$$ // exports - package go1 - import log "log" - import ioutil "io/ioutil" - import runtime "runtime" - import bufio "bufio" - import bzip2 "compress/bzip2" - import io "io" - import gzip "compress/gzip" - import testing "testing" - import base64 "encoding/base64" - import strings "strings" - import gob "encoding/gob" - import reflect "reflect" - import template "text/template" - import json "encoding/json" - import bytes "bytes" - type @"".binaryNode struct { @"".item int; @"".left *@"".binaryNode; @"".right *@"".binaryNode } - func (@"".n *@"".binaryNode "noescape") @"".itemCheck() (? int) - func @"".bottomUpTree(@"".item int, @"".depth int) (? *@"".binaryNode) - const @"".minDepth = 4 - func @"".binarytree(@"".n int) - import time "time" // indirect - type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool } - type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool } - type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone } - func (@"time".l *@"time".Location) String() (? string) - func (@"time".l *@"time".Location) @"time".get() (? *@"time".Location) - func (@"time".l *@"time".Location) @"time".lookup(@"time".sec int64) (@"time".name string, @"time".offset int, @"time".isDST bool, @"time".start int64, @"time".end int64) - func (@"time".l *@"time".Location) @"time".lookupName(@"time".name string "noescape") (@"time".offset int, @"time".isDST bool, @"time".ok bool) - func (@"time".l *@"time".Location) @"time".lookupOffset(@"time".offset int) (@"time".name string, @"time".isDST bool, @"time".ok bool) - type @"time".Duration int64 - func (@"time".d @"time".Duration) Hours() (? float64) - func (@"time".d @"time".Duration) Minutes() (? float64) - func (@"time".d @"time".Duration) Nanoseconds() (? int64) { return int64(@"time".d) } - func (@"time".d @"time".Duration) Seconds() (? float64) - func (@"time".d @"time".Duration) String() (? string) - type @"time".Month int - func (@"time".m @"time".Month) String() (? string) { return @"time".months[@"time".m - @"time".Month(1)] } - type @"time".Weekday int - func (@"time".d @"time".Weekday) String() (? string) { return @"time".days[@"time".d] } - type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location } - func (@"time".t @"time".Time) Add(@"time".d @"time".Duration) (? @"time".Time) - func (@"time".t @"time".Time) AddDate(@"time".years int, @"time".months int, @"time".days int) (? @"time".Time) - func (@"time".t @"time".Time "noescape") After(@"time".u @"time".Time "noescape") (? bool) { return @"time".t.@"time".sec > @"time".u.@"time".sec || @"time".t.@"time".sec == @"time".u.@"time".sec && @"time".t.@"time".nsec > @"time".u.@"time".nsec } - func (@"time".t @"time".Time "noescape") Before(@"time".u @"time".Time "noescape") (? bool) { return @"time".t.@"time".sec < @"time".u.@"time".sec || @"time".t.@"time".sec == @"time".u.@"time".sec && @"time".t.@"time".nsec < @"time".u.@"time".nsec } - func (@"time".t @"time".Time) Clock() (@"time".hour int, @"time".min int, @"time".sec int) - func (@"time".t @"time".Time) Date() (@"time".year int, @"time".month @"time".Month, @"time".day int) - func (@"time".t @"time".Time) Day() (? int) - func (@"time".t @"time".Time "noescape") Equal(@"time".u @"time".Time "noescape") (? bool) { return @"time".t.@"time".sec == @"time".u.@"time".sec && @"time".t.@"time".nsec == @"time".u.@"time".nsec } - func (@"time".t @"time".Time) Format(@"time".layout string) (? string) - func (@"time".t *@"time".Time "noescape") GobDecode(@"time".buf []byte "noescape") (? error) - func (@"time".t @"time".Time) GobEncode() (? []byte, ? error) - func (@"time".t @"time".Time) Hour() (? int) - func (@"time".t @"time".Time) ISOWeek() (@"time".year int, @"time".week int) - func (@"time".t @"time".Time) In(@"time".loc *@"time".Location) (? @"time".Time) - func (@"time".t @"time".Time "noescape") IsZero() (? bool) { return @"time".t.@"time".sec == 0 && @"time".t.@"time".nsec == 0 } - func (@"time".t @"time".Time) Local() (? @"time".Time) - func (@"time".t @"time".Time) Location() (? *@"time".Location) - func (@"time".t @"time".Time) MarshalJSON() (? []byte, ? error) - func (@"time".t @"time".Time) Minute() (? int) - func (@"time".t @"time".Time) Month() (? @"time".Month) - func (@"time".t @"time".Time "noescape") Nanosecond() (? int) { return int(@"time".t.@"time".nsec) } - func (@"time".t @"time".Time) Second() (? int) - func (@"time".t @"time".Time) String() (? string) - func (@"time".t @"time".Time "noescape") Sub(@"time".u @"time".Time "noescape") (? @"time".Duration) { return @"time".Duration(@"time".t.@"time".sec - @"time".u.@"time".sec) * @"time".Duration(1000000000) + @"time".Duration(@"time".t.@"time".nsec - @"time".u.@"time".nsec) } - func (@"time".t @"time".Time) UTC() (? @"time".Time) - func (@"time".t @"time".Time "noescape") Unix() (? int64) { return @"time".t.@"time".sec + -62135596800 } - func (@"time".t @"time".Time "noescape") UnixNano() (? int64) { return (@"time".t.@"time".sec + -62135596800) * 1000000000 + int64(@"time".t.@"time".nsec) } - func (@"time".t *@"time".Time "noescape") UnmarshalJSON(@"time".data []byte "noescape") (@"time".err error) - func (@"time".t @"time".Time) Weekday() (? @"time".Weekday) - func (@"time".t @"time".Time) Year() (? int) - func (@"time".t @"time".Time) Zone() (@"time".name string, @"time".offset int) - func (@"time".t @"time".Time) @"time".abs() (? uint64) - func (@"time".t @"time".Time) @"time".date(@"time".full bool) (@"time".year int, @"time".month @"time".Month, @"time".day int, @"time".yday int) - type @"testing".common struct { @"testing".output []byte; @"testing".failed bool; @"testing".start @"time".Time; @"testing".duration @"time".Duration; @"testing".self interface {}; @"testing".signal chan interface {} } - func (@"testing".c *@"testing".common "noescape") Error(@"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Errorf(@"testing".format string "noescape", @"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Fail() { @"testing".c.@"testing".failed = true } - func (@"testing".c *@"testing".common "noescape") FailNow() - func (@"testing".c *@"testing".common "noescape") Failed() (? bool) { return @"testing".c.@"testing".failed } - func (@"testing".c *@"testing".common "noescape") Fatal(@"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Fatalf(@"testing".format string "noescape", @"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Log(@"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Logf(@"testing".format string "noescape", @"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") @"testing".log(@"testing".s string) - type @"testing".InternalBenchmark struct { Name string; F func(@"testing".b *@"testing".B) } - type @"testing".BenchmarkResult struct { N int; T @"time".Duration; Bytes int64 } - func (@"testing".r @"testing".BenchmarkResult) NsPerOp() (? int64) - func (@"testing".r @"testing".BenchmarkResult) String() (? string) - func (@"testing".r @"testing".BenchmarkResult) @"testing".mbPerSec() (? float64) - type @"testing".B struct { ? @"testing".common; N int; @"testing".benchmark @"testing".InternalBenchmark; @"testing".bytes int64; @"testing".timerOn bool; @"testing".result @"testing".BenchmarkResult } - func (@"testing".b *@"testing".B "noescape") ResetTimer() - func (@"testing".b *@"testing".B "noescape") SetBytes(@"testing".n int64) { @"testing".b.@"testing".bytes = @"testing".n } - func (@"testing".b *@"testing".B "noescape") StartTimer() - func (@"testing".b *@"testing".B "noescape") StopTimer() - func (@"testing".b *@"testing".B) @"testing".launch() - func (@"testing".b *@"testing".B "noescape") @"testing".nsPerOp() (? int64) - func (@"testing".b *@"testing".B) @"testing".run() (? @"testing".BenchmarkResult) - func (@"testing".b *@"testing".B) @"testing".runN(@"testing".n int) - func (@"testing".b *@"testing".B "noescape") @"testing".trimOutput() - func @"".BenchmarkBinaryTree17(@"".b *@"testing".B "noescape") - func @"".fannkuch(@"".n int) (? int) - func @"".BenchmarkFannkuch11(@"".b *@"testing".B "noescape") - var @"".fasta25m []byte - func @"".fasta(@"".n int) (? []byte) - type @"".fastaBuffer []byte - func (@"".b *@"".fastaBuffer "noescape") Flush() - func (@"".b *@"".fastaBuffer "noescape") NextWrite(@"".n int) (? []byte) - func (@"".b *@"".fastaBuffer "noescape") WriteString(@"".s string "noescape") - const @"".fastaLine = 60 - func @"".fastaRepeat(@"".out *@"".fastaBuffer "noescape", @"".alu []byte "noescape", @"".n int) - const @"".fastaLookupSize = 4096 - const @"".fastaLookupScale float64 = 4095p+0 - var @"".fastaRand uint32 - type @"".fastaAcid struct { @"".sym byte; @"".prob float64; @"".cprob float64; @"".next *@"".fastaAcid } - func @"".fastaComputeLookup(@"".acid []@"".fastaAcid) (? *[4096]*@"".fastaAcid) - func @"".fastaRandom(@"".out *@"".fastaBuffer "noescape", @"".acid []@"".fastaAcid, @"".n int) - var @"".gobbytes []byte - type @"".JSONNode struct { Name string "json:\"name\""; Kids []*@"".JSONNode "json:\"kids\""; CLWeight float64 "json:\"cl_weight\""; Touches int "json:\"touches\""; MinT int64 "json:\"min_t\""; MaxT int64 "json:\"max_t\""; MeanT int64 "json:\"mean_t\"" } - type @"".JSONResponse struct { Tree *@"".JSONNode "json:\"tree\""; Username string "json:\"username\"" } - var @"".gobdata *@"".JSONResponse - func @"".gobinit() - func @"".gobResponse(@"".r *@"".JSONResponse) (? *@"".JSONResponse) - func @"".gobNode(@"".n *@"".JSONNode "noescape") (? *@"".JSONNode) - func @"".gobdec() - func @"".gobenc() - func @"".BenchmarkGobDecode(@"".b *@"testing".B "noescape") - func @"".BenchmarkGobEncode(@"".b *@"testing".B "noescape") - var @"".jsongunz []byte - var @"".jsongz []byte - func @"".init·1() - func @"".gzip() - func @"".gunzip() - func @"".BenchmarkGzip(@"".b *@"testing".B "noescape") - func @"".BenchmarkGunzip(@"".b *@"testing".B "noescape") - var @"".jsonbytes []byte - var @"".jsondata @"".JSONResponse - func @"".init·2() - func @"".jsondec() - func @"".jsonenc() - func @"".BenchmarkJSONEncode(@"".b *@"testing".B "noescape") - func @"".BenchmarkJSONDecode(@"".b *@"testing".B "noescape") - var @"".jsonbz2_base64 string - var @"".revCompTable [256]uint8 - func @"".revcomp(@"".data []byte) - func @"".BenchmarkRevcomp25M(@"".b *@"testing".B "noescape") - const @"".tmplText = "\n{\n\t\"tree\":{{template \"node\" .Tree}},\n\t\"username\":\"{{.Username}}\"\n}\n{{define \"node\"}}\n{\n\t\"name\":\"{{.Name}}\",\n\t\"kids\":[\n\t{{range $i, $k := .Kids}}\n\t\t{{if $i}}\n\t\t\t,\n\t\t{{end}}\n\t\t{{template \"node\" $k}}\n\t{{end}}\n\t],\n\t\"cl_weight\":{{.CLWeight}},\n\t\"touches\":{{.Touches}},\n\t\"min_t\":{{.MinT}},\n\t\"max_t\":{{.MaxT}},\n\t\"mean_t\":{{.MeanT}}\n}\n{{end}}\n" - func @"".stripTabNL(@"".r rune) (? rune) - import parse "text/template/parse" // indirect - type @"text/template/parse".NodeType int - func (@"text/template/parse".t @"text/template/parse".NodeType) Type() (? @"text/template/parse".NodeType) { return @"text/template/parse".t } - type @"text/template/parse".Node interface { Type() (? @"text/template/parse".NodeType); String() (? string) } - type @"text/template/parse".ListNode struct { ? @"text/template/parse".NodeType; Nodes []@"text/template/parse".Node } - func (@"text/template/parse".l *@"text/template/parse".ListNode "noescape") String() (? string) - func (@"text/template/parse".l *@"text/template/parse".ListNode "noescape") @"text/template/parse".append(@"text/template/parse".n @"text/template/parse".Node) { @"text/template/parse".l.Nodes = append(@"text/template/parse".l.Nodes, @"text/template/parse".n) } - type @"text/template/parse".stateFn func(? *@"text/template/parse".lexer) (? @"text/template/parse".stateFn) - type @"text/template/parse".itemType int - func (@"text/template/parse".i @"text/template/parse".itemType) String() (? string) - type @"text/template/parse".item struct { @"text/template/parse".typ @"text/template/parse".itemType; @"text/template/parse".val string } - func (@"text/template/parse".i @"text/template/parse".item) String() (? string) - type @"text/template/parse".lexer struct { @"text/template/parse".name string; @"text/template/parse".input string; @"text/template/parse".leftDelim string; @"text/template/parse".rightDelim string; @"text/template/parse".state @"text/template/parse".stateFn; @"text/template/parse".pos int; @"text/template/parse".start int; @"text/template/parse".width int; @"text/template/parse".items chan @"text/template/parse".item } - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".accept(@"text/template/parse".valid string "noescape") (? bool) - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".acceptRun(@"text/template/parse".valid string "noescape") - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".backup() - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".emit(@"text/template/parse".t @"text/template/parse".itemType) - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".errorf(@"text/template/parse".format string "noescape", @"text/template/parse".args ...interface {} "noescape") (? @"text/template/parse".stateFn) - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".ignore() { @"text/template/parse".l.@"text/template/parse".start = @"text/template/parse".l.@"text/template/parse".pos } - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".lineNumber() (? int) - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".next() (@"text/template/parse".r rune) - func (@"text/template/parse".l *@"text/template/parse".lexer) @"text/template/parse".nextItem() (? @"text/template/parse".item) - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".peek() (? rune) - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".scanNumber() (? bool) - type @"text/template/parse".CommandNode struct { ? @"text/template/parse".NodeType; Args []@"text/template/parse".Node } - func (@"text/template/parse".c *@"text/template/parse".CommandNode "noescape") String() (? string) - func (@"text/template/parse".c *@"text/template/parse".CommandNode "noescape") @"text/template/parse".append(@"text/template/parse".arg @"text/template/parse".Node) { @"text/template/parse".c.Args = append(@"text/template/parse".c.Args, @"text/template/parse".arg) } - type @"text/template/parse".VariableNode struct { ? @"text/template/parse".NodeType; Ident []string } - func (@"text/template/parse".v *@"text/template/parse".VariableNode "noescape") String() (? string) - type @"text/template/parse".PipeNode struct { ? @"text/template/parse".NodeType; Line int; Decl []*@"text/template/parse".VariableNode; Cmds []*@"text/template/parse".CommandNode } - func (@"text/template/parse".p *@"text/template/parse".PipeNode "noescape") String() (? string) - func (@"text/template/parse".p *@"text/template/parse".PipeNode "noescape") @"text/template/parse".append(@"text/template/parse".command *@"text/template/parse".CommandNode) { @"text/template/parse".p.Cmds = append(@"text/template/parse".p.Cmds, @"text/template/parse".command) } - type @"text/template/parse".Tree struct { Name string; Root *@"text/template/parse".ListNode; @"text/template/parse".funcs []map[string]interface {}; @"text/template/parse".lex *@"text/template/parse".lexer; @"text/template/parse".token [2]@"text/template/parse".item; @"text/template/parse".peekCount int; @"text/template/parse".vars []string } - func (@"text/template/parse".t *@"text/template/parse".Tree) Parse(@"text/template/parse".s string, @"text/template/parse".leftDelim string, @"text/template/parse".rightDelim string, @"text/template/parse".treeSet map[string]*@"text/template/parse".Tree "noescape", @"text/template/parse".funcs ...map[string]interface {}) (@"text/template/parse".tree *@"text/template/parse".Tree, @"text/template/parse".err error) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".action() (@"text/template/parse".n @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree) @"text/template/parse".add(@"text/template/parse".treeSet map[string]*@"text/template/parse".Tree "noescape") - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".atEOF() (? bool) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".backup() - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".backup2(@"text/template/parse".t1 @"text/template/parse".item) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".command() (? *@"text/template/parse".CommandNode) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".elseControl() (? @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".endControl() (? @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".error(@"text/template/parse".err error) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".errorf(@"text/template/parse".format string, @"text/template/parse".args ...interface {} "noescape") - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".expect(@"text/template/parse".expected @"text/template/parse".itemType, @"text/template/parse".context string) (? @"text/template/parse".item) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".expectOneOf(@"text/template/parse".expected1 @"text/template/parse".itemType, @"text/template/parse".expected2 @"text/template/parse".itemType, @"text/template/parse".context string) (? @"text/template/parse".item) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".hasFunction(@"text/template/parse".name string "noescape") (? bool) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".ifControl() (? @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".itemList() (@"text/template/parse".list *@"text/template/parse".ListNode, @"text/template/parse".next @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".next() (? @"text/template/parse".item) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".parse(@"text/template/parse".treeSet map[string]*@"text/template/parse".Tree "noescape") (@"text/template/parse".next @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".parseControl(@"text/template/parse".context string) (@"text/template/parse".lineNum int, @"text/template/parse".pipe *@"text/template/parse".PipeNode, @"text/template/parse".list *@"text/template/parse".ListNode, @"text/template/parse".elseList *@"text/template/parse".ListNode) - func (@"text/template/parse".t *@"text/template/parse".Tree) @"text/template/parse".parseDefinition(@"text/template/parse".treeSet map[string]*@"text/template/parse".Tree "noescape") - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".peek() (? @"text/template/parse".item) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".pipeline(@"text/template/parse".context string) (@"text/template/parse".pipe *@"text/template/parse".PipeNode) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".popVars(@"text/template/parse".n int) { @"text/template/parse".t.@"text/template/parse".vars = @"text/template/parse".t.@"text/template/parse".vars[:@"text/template/parse".n] } - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".rangeControl() (? @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".recover(@"text/template/parse".errp *error "noescape") - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".startParse(@"text/template/parse".funcs []map[string]interface {}, @"text/template/parse".lex *@"text/template/parse".lexer) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".stopParse() - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".templateControl() (? @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".textOrAction() (? @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".unexpected(@"text/template/parse".token @"text/template/parse".item, @"text/template/parse".context string) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".useVar(@"text/template/parse".name string "noescape") (? @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".withControl() (? @"text/template/parse".Node) - type @"text/template".FuncMap map[string]interface {} - type @"runtime".Type interface {} - type @"reflect".method struct { @"reflect".name *string; @"reflect".pkgPath *string; @"reflect".mtyp *@"runtime".Type; @"reflect".typ *@"runtime".Type; @"reflect".ifn @"unsafe".Pointer; @"reflect".tfn @"unsafe".Pointer } - type @"reflect".ChanDir int - func (@"reflect".d @"reflect".ChanDir) String() (? string) - type @"reflect".StructTag string - func (@"reflect".tag @"reflect".StructTag "noescape") Get(@"reflect".key string "noescape") (? string) - type @"reflect".StructField struct { PkgPath string; Name string; Type @"reflect".Type; Tag @"reflect".StructTag; Offset uintptr; Index []int; Anonymous bool } - type @"reflect".Kind uint - func (@"reflect".k @"reflect".Kind) String() (? string) - type @"reflect".Type interface { Align() (? int); FieldAlign() (? int); Method(? int) (? @"reflect".Method); MethodByName(? string) (? @"reflect".Method, ? bool); NumMethod() (? int); Name() (? string); PkgPath() (? string); Size() (? uintptr); String() (? string); Kind() (? @"reflect".Kind); Implements(@"reflect".u @"reflect".Type) (? bool); AssignableTo(@"reflect".u @"reflect".Type) (? bool); Bits() (? int); ChanDir() (? @"reflect".ChanDir); IsVariadic() (? bool); Elem() (? @"reflect".Type); Field(@"reflect".i int) (? @"reflect".StructField); FieldByIndex(@"reflect".index []int) (? @"reflect".StructField); FieldByName(@"reflect".name string) (? @"reflect".StructField, ? bool); FieldByNameFunc(@"reflect".match func(? string) (? bool)) (? @"reflect".StructField, ? bool); In(@"reflect".i int) (? @"reflect".Type); Key() (? @"reflect".Type); Len() (? int); NumField() (? int); NumIn() (? int); NumOut() (? int); Out(@"reflect".i int) (? @"reflect".Type); @"reflect".runtimeType() (? *@"runtime".Type); @"reflect".common() (? *@"reflect".commonType); @"reflect".uncommon() (? *@"reflect".uncommonType) } - type @"reflect".Method struct { PkgPath string; Name string; Type @"reflect".Type; Func @"reflect".Value; Index int } - type @"reflect".uncommonType struct { @"reflect".name *string; @"reflect".pkgPath *string; @"reflect".methods []@"reflect".method } - func (@"reflect".t *@"reflect".uncommonType "noescape") Method(@"reflect".i int) (@"reflect".m @"reflect".Method) - func (@"reflect".t *@"reflect".uncommonType "noescape") MethodByName(@"reflect".name string "noescape") (@"reflect".m @"reflect".Method, @"reflect".ok bool) - func (@"reflect".t *@"reflect".uncommonType "noescape") Name() (? string) - func (@"reflect".t *@"reflect".uncommonType "noescape") NumMethod() (? int) - func (@"reflect".t *@"reflect".uncommonType "noescape") PkgPath() (? string) - func (@"reflect".t *@"reflect".uncommonType) @"reflect".uncommon() (? *@"reflect".uncommonType) { return @"reflect".t } - type @"reflect".commonType struct { @"reflect".size uintptr; @"reflect".hash uint32; _ uint8; @"reflect".align uint8; @"reflect".fieldAlign uint8; @"reflect".kind uint8; @"reflect".alg *uintptr; @"reflect".string *string; ? *@"reflect".uncommonType; @"reflect".ptrToThis *@"runtime".Type } - func (@"reflect".t *@"reflect".commonType "noescape") Align() (? int) { return int(@"reflect".t.@"reflect".align) } - func (@"reflect".t *@"reflect".commonType "noescape") AssignableTo(@"reflect".u @"reflect".Type "noescape") (? bool) - func (@"reflect".t *@"reflect".commonType "noescape") Bits() (? int) - func (@"reflect".t *@"reflect".commonType "noescape") ChanDir() (? @"reflect".ChanDir) - func (@"reflect".t *@"reflect".commonType "noescape") Elem() (? @"reflect".Type) - func (@"reflect".t *@"reflect".commonType "noescape") Field(@"reflect".i int) (? @"reflect".StructField) - func (@"reflect".t *@"reflect".commonType "noescape") FieldAlign() (? int) { return int(@"reflect".t.@"reflect".fieldAlign) } - func (@"reflect".t *@"reflect".commonType) FieldByIndex(@"reflect".index []int "noescape") (? @"reflect".StructField) - func (@"reflect".t *@"reflect".commonType) FieldByName(@"reflect".name string "noescape") (? @"reflect".StructField, ? bool) - func (@"reflect".t *@"reflect".commonType) FieldByNameFunc(@"reflect".match func(? string) (? bool) "noescape") (? @"reflect".StructField, ? bool) - func (@"reflect".t *@"reflect".commonType "noescape") Implements(@"reflect".u @"reflect".Type) (? bool) - func (@"reflect".t *@"reflect".commonType "noescape") In(@"reflect".i int) (? @"reflect".Type) - func (@"reflect".t *@"reflect".commonType "noescape") IsVariadic() (? bool) - func (@"reflect".t *@"reflect".commonType "noescape") Key() (? @"reflect".Type) - func (@"reflect".t *@"reflect".commonType "noescape") Kind() (? @"reflect".Kind) { return @"reflect".Kind(@"reflect".t.@"reflect".kind & 127) } - func (@"reflect".t *@"reflect".commonType "noescape") Len() (? int) - func (@"reflect".t *@"reflect".commonType "noescape") Method(@"reflect".i int) (@"reflect".m @"reflect".Method) - func (@"reflect".t *@"reflect".commonType "noescape") MethodByName(@"reflect".name string "noescape") (@"reflect".m @"reflect".Method, @"reflect".ok bool) - func (@"reflect".t *@"reflect".commonType "noescape") Name() (? string) - func (@"reflect".t *@"reflect".commonType "noescape") NumField() (? int) - func (@"reflect".t *@"reflect".commonType "noescape") NumIn() (? int) - func (@"reflect".t *@"reflect".commonType "noescape") NumMethod() (? int) - func (@"reflect".t *@"reflect".commonType "noescape") NumOut() (? int) - func (@"reflect".t *@"reflect".commonType "noescape") Out(@"reflect".i int) (? @"reflect".Type) - func (@"reflect".t *@"reflect".commonType "noescape") PkgPath() (? string) - func (@"reflect".t *@"reflect".commonType "noescape") Size() (? uintptr) { return @"reflect".t.@"reflect".size } - func (@"reflect".t *@"reflect".commonType "noescape") String() (? string) { return *@"reflect".t.@"reflect".string } - func (@"reflect".t *@"reflect".commonType) @"reflect".common() (? *@"reflect".commonType) { return @"reflect".t } - func (@"reflect".ct *@"reflect".commonType) @"reflect".ptrTo() (? *@"reflect".commonType) - func (@"reflect".t *@"reflect".commonType) @"reflect".runtimeType() (? *@"runtime".Type) - func (@"reflect".t *@"reflect".commonType) @"reflect".toType() (? @"reflect".Type) - type @"reflect".flag uintptr - func (@"reflect".f @"reflect".flag) @"reflect".kind() (? @"reflect".Kind) { return @"reflect".Kind(@"reflect".f >> 4 & @"reflect".flag(31)) } - func (@"reflect".f @"reflect".flag) @"reflect".mustBe(@"reflect".expected @"reflect".Kind) - func (@"reflect".f @"reflect".flag) @"reflect".mustBeAssignable() - func (@"reflect".f @"reflect".flag) @"reflect".mustBeExported() - type @"reflect".iword @"unsafe".Pointer - type @"reflect".Value struct { @"reflect".typ *@"reflect".commonType; @"reflect".val @"unsafe".Pointer; ? @"reflect".flag } - func (@"reflect".v @"reflect".Value) Addr() (? @"reflect".Value) - func (@"reflect".v @"reflect".Value "noescape") Bool() (? bool) - func (@"reflect".v @"reflect".Value "noescape") Bytes() (? []byte) - func (@"reflect".v @"reflect".Value) Call(@"reflect".in []@"reflect".Value "noescape") (? []@"reflect".Value) - func (@"reflect".v @"reflect".Value) CallSlice(@"reflect".in []@"reflect".Value "noescape") (? []@"reflect".Value) - func (@"reflect".v @"reflect".Value "noescape") CanAddr() (? bool) { return @"reflect".v.@"reflect".flag & @"reflect".flag(4) != @"reflect".flag(0) } - func (@"reflect".v @"reflect".Value "noescape") CanInterface() (? bool) - func (@"reflect".v @"reflect".Value "noescape") CanSet() (? bool) { return @"reflect".v.@"reflect".flag & @"reflect".flag(5) == @"reflect".flag(4) } - func (@"reflect".v @"reflect".Value) Cap() (? int) - func (@"reflect".v @"reflect".Value) Close() - func (@"reflect".v @"reflect".Value "noescape") Complex() (? complex128) - func (@"reflect".v @"reflect".Value) Elem() (? @"reflect".Value) - func (@"reflect".v @"reflect".Value) Field(@"reflect".i int) (? @"reflect".Value) - func (@"reflect".v @"reflect".Value) FieldByIndex(@"reflect".index []int "noescape") (? @"reflect".Value) - func (@"reflect".v @"reflect".Value) FieldByName(@"reflect".name string "noescape") (? @"reflect".Value) - func (@"reflect".v @"reflect".Value) FieldByNameFunc(@"reflect".match func(? string) (? bool) "noescape") (? @"reflect".Value) - func (@"reflect".v @"reflect".Value "noescape") Float() (? float64) - func (@"reflect".v @"reflect".Value) Index(@"reflect".i int) (? @"reflect".Value) - func (@"reflect".v @"reflect".Value "noescape") Int() (? int64) - func (@"reflect".v @"reflect".Value) Interface() (? interface {}) - func (@"reflect".v @"reflect".Value "noescape") InterfaceData() (? [2]uintptr) - func (@"reflect".v @"reflect".Value "noescape") IsNil() (? bool) - func (@"reflect".v @"reflect".Value "noescape") IsValid() (? bool) { return @"reflect".v.@"reflect".flag != @"reflect".flag(0) } - func (@"reflect".v @"reflect".Value "noescape") Kind() (? @"reflect".Kind) - func (@"reflect".v @"reflect".Value) Len() (? int) - func (@"reflect".v @"reflect".Value) MapIndex(@"reflect".key @"reflect".Value) (? @"reflect".Value) - func (@"reflect".v @"reflect".Value) MapKeys() (? []@"reflect".Value) - func (@"reflect".v @"reflect".Value) Method(@"reflect".i int) (? @"reflect".Value) - func (@"reflect".v @"reflect".Value) MethodByName(@"reflect".name string "noescape") (? @"reflect".Value) - func (@"reflect".v @"reflect".Value "noescape") NumField() (? int) - func (@"reflect".v @"reflect".Value "noescape") NumMethod() (? int) - func (@"reflect".v @"reflect".Value "noescape") OverflowComplex(@"reflect".x complex128 "noescape") (? bool) - func (@"reflect".v @"reflect".Value "noescape") OverflowFloat(@"reflect".x float64) (? bool) - func (@"reflect".v @"reflect".Value "noescape") OverflowInt(@"reflect".x int64) (? bool) - func (@"reflect".v @"reflect".Value "noescape") OverflowUint(@"reflect".x uint64) (? bool) - func (@"reflect".v @"reflect".Value) Pointer() (? uintptr) - func (@"reflect".v @"reflect".Value) Recv() (@"reflect".x @"reflect".Value, @"reflect".ok bool) - func (@"reflect".v @"reflect".Value) Send(@"reflect".x @"reflect".Value) - func (@"reflect".v @"reflect".Value) Set(@"reflect".x @"reflect".Value) - func (@"reflect".v @"reflect".Value "noescape") SetBool(@"reflect".x bool) - func (@"reflect".v @"reflect".Value "noescape") SetBytes(@"reflect".x []byte) - func (@"reflect".v @"reflect".Value "noescape") SetComplex(@"reflect".x complex128) - func (@"reflect".v @"reflect".Value "noescape") SetFloat(@"reflect".x float64) - func (@"reflect".v @"reflect".Value "noescape") SetInt(@"reflect".x int64) - func (@"reflect".v @"reflect".Value "noescape") SetLen(@"reflect".n int) - func (@"reflect".v @"reflect".Value) SetMapIndex(@"reflect".key @"reflect".Value, @"reflect".val @"reflect".Value) - func (@"reflect".v @"reflect".Value "noescape") SetPointer(@"reflect".x @"unsafe".Pointer) - func (@"reflect".v @"reflect".Value "noescape") SetString(@"reflect".x string) - func (@"reflect".v @"reflect".Value "noescape") SetUint(@"reflect".x uint64) - func (@"reflect".v @"reflect".Value) Slice(@"reflect".beg int, @"reflect".end int) (? @"reflect".Value) - func (@"reflect".v @"reflect".Value "noescape") String() (? string) - func (@"reflect".v @"reflect".Value) TryRecv() (@"reflect".x @"reflect".Value, @"reflect".ok bool) - func (@"reflect".v @"reflect".Value) TrySend(@"reflect".x @"reflect".Value) (? bool) - func (@"reflect".v @"reflect".Value) Type() (? @"reflect".Type) - func (@"reflect".v @"reflect".Value "noescape") Uint() (? uint64) - func (@"reflect".v @"reflect".Value) UnsafeAddr() (? uintptr) - func (@"reflect".v @"reflect".Value) @"reflect".assignTo(@"reflect".context string "noescape", @"reflect".dst *@"reflect".commonType, @"reflect".target *interface {}) (? @"reflect".Value) - func (@"reflect".v @"reflect".Value) @"reflect".call(@"reflect".method string "noescape", @"reflect".in []@"reflect".Value "noescape") (? []@"reflect".Value) - func (@"reflect".v @"reflect".Value) @"reflect".iword() (? @"reflect".iword) - func (@"reflect".v @"reflect".Value) @"reflect".recv(@"reflect".nb bool) (@"reflect".val @"reflect".Value, @"reflect".ok bool) - func (@"reflect".v @"reflect".Value) @"reflect".send(@"reflect".x @"reflect".Value, @"reflect".nb bool) (@"reflect".selected bool) - type @"text/template".common struct { @"text/template".tmpl map[string]*@"text/template".Template; @"text/template".parseFuncs @"text/template".FuncMap; @"text/template".execFuncs map[string]@"reflect".Value } - type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) } - type @"text/template".Template struct { @"text/template".name string; ? *@"text/template/parse".Tree; ? *@"text/template".common; @"text/template".leftDelim string; @"text/template".rightDelim string } - func (@"text/template".t *@"text/template".Template) AddParseTree(@"text/template".name string, @"text/template".tree *@"text/template/parse".Tree) (? *@"text/template".Template, ? error) - func (@"text/template".t *@"text/template".Template) Clone() (? *@"text/template".Template) - func (@"text/template".t *@"text/template".Template) Delims(@"text/template".left string, @"text/template".right string) (? *@"text/template".Template) - func (@"text/template".t *@"text/template".Template) Execute(@"text/template".wr @"io".Writer, @"text/template".data interface {}) (@"text/template".err error) - func (@"text/template".t *@"text/template".Template "noescape") ExecuteTemplate(@"text/template".wr @"io".Writer, @"text/template".name string, @"text/template".data interface {}) (? error) - func (@"text/template".t *@"text/template".Template) Funcs(@"text/template".funcMap @"text/template".FuncMap "noescape") (? *@"text/template".Template) - func (@"text/template".t *@"text/template".Template "noescape") Lookup(@"text/template".name string "noescape") (? *@"text/template".Template) - func (@"text/template".t *@"text/template".Template "noescape") Name() (? string) { return @"text/template".t.@"text/template".name } - func (@"text/template".t *@"text/template".Template) New(@"text/template".name string) (? *@"text/template".Template) - func (@"text/template".t *@"text/template".Template) Parse(@"text/template".text string) (? *@"text/template".Template, ? error) - func (@"text/template".t *@"text/template".Template) ParseFiles(@"text/template".filenames ...string "noescape") (? *@"text/template".Template, ? error) - func (@"text/template".t *@"text/template".Template) ParseGlob(@"text/template".pattern string) (? *@"text/template".Template, ? error) - func (@"text/template".t *@"text/template".Template "noescape") Templates() (? []*@"text/template".Template) - func (@"text/template".t *@"text/template".Template "noescape") @"text/template".associate(@"text/template".new *@"text/template".Template) (? error) - func (@"text/template".t *@"text/template".Template) @"text/template".copy(@"text/template".c *@"text/template".common) (? *@"text/template".Template) - func (@"text/template".t *@"text/template".Template "noescape") @"text/template".init() - var @"".tmpl *@"text/template".Template - func @"".init·3() - func @"".tmplexec() - func @"".BenchmarkTemplate(@"".b *@"testing".B "noescape") - var @"".initdone· uint8 - func @"".init() - var @"time".months [12]string - var @"time".days [7]string - -$$ // local types - -$$ - -! -„ -"".item -tr -t® -runtime.panicindex -q®Z -q®e -q®h -q®h -q®k -q®k -q®m -qr -q®p -qr -qr -qr -qr -q®‚ -q®„ -q®„ -q®† -q®‡ -q®ˆ -"".n -t> -"".n -tr - - - -t®% -tr - -encoding/gob.enc -„ -"".br -sr -sr -s„ -s®f -sr -sr -runtime.elem -„ -„ -®ƒ -„ -®Š -„ -compress/gzip.w -²² -®¼ -"".i -s & -s Y -s & -s Y -type.func(*uint8) *"".JSONResponse -® - -type.error -®u -«v -¢v - -®} -«~ -¢~ - - - -"".jsondata -q®Ú -q®ä -io.init -q1„ - -runtime.strhash -qª - - - - - - - -q( - -q( - -q0 -q -%v -q -%s - -q -q0 -q( -q - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -#qÈ -&q -{ - "tre- - "- -} -{{de- -{ -- - "k- - - - {{if- - - - {{e- - {- - {- - - - "cl_- - - -- - "ma- -- -} -{- - -'q` -q -type.func(*"".binaryNode) int -qq -qq -x- -q -qîƵ4u- -qu- -q -q -q -qq -qq -q( -qq -qu- -qq -x- -q -q -qq -x- -q -q -qq -qq - -qx -q - -q -qp -x„ -q -q -q -q - -q -q0 -q€ -q0 -qx -#q0 -"qx -&q -%qp -)q -(qp -.q -,qH -1q -0qx -q0 -qˆ - q -weak.type.**"".fastaBuffer -x„ -q( -qp -q -qH -q0 -q€ -q0 -qx -q -q -qh -!q -#q -"qx -&q -(q -'qp -+q -,q -/q -q -q -q -q -q -q -type.*runtime.SliceType -x- -q - qH -q -qX -q -qX -q0 -qˆ -q -qH -!q0 - qx -$q -#qH -'q0 -&qx -*q8 -)q€ -/q@ -.q€ -q0 -1qp -q -qP -q0 -type.string -x- -q€ -
q -qp -q8 -x6 -qx -q( -x- -q€ -q8 -q€ -q8 -qˆ -q0 -qˆ -$q -"qH -)q( -'qX --q( -+qH -0q8 -/qx -q0 -qx -q -qH -type.*runtime.StructType -x- -q -q -q -q -q -q -q -q -q -q -q -q -q -q -q -q -!q -#q -x- -)q -+q -,q --q -.q -/q -1q -q8 -qx -q( -type.*bytes.Buffer -x6 -qx -q@ -x„ -qˆ -q0 -qx -q@ -q€ -q( -qx -q0 -qx -q@ -x„ -qˆ -$q0 -"qx -(q8 -'q€ -,q8 -+q€ -1q -/qH -q0 -qx -q0 -type.[]uint8 -x- -q€ -q0 -x- -q€ -q0 -qx -q( -qx -q -qH -q@ -q€ - q8 -q€ -'q8 -%q€ -,q@ -+qˆ -/q8 -.qˆ -q0 -qx -q@ -qˆ -go.string."func(*uint8) *base64.decoder" -x- -qq -x- -q -q func(*ui- -q nt8) *ba- -q se64.dec- -q oder -qu6 - -q0 -qx -q@ -
qˆ -q( -qx -q0 -q€ -q0 -q€ -q -qp -q0 -qx - -$q -"qX -)q -'qx --q( -,q€ -1q -0qp -q( -q€ -q0 -type.string -x„ -qx -q8 -x- -x6 -q€ -q@ -q€ -q8 -q€ -q -qH - q8 -q€ -#q0 -"q€ -'qH -&qˆ -,q( -x- -x- -*q€ -/q -.q -1q -0q -q -q -q -q -q -q -q -q -go.string."compress/gzip" -x- -qq -x- -q
-q compress- -q /gzip -qu6 - -q - q -q -q -q -
q -q -q -q -q -q -q -q -q -q -q -q -q diff --git a/gcc/testsuite/go.test/test/bench/go1/_testmain.6 b/gcc/testsuite/go.test/test/bench/go1/_testmain.6 deleted file mode 100644 index 2920de0..0000000 --- a/gcc/testsuite/go.test/test/bench/go1/_testmain.6 +++ /dev/null @@ -1,261 +0,0 @@ -go object linux amd64 weekly.2012-01-15 11312+ X:none - exports automatically generated from - _testmain.go in package "main" - -$$ // exports - package main - import runtime "runtime" - import go1 "go1" - import testing "testing" - import regexp "regexp" - import time "time" // indirect - type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool } - type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool } - type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone } - func (@"time".l *@"time".Location) String() (? string) - func (@"time".l *@"time".Location) @"time".get() (? *@"time".Location) - func (@"time".l *@"time".Location) @"time".lookup(@"time".sec int64) (@"time".name string, @"time".offset int, @"time".isDST bool, @"time".start int64, @"time".end int64) - func (@"time".l *@"time".Location) @"time".lookupName(@"time".name string "noescape") (@"time".offset int, @"time".isDST bool, @"time".ok bool) - func (@"time".l *@"time".Location) @"time".lookupOffset(@"time".offset int) (@"time".name string, @"time".isDST bool, @"time".ok bool) - type @"time".Duration int64 - func (@"time".d @"time".Duration) Hours() (? float64) - func (@"time".d @"time".Duration) Minutes() (? float64) - func (@"time".d @"time".Duration) Nanoseconds() (? int64) { return int64(@"time".d) } - func (@"time".d @"time".Duration) Seconds() (? float64) - func (@"time".d @"time".Duration) String() (? string) - type @"time".Month int - func (@"time".m @"time".Month) String() (? string) { return @"time".months[@"time".m - @"time".Month(1)] } - type @"time".Weekday int - func (@"time".d @"time".Weekday) String() (? string) { return @"time".days[@"time".d] } - type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location } - func (@"time".t @"time".Time) Add(@"time".d @"time".Duration) (? @"time".Time) - func (@"time".t @"time".Time) AddDate(@"time".years int, @"time".months int, @"time".days int) (? @"time".Time) - func (@"time".t @"time".Time "noescape") After(@"time".u @"time".Time "noescape") (? bool) { return @"time".t.@"time".sec > @"time".u.@"time".sec || @"time".t.@"time".sec == @"time".u.@"time".sec && @"time".t.@"time".nsec > @"time".u.@"time".nsec } - func (@"time".t @"time".Time "noescape") Before(@"time".u @"time".Time "noescape") (? bool) { return @"time".t.@"time".sec < @"time".u.@"time".sec || @"time".t.@"time".sec == @"time".u.@"time".sec && @"time".t.@"time".nsec < @"time".u.@"time".nsec } - func (@"time".t @"time".Time) Clock() (@"time".hour int, @"time".min int, @"time".sec int) - func (@"time".t @"time".Time) Date() (@"time".year int, @"time".month @"time".Month, @"time".day int) - func (@"time".t @"time".Time) Day() (? int) - func (@"time".t @"time".Time "noescape") Equal(@"time".u @"time".Time "noescape") (? bool) { return @"time".t.@"time".sec == @"time".u.@"time".sec && @"time".t.@"time".nsec == @"time".u.@"time".nsec } - func (@"time".t @"time".Time) Format(@"time".layout string) (? string) - func (@"time".t *@"time".Time "noescape") GobDecode(@"time".buf []byte "noescape") (? error) - func (@"time".t @"time".Time) GobEncode() (? []byte, ? error) - func (@"time".t @"time".Time) Hour() (? int) - func (@"time".t @"time".Time) ISOWeek() (@"time".year int, @"time".week int) - func (@"time".t @"time".Time) In(@"time".loc *@"time".Location) (? @"time".Time) - func (@"time".t @"time".Time "noescape") IsZero() (? bool) { return @"time".t.@"time".sec == 0 && @"time".t.@"time".nsec == 0 } - func (@"time".t @"time".Time) Local() (? @"time".Time) - func (@"time".t @"time".Time) Location() (? *@"time".Location) - func (@"time".t @"time".Time) MarshalJSON() (? []byte, ? error) - func (@"time".t @"time".Time) Minute() (? int) - func (@"time".t @"time".Time) Month() (? @"time".Month) - func (@"time".t @"time".Time "noescape") Nanosecond() (? int) { return int(@"time".t.@"time".nsec) } - func (@"time".t @"time".Time) Second() (? int) - func (@"time".t @"time".Time) String() (? string) - func (@"time".t @"time".Time "noescape") Sub(@"time".u @"time".Time "noescape") (? @"time".Duration) { return @"time".Duration(@"time".t.@"time".sec - @"time".u.@"time".sec) * @"time".Duration(1000000000) + @"time".Duration(@"time".t.@"time".nsec - @"time".u.@"time".nsec) } - func (@"time".t @"time".Time) UTC() (? @"time".Time) - func (@"time".t @"time".Time "noescape") Unix() (? int64) { return @"time".t.@"time".sec + -62135596800 } - func (@"time".t @"time".Time "noescape") UnixNano() (? int64) { return (@"time".t.@"time".sec + -62135596800) * 1000000000 + int64(@"time".t.@"time".nsec) } - func (@"time".t *@"time".Time "noescape") UnmarshalJSON(@"time".data []byte "noescape") (@"time".err error) - func (@"time".t @"time".Time) Weekday() (? @"time".Weekday) - func (@"time".t @"time".Time) Year() (? int) - func (@"time".t @"time".Time) Zone() (@"time".name string, @"time".offset int) - func (@"time".t @"time".Time) @"time".abs() (? uint64) - func (@"time".t @"time".Time) @"time".date(@"time".full bool) (@"time".year int, @"time".month @"time".Month, @"time".day int, @"time".yday int) - type @"testing".common struct { @"testing".output []byte; @"testing".failed bool; @"testing".start @"time".Time; @"testing".duration @"time".Duration; @"testing".self interface {}; @"testing".signal chan interface {} } - func (@"testing".c *@"testing".common "noescape") Error(@"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Errorf(@"testing".format string "noescape", @"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Fail() { @"testing".c.@"testing".failed = true } - func (@"testing".c *@"testing".common "noescape") FailNow() - func (@"testing".c *@"testing".common "noescape") Failed() (? bool) { return @"testing".c.@"testing".failed } - func (@"testing".c *@"testing".common "noescape") Fatal(@"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Fatalf(@"testing".format string "noescape", @"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Log(@"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Logf(@"testing".format string "noescape", @"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") @"testing".log(@"testing".s string) - type @"testing".T struct { ? @"testing".common; @"testing".name string; @"testing".startParallel chan bool } - func (@"testing".t *@"testing".T "noescape") Parallel() - func (@"testing".t *@"testing".T "noescape") @"testing".report() - type @"testing".InternalTest struct { Name string; F func(? *@"testing".T) } - var @"".tests []@"testing".InternalTest - type @"testing".BenchmarkResult struct { N int; T @"time".Duration; Bytes int64 } - func (@"testing".r @"testing".BenchmarkResult) NsPerOp() (? int64) - func (@"testing".r @"testing".BenchmarkResult) String() (? string) - func (@"testing".r @"testing".BenchmarkResult) @"testing".mbPerSec() (? float64) - type @"testing".B struct { ? @"testing".common; N int; @"testing".benchmark @"testing".InternalBenchmark; @"testing".bytes int64; @"testing".timerOn bool; @"testing".result @"testing".BenchmarkResult } - func (@"testing".b *@"testing".B "noescape") ResetTimer() - func (@"testing".b *@"testing".B "noescape") SetBytes(@"testing".n int64) { @"testing".b.@"testing".bytes = @"testing".n } - func (@"testing".b *@"testing".B "noescape") StartTimer() - func (@"testing".b *@"testing".B "noescape") StopTimer() - func (@"testing".b *@"testing".B) @"testing".launch() - func (@"testing".b *@"testing".B "noescape") @"testing".nsPerOp() (? int64) - func (@"testing".b *@"testing".B) @"testing".run() (? @"testing".BenchmarkResult) - func (@"testing".b *@"testing".B) @"testing".runN(@"testing".n int) - func (@"testing".b *@"testing".B "noescape") @"testing".trimOutput() - type @"testing".InternalBenchmark struct { Name string; F func(@"testing".b *@"testing".B) } - var @"".benchmarks []@"testing".InternalBenchmark - type @"testing".InternalExample struct { Name string; F func(); Output string } - var @"".examples []@"testing".InternalExample - var @"".matchPat string - import syntax "regexp/syntax" // indirect - type @"regexp/syntax".InstOp uint8 - type @"regexp/syntax".Inst struct { Op @"regexp/syntax".InstOp; Out uint32; Arg uint32; Rune []rune } - func (@"regexp/syntax".i *@"regexp/syntax".Inst "noescape") MatchEmptyWidth(@"regexp/syntax".before rune, @"regexp/syntax".after rune) (? bool) - func (@"regexp/syntax".i *@"regexp/syntax".Inst "noescape") MatchRune(@"regexp/syntax".r rune) (? bool) - func (@"regexp/syntax".i *@"regexp/syntax".Inst "noescape") String() (? string) - func (@"regexp/syntax".i *@"regexp/syntax".Inst "noescape") @"regexp/syntax".op() (? @"regexp/syntax".InstOp) - type @"regexp/syntax".EmptyOp uint8 - type @"regexp/syntax".Prog struct { Inst []@"regexp/syntax".Inst; Start int; NumCap int } - func (@"regexp/syntax".p *@"regexp/syntax".Prog "noescape") Prefix() (@"regexp/syntax".prefix string, @"regexp/syntax".complete bool) - func (@"regexp/syntax".p *@"regexp/syntax".Prog "noescape") StartCond() (? @"regexp/syntax".EmptyOp) - func (@"regexp/syntax".p *@"regexp/syntax".Prog "noescape") String() (? string) - func (@"regexp/syntax".p *@"regexp/syntax".Prog "noescape") @"regexp/syntax".skipNop(@"regexp/syntax".pc uint32) (? *@"regexp/syntax".Inst) - import sync "sync" // indirect - type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 } - func (@"sync".m *@"sync".Mutex) Lock() - func (@"sync".m *@"sync".Mutex) Unlock() - type @"regexp".thread struct { @"regexp".inst *@"regexp/syntax".Inst; @"regexp".cap []int } - type @"regexp".entry struct { @"regexp".pc uint32; @"regexp".t *@"regexp".thread } - type @"regexp".queue struct { @"regexp".sparse []uint32; @"regexp".dense []@"regexp".entry } - type @"regexp".inputBytes struct { @"regexp".str []byte } - func (@"regexp".i *@"regexp".inputBytes "noescape") @"regexp".canCheckPrefix() (? bool) { return true } - func (@"regexp".i *@"regexp".inputBytes "noescape") @"regexp".context(@"regexp".pos int) (? @"regexp/syntax".EmptyOp) - func (@"regexp".i *@"regexp".inputBytes "noescape") @"regexp".hasPrefix(@"regexp".re *@"regexp".Regexp "noescape") (? bool) - func (@"regexp".i *@"regexp".inputBytes "noescape") @"regexp".index(@"regexp".re *@"regexp".Regexp "noescape", @"regexp".pos int) (? int) - func (@"regexp".i *@"regexp".inputBytes "noescape") @"regexp".step(@"regexp".pos int) (? rune, ? int) - type @"regexp".inputString struct { @"regexp".str string } - func (@"regexp".i *@"regexp".inputString "noescape") @"regexp".canCheckPrefix() (? bool) { return true } - func (@"regexp".i *@"regexp".inputString "noescape") @"regexp".context(@"regexp".pos int) (? @"regexp/syntax".EmptyOp) - func (@"regexp".i *@"regexp".inputString "noescape") @"regexp".hasPrefix(@"regexp".re *@"regexp".Regexp "noescape") (? bool) - func (@"regexp".i *@"regexp".inputString "noescape") @"regexp".index(@"regexp".re *@"regexp".Regexp "noescape", @"regexp".pos int) (? int) - func (@"regexp".i *@"regexp".inputString "noescape") @"regexp".step(@"regexp".pos int) (? rune, ? int) - import io "io" // indirect - type @"io".RuneReader interface { ReadRune() (@"io".r rune, @"io".size int, @"io".err error) } - type @"regexp".inputReader struct { @"regexp".r @"io".RuneReader; @"regexp".atEOT bool; @"regexp".pos int } - func (@"regexp".i *@"regexp".inputReader "noescape") @"regexp".canCheckPrefix() (? bool) { return false } - func (@"regexp".i *@"regexp".inputReader "noescape") @"regexp".context(@"regexp".pos int) (? @"regexp/syntax".EmptyOp) { return @"regexp/syntax".EmptyOp(0) } - func (@"regexp".i *@"regexp".inputReader "noescape") @"regexp".hasPrefix(@"regexp".re *@"regexp".Regexp "noescape") (? bool) { return false } - func (@"regexp".i *@"regexp".inputReader "noescape") @"regexp".index(@"regexp".re *@"regexp".Regexp "noescape", @"regexp".pos int) (? int) { return -1 } - func (@"regexp".i *@"regexp".inputReader "noescape") @"regexp".step(@"regexp".pos int) (? rune, ? int) - type @"regexp".input interface { @"regexp".step(@"regexp".pos int) (@"regexp".r rune, @"regexp".width int); @"regexp".canCheckPrefix() (? bool); @"regexp".hasPrefix(@"regexp".re *@"regexp".Regexp) (? bool); @"regexp".index(@"regexp".re *@"regexp".Regexp, @"regexp".pos int) (? int); @"regexp".context(@"regexp".pos int) (? @"regexp/syntax".EmptyOp) } - type @"regexp".machine struct { @"regexp".re *@"regexp".Regexp; @"regexp".p *@"regexp/syntax".Prog; @"regexp".q0 @"regexp".queue; @"regexp".q1 @"regexp".queue; @"regexp".pool []*@"regexp".thread; @"regexp".matched bool; @"regexp".matchcap []int; @"regexp".inputBytes @"regexp".inputBytes; @"regexp".inputString @"regexp".inputString; @"regexp".inputReader @"regexp".inputReader } - func (@"regexp".m *@"regexp".machine "noescape") @"regexp".add(@"regexp".q *@"regexp".queue "noescape", @"regexp".pc uint32, @"regexp".pos int, @"regexp".cap []int "noescape", @"regexp".cond @"regexp/syntax".EmptyOp, @"regexp".t *@"regexp".thread) (? *@"regexp".thread) - func (@"regexp".m *@"regexp".machine "noescape") @"regexp".alloc(@"regexp".i *@"regexp/syntax".Inst) (? *@"regexp".thread) - func (@"regexp".m *@"regexp".machine "noescape") @"regexp".clear(@"regexp".q *@"regexp".queue "noescape") - func (@"regexp".m *@"regexp".machine "noescape") @"regexp".free(@"regexp".t *@"regexp".thread) - func (@"regexp".m *@"regexp".machine "noescape") @"regexp".init(@"regexp".ncap int) - func (@"regexp".m *@"regexp".machine "noescape") @"regexp".match(@"regexp".i @"regexp".input, @"regexp".pos int) (? bool) - func (@"regexp".m *@"regexp".machine) @"regexp".newInputBytes(@"regexp".b []byte) (? @"regexp".input) - func (@"regexp".m *@"regexp".machine) @"regexp".newInputReader(@"regexp".r @"io".RuneReader) (? @"regexp".input) - func (@"regexp".m *@"regexp".machine) @"regexp".newInputString(@"regexp".s string) (? @"regexp".input) - func (@"regexp".m *@"regexp".machine "noescape") @"regexp".step(@"regexp".runq *@"regexp".queue "noescape", @"regexp".nextq *@"regexp".queue "noescape", @"regexp".pos int, @"regexp".nextPos int, @"regexp".c rune, @"regexp".nextCond @"regexp/syntax".EmptyOp) - type @"regexp".Regexp struct { @"regexp".expr string; @"regexp".prog *@"regexp/syntax".Prog; @"regexp".prefix string; @"regexp".prefixBytes []byte; @"regexp".prefixComplete bool; @"regexp".prefixRune rune; @"regexp".cond @"regexp/syntax".EmptyOp; @"regexp".numSubexp int; @"regexp".longest bool; @"regexp".mu @"sync".Mutex; @"regexp".machine []*@"regexp".machine } - func (@"regexp".re *@"regexp".Regexp) Find(@"regexp".b []byte) (? []byte) - func (@"regexp".re *@"regexp".Regexp) FindAll(@"regexp".b []byte, @"regexp".n int) (? [][]byte) - func (@"regexp".re *@"regexp".Regexp) FindAllIndex(@"regexp".b []byte, @"regexp".n int) (? [][]int) - func (@"regexp".re *@"regexp".Regexp) FindAllString(@"regexp".s string, @"regexp".n int) (? []string) - func (@"regexp".re *@"regexp".Regexp) FindAllStringIndex(@"regexp".s string, @"regexp".n int) (? [][]int) - func (@"regexp".re *@"regexp".Regexp) FindAllStringSubmatch(@"regexp".s string, @"regexp".n int) (? [][]string) - func (@"regexp".re *@"regexp".Regexp) FindAllStringSubmatchIndex(@"regexp".s string, @"regexp".n int) (? [][]int) - func (@"regexp".re *@"regexp".Regexp) FindAllSubmatch(@"regexp".b []byte, @"regexp".n int) (? [][][]byte) - func (@"regexp".re *@"regexp".Regexp) FindAllSubmatchIndex(@"regexp".b []byte, @"regexp".n int) (? [][]int) - func (@"regexp".re *@"regexp".Regexp) FindIndex(@"regexp".b []byte) (@"regexp".loc []int) - func (@"regexp".re *@"regexp".Regexp) FindReaderIndex(@"regexp".r @"io".RuneReader) (? []int) - func (@"regexp".re *@"regexp".Regexp) FindReaderSubmatchIndex(@"regexp".r @"io".RuneReader) (? []int) - func (@"regexp".re *@"regexp".Regexp) FindString(@"regexp".s string) (? string) - func (@"regexp".re *@"regexp".Regexp) FindStringIndex(@"regexp".s string) (? []int) - func (@"regexp".re *@"regexp".Regexp) FindStringSubmatch(@"regexp".s string) (? []string) - func (@"regexp".re *@"regexp".Regexp) FindStringSubmatchIndex(@"regexp".s string) (? []int) - func (@"regexp".re *@"regexp".Regexp) FindSubmatch(@"regexp".b []byte) (? [][]byte) - func (@"regexp".re *@"regexp".Regexp) FindSubmatchIndex(@"regexp".b []byte) (? []int) - func (@"regexp".re *@"regexp".Regexp "noescape") LiteralPrefix() (@"regexp".prefix string, @"regexp".complete bool) { return @"regexp".re.@"regexp".prefix, @"regexp".re.@"regexp".prefixComplete } - func (@"regexp".re *@"regexp".Regexp) Match(@"regexp".b []byte) (? bool) - func (@"regexp".re *@"regexp".Regexp) MatchReader(@"regexp".r @"io".RuneReader) (? bool) - func (@"regexp".re *@"regexp".Regexp) MatchString(@"regexp".s string) (? bool) - func (@"regexp".re *@"regexp".Regexp "noescape") NumSubexp() (? int) { return @"regexp".re.@"regexp".numSubexp } - func (@"regexp".re *@"regexp".Regexp) ReplaceAll(@"regexp".src []byte, @"regexp".repl []byte "noescape") (? []byte) - func (@"regexp".re *@"regexp".Regexp) ReplaceAllFunc(@"regexp".src []byte, @"regexp".repl func(? []byte) (? []byte) "noescape") (? []byte) - func (@"regexp".re *@"regexp".Regexp) ReplaceAllString(@"regexp".src string, @"regexp".repl string "noescape") (? string) - func (@"regexp".re *@"regexp".Regexp) ReplaceAllStringFunc(@"regexp".src string, @"regexp".repl func(? string) (? string) "noescape") (? string) - func (@"regexp".re *@"regexp".Regexp "noescape") String() (? string) { return @"regexp".re.@"regexp".expr } - func (@"regexp".re *@"regexp".Regexp) @"regexp".allMatches(@"regexp".s string, @"regexp".b []byte, @"regexp".n int, @"regexp".deliver func(? []int) "noescape") - func (@"regexp".re *@"regexp".Regexp) @"regexp".doExecute(@"regexp".r @"io".RuneReader, @"regexp".b []byte, @"regexp".s string, @"regexp".pos int, @"regexp".ncap int) (? []int) - func (@"regexp".re *@"regexp".Regexp) @"regexp".get() (? *@"regexp".machine) - func (@"regexp".re *@"regexp".Regexp "noescape") @"regexp".pad(@"regexp".a []int) (? []int) - func (@"regexp".re *@"regexp".Regexp) @"regexp".put(@"regexp".z *@"regexp".machine) - var @"".matchRe *@"regexp".Regexp - func @"".matchString(@"".pat string, @"".str string) (@"".result bool, @"".err error) - func @"".main() - var @"".statictmp_0001 [0]@"testing".InternalTest - var @"".statictmp_0002 [10]@"testing".InternalBenchmark - var @"".statictmp_0003 [0]@"testing".InternalExample - var @"".initdone· uint8 - func @"".init() - var @"time".months [12]string - var @"time".days [7]string - -$$ // local types - -$$ - -! -„ -"".matchRe -q® -q« -q„ - - -q( -q( -q( - q( -go.string."go1.BenchmarkGzip" -x- -qq -x- -q -q go1.Benc- -q hmarkGzi- -q p -qu6 - -q -q -q( -
q( -q( -q( -q0 -qˆ -q( -q€ -!q8 - q€ -$q -#qh -(q( -&qH -,q( -+qH -0q( -/qH -qˆ -qˆ -q -qp -go.string."runtime" -x- -qq -x- -q -q runtime -qu6 - -q - q -q -q -q -
q -q -q |