Home
last modified time | relevance | path

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

/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go745 type ImaginaryType struct { struct
746 Base AST
749 func (it *ImaginaryType) print(ps *printState) {
753 func (it *ImaginaryType) printInner(ps *printState) {
757 func (it *ImaginaryType) Traverse(fn func(AST) bool) {
763 func (it *ImaginaryType) Copy(fn func(AST) AST, skip func(AST) bool) AST {
778 func (it *ImaginaryType) GoString() string {
782 func (it *ImaginaryType) goString(indent int, field string) string {