const go/token.XOR
13 uses
go/token (current package)
token.go#L47: XOR // ^
token.go#L156: XOR: "^",
token.go#L278: case ADD, SUB, OR, XOR:
go/constant
value.go#L978: case token.XOR:
value.go#L1142: case token.XOR:
value.go#L1172: case token.XOR:
go/parser
parser.go#L1732: case token.ADD, token.SUB, token.NOT, token.XOR, token.AND:
parser.go#L2440: token.ADD, token.SUB, token.MUL, token.AND, token.XOR, token.ARROW, token.NOT: // unary operators
go/scanner
scanner.go#L949: tok = s.switch2(token.XOR, token.XOR_ASSIGN)
go/types
expr.go#L69: token.XOR: allInteger,
expr.go#L135: token.XOR: "bitwise complement",
expr.go#L142: token.XOR: "bitwise XOR",
expr.go#L1052: token.XOR: allInteger,