Home
last modified time | relevance | path

Searched defs:Special2 (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go2771 type Special2 struct { struct
2772 Prefix string
2773 Val1 AST
2774 Middle string
2775 Val2 AST
2778 func (s *Special2) print(ps *printState) {
2785 func (s *Special2) Traverse(fn func(AST) bool) {
2792 func (s *Special2) Copy(fn func(AST) AST, skip func(AST) bool) AST {
2814 func (s *Special2) GoString() string {
2818 func (s *Special2) goString(indent int, field string) string {