Home | History | Annotate | Download | only in demangle

Lines Matching refs:Left

1961 	Left  AST
1971 ps.print(b.Left)
1985 left := b.Left
1990 if ty, ok := b.Left.(*Typed); ok {
1991 left = ty.Name
1995 parenthesize(ps, left)
2022 b.Left.Traverse(fn)
2032 left := b.Left.Copy(fn, skip)
2034 if op == nil && left == nil && right == nil {
2040 if left == nil {
2041 left = b.Left
2046 b = &Binary{Op: op, Left: left, Right: right}
2060 b.Left.goString(indent+2, "Left: "),
2133 Left bool
2150 if f.Left {
2204 f = &Fold{Left: f.Left, Op: op, Arg1: arg1, Arg2: arg2}
2217 return fmt.Sprintf("%*s%sFold: Left: %t\n%s\n%s", indent, "", field,
2218 f.Left, f.Op.goString(indent+2, "Op: "),
2221 return fmt.Sprintf("%*s%sFold: Left: %t\n%s\n%s\n%s", indent, "", field,
2222 f.Left, f.Op.goString(indent+2, "Op: "),