Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Dast.go3661 type PtrMemCast struct { struct
3662 Type AST
3663 Expr AST
3664 Offset int
3667 func (pmc *PtrMemCast) print(ps *printState) {
3675 func (pmc *PtrMemCast) Traverse(fn func(AST) bool) {
3682 func (pmc *PtrMemCast) Copy(fn func(AST) AST, skip func(AST) bool) AST {
3708 func (pmc *PtrMemCast) GoString() string {
3712 func (pmc *PtrMemCast) goString(indent int, field string) string {