Home
last modified time | relevance | path

Searched refs:helperNames (Results 1 – 6 of 6) sorted by relevance

/dports/lang/gcc11/gcc-11.2.0/libgo/go/testing/
H A Dtesting.go394 helperNames map[string]struct{} // helperPCs converted to function names member
513 if c.helperNames == nil {
514 c.helperNames = make(map[string]struct{})
516 c.helperNames[pcToName(pc)] = struct{}{}
519 if _, ok := c.helperNames[frame.Function]; !ok {
910 c.helperNames = nil // map will be recreated next time it is needed
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/testing/
H A Dtesting.go394 helperNames map[string]struct{} // helperPCs converted to function names member
513 if c.helperNames == nil {
514 c.helperNames = make(map[string]struct{})
516 c.helperNames[pcToName(pc)] = struct{}{}
519 if _, ok := c.helperNames[frame.Function]; !ok {
910 c.helperNames = nil // map will be recreated next time it is needed
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/testing/
H A Dtesting.go394 helperNames map[string]struct{} // helperPCs converted to function names member
513 if c.helperNames == nil {
514 c.helperNames = make(map[string]struct{})
516 c.helperNames[pcToName(pc)] = struct{}{}
519 if _, ok := c.helperNames[frame.Function]; !ok {
910 c.helperNames = nil // map will be recreated next time it is needed
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/testing/
H A Dtesting.go401 helperNames map[string]struct{} // helperPCs converted to function names member
520 if c.helperNames == nil {
521 c.helperNames = make(map[string]struct{})
523 c.helperNames[pcToName(pc)] = struct{}{}
526 if _, ok := c.helperNames[frame.Function]; !ok {
921 c.helperNames = nil // map will be recreated next time it is needed
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/testing/
H A Dtesting.go499 helperNames map[string]struct{} // helperPCs converted to function names member
628 if c.helperNames == nil {
629 c.helperNames = make(map[string]struct{})
631 c.helperNames[pcToName(pc)] = struct{}{}
634 if _, ok := c.helperNames[frame.Function]; !ok {
1007 c.helperNames = nil // map will be recreated next time it is needed
H A Dfuzz.go124 f.helperNames = nil // map will be recreated next time it is needed