const go/token.LOR

6 uses

	go/token (current package)
		token.go#L65: 	LOR   // ||
		token.go#L174: 	LOR:   "||",
		token.go#L268: 	case LOR:

	go/constant
		value.go#L1115: 		case token.LOR:

	go/scanner
		scanner.go#L940: 			tok = s.switch3(token.OR, token.OR_ASSIGN, '|', token.LOR)

	go/types
		expr.go#L747: 		token.LOR:  allBoolean,